Hi,
I’m attempting to install an instance of ExpressionEngine 1.6.9 onto a Windows 2008 R2 64 bit Server with IIS7.5 under PHP 5.3.2 with mySQL 5.1.45 and I’m getting the error:
“Warning: include(./control/core/core.system.php): failed to open stream: No such file or directory in D:\Websites-Expression\*****\index.php on line 120 Warning: include(): Failed opening ‘./control/core/core.system.php’ for inclusion (include_path=’.;C:\\Program Files (x86)\\PHP\\pear;OP\\pear’) in D:\Websites-Expression\***** \index.php on line 120 The system path does not appear to be set correctly. Please open your path.php file and correct the path.”
[This is with the “error_reporting(E_ALL);” entry in index.php in place]
I’ve taken a look at all the various reports of this and tried a number of combinations of “./control/”, “../control/”, “control/”, “~/control/” etc in the “$system_path = “./control/”;” entry on line 9 of the path.php file in the root – All to no avail.
I’ve also verified that it’s not a permissions issue – I [temporarily] set the root and all files below it to ‘Everyone – Read’ – still didn’t work.
The PHP-mySQL-IIS7 Stack works fine - I have Mediawiki sites installed and running and the control panel is accessible from http://*****/control/index.php
Any ideas?