![]() |
system folder & IIS 7 - 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: system folder & IIS 7 (/showthread.php?tid=49568) |
system folder & IIS 7 - El Forum - 02-25-2012 [eluser]Unknown[/eluser] I have a piece of codeigniter demo code that I'm trying to get running under IIS7. I'm get ting the following error Quote:Your system folder path does not appear to be set correctly. Please open the following file and correct this: index.php Here is a partiall snippet of the index.php Code: <?php I have some indication as to the problem but I don't know how to fix it. When I add a line to echo the output of realpath to the index.php Code: echo(realpath(".")) Quote:c:\php-5.4which is the location of the fast cgi executable set up in IIS. The output of my debugging statement should clearly be the same as the path to my index.php. In fact if I set the system_path variable to the absolute path the application works fine, however this doesn't seem like a good solution. Does anyone have any ideas as to how to fix this correctly? |