01-22-2011, 06:03 PM
[eluser]slowgary[/eluser]
Try changing the $system variable in index.php from relative to absolute path.
Find index.php and change:
to
Try changing the $system variable in index.php from relative to absolute path.
Find index.php and change:
Code:
$system = '../system';
Code:
$system = '/var/www/system'; //change to whatever the full path to CI's system folder is on your server.