Eventmie Pro – a new product, SaaS (multi-vendor) product and a dedicated multi-organization platform for Event Planning.
INSTALLATION
Automatic 1-Click Installation
1. Extract and Copy the product's folder 'classeventie' to your server/localhost www/htdocs folder.
2. Enter URL http://localhost/classeventie/install or http://example.com/install.
3. Then enter your database details and click install.
(If any empty page or any error page is shown after successful installation, then just hit refresh)
4. Use the below credentials for admin login -
Username : admin
Password : admin123
5. After successfully logging in you will see admin panel link in the Header-> User dropdown
Manual Installation
1. Copy the product's folder "classeventie" to your server/localhost www/htdocs folder.
2. Create a new database from Mysql Host (PHPMyAdmin or any other) and import database file from
--> classeventie/install/assets/install.sql
**If in case of database errors, then you Mysql version is old, but we have a compatible DB for the older version-**
--> classeventie/install/assets/install_old_mysql_version.sql
3. Then after creating and importing database successfully, update the database details in-
--> application/config/development/database.php (according to local server)
--> application/config/production/database.php file (according to the online server)
4. Update the $config['base_url'] value in-
--> application/config/development/config.php (e.g http://localhost/classeventie/)
--> application/config/production/config.php (e.g http://example.com/)
5. At last use the below creds for admin login -
Username : admin
Password : admin123
6. After successfully logging in you will see the admin panel link in the Header-> User drop-down.
DEMO ACCOUNTS
NORMAL USERS
- Username: andreas.magness / crystal.rohrer / daina.vandyne
- Password: customer123
ADMIN USERS
- Username: john.doe / jane.smith / simon.campos / meaghan.park
- Password: tutor123
DOCUMENTATION
Click here for ‘How To Use Guide – Classeventie’Demo: https://codecanyon.net/item/institute-booking-system-events-batches-booking/20327946CHANGELOG
v2.3 May 15, 2019
=== Version 2.3 ===
15-May-19 V2.3 Changes-
IMPROVEMENTS
- Email not sending - RESOLVED
- Improved Email Library
FILES UPDATED
- application/config
- ion_auth.php
- Bbooking.php
- Auth.php
- application/controllers
- Ebooking.php
- Bbooking.php
- Auth.php
- application/models/
- Users_model.php
- Contact_model.php
- application/libraries/
- Make_mail.php
- Ion_auth.php
- application/views/
- auth/email/activate.tpl.php
- application/composer.json
FOLDER UPDATED
- application/vendor