An Error Was Encountered - The configuration file fuel.php does not exist.
Hi,
first of all best wishes for the project!
I've tried to install FUEL, but when i navigate to the root of my site will appear the message in object.
What i can do for solve this issue?
Thanks,
Moreno
Italy
Comments
1. What platform are you using to run FUEL (MAC, Unix, Windows XAMPP, WAMP)?
2. Did you create a subfolder on your web server to install FUEL or does it exist at your server's web root directory?
3. What URL did you use to try and access the site?
i use easyphp on Windows.
I've create a subfolder name fuel.dev
than i have add a virtualhost (127:0:0:5 - www.fuel.dev) on my apache that point to www/fuel.dev.
Than in my hosts file i have set the redirect to 127:0:0:5 for www.fuel.dev.
I use always these settings, without problems.
I have notice that if i rename the file /fuel/application/config/MY_fuel.php to fuel.php i see the custom 404 error page.
Thank you
1. What is the URI path that you are using to see that error (is it just the homepage?)
2. Have you been able to get CodeIgniter projects to work on your server before (http://codeigniter.com)?
3. Do you have .htaccess and mod_rewrite enabled for your Apache server
2- Yes, i usually use it without problem.
3- Yes of course, i have mod_rewrite and .htaccess enabled
https://github.com/daylightstudio/FUEL-CMS/tree/0.91
I'm not sure why you'd be getting that error message at the moment but narrowing down which version may help.
Thank you for your support
$this->load->module_config(FUEL_FOLDER, 'fuel', TRUE);
Not sure why it was an issue for you though.