EventPlus - Event Management System in PHP (Codeigniter) - Online Ticket Purchase System

EventPlus - Event Management System in PHP (Codeigniter) - Online Ticket Purchase System 2.1

No permission to download
Joined
Jul 6, 2020
Messages
3,899
Reaction score
10,574
Credits
$2,148
thanks to dear member @anne submitted a new resource:

EventPlus - Event Management System in PHP (Codeigniter) - Online Ticket Purchase System - EventPlus is a script built with codeigniter php framework.

EventPlus is a script built with codeigniter php framework. You can manage a complete event or conference using this php script. Visitors or attendees can book their ticket via online using the online payment gateways like PayPal, stripe etc.

This CMS can easily be modified by most of the developers due to clean and easy coding system. It is strong against web vulnerabilities; and your website will be safe. Also in all pages, admin level security and invalid page url submission checking...

Read more about this resource...
 
Tested:
02202307_06.webp

if you find error like this :
A PHP Error was encountered mkdir(): Invalid path drivers/Session_files_driver.php
PHP:
A PHP Error was encountered
Severity: Warning
Message: mkdir(): Invalid path
Filename: drivers/Session_files_driver.php
Line Number: 137
Backtrace:
File: /www/wwwroot/eventplus/cms/application/core/MY_Controller.php
Line: 7
Function: __construct
File: /www/wwwroot/eventplus/cms/application/controllers/Home.php
Line: 8
Function: __construct
File: /www/wwwroot/eventplus/cms/index.php
Line: 315
Function: require_once

change file to fix it
cms/application/config/config.php
from
PHP:
$config['sess_save_path'] = null;

to your folder path
 
Top