Problem installing fuel cms on Ubuntu 11.10, apache 2.2.20
Hi
when browsing to localhost/index.php
I get this:
Your system folder path does not appear to be set correctly. Please open the following file and correct this: index.php
Here are the relevant lines from index.php:
define('INSTALL_ROOT', str_replace('\\', '/', realpath(dirname(__FILE__))).'/fuel/');
$system_path = INSTALL_ROOT.'codeigniter';
$application_folder = INSTALL_ROOT.'application';
echo $system_path gives: var/www/fuel/codeigniter, that seems correct.
Please help.
Thanks!
Comments
yes there is.
The output is: /var/www/fuel/codeigniter
I'm out of ideas...