Problems in installation with ubuntu 14.04 LTS
Hi I have just added a fuel cms folder in my html folder in ubuntu. I am not able to see the login page, the admin page localhost/fuelcms/fuel shows 404 error
I have done the following things but still can't figure out the problem
1. made folders writable
2. admin_enabled to TRUE
3. fuel mode to AUTO
4. I can view the test file created in views like localhost/fuelcms/index.php/test
5 .changed the database settings
6. In the error log I get this error " Class 'controller' not found in /var/www/html/zehen/fuel/codeigniter/core/CodeIgniter.php on line 308 ";
Can you help me with anything here
Comments
RewriteEngine On
RewriteBase /foldername/
My foldername rests inside html directory
rest I did not change