Open mjablecnik opened 7 years ago
Hi, Any solution for your error? Even me getting the same error. Couldn't fix this. If you solved this, please share. Thanks in advance.
@prabhukhanna unfortunatelly not.. I hope that @zishanAhmad will see this issue and fix it because I don't work with PHP.. :(
Hello I am finding some easy attendance system for my purpose and I would like try this. But after installation I don't see any dashboard.. only blank page.. :(
I setup environment by this tutorial: https://www.digitalocean.com/community/tutorials/how-to-install-linux-apache-mysql-php-lamp-stack-on-ubuntu-14-04 and it works.
After setup environment I downloaded your project into /var/www and renamed to html created mysql database by:
create database jmiams;
imported data by:mysql -u root -proot jmiams < jmiams.sql
into configure database file I added mysql password and setup permissions:But still doesn't work.. And in apache error log file is:
[Sun Jul 02 05:31:55.560133 2017] [:error] [pid 7519] [client 192.168.1.111:58752] PHP Fatal error: Class 'MY_Controller' not found in /var/www/html/application/controllers/welcome.php on line 3
Any idea what I should try another? Or can you please provide docker image for easy installation?? It should help me and another people who would like try your appliccation.. :)