CodeIgniter Forums
Your system folder path does not appear to be set correctly. Please open the following file and correct this: index.php - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20)
+--- Forum: Archived Development & Programming (https://forum.codeigniter.com/forumdisplay.php?fid=23)
+--- Thread: Your system folder path does not appear to be set correctly. Please open the following file and correct this: index.php (/showthread.php?tid=49935)



Your system folder path does not appear to be set correctly. Please open the following file and correct this: index.php - El Forum - 03-07-2012

[eluser]Unknown[/eluser]
i'm using codeigniter 2.1.0 and it work in IIS 7 webserver win 7 with FastCGI,
but, when i develop it in IIS 6 W2k server with FastCGI too, it can't be open..
must be view and $system_path is failed to open..

and the message from the server is..

Your system folder path does not appear to be set correctly. Please open the following file and correct this: index.php

i have change
$system_path = './system';
or
$system_path = 'D:/myapplication/system';
but still can't be work ussualy..

anyone can help me??


Your system folder path does not appear to be set correctly. Please open the following file and correct this: index.php - El Forum - 03-27-2012

[eluser]Unknown[/eluser]
Got the same error with : root_url/Codeigniter_2/system

while : root_url/system worked well for me.!