This topic is locked

first time running phprunner, not working for me

8/6/2005 1:57:01 PM
PHPRunner General questions
P
pkellner author

Well, I'm well over 15 minutes and am very stuck. I'm using php 5.04, apache and when I make a simple example with mysql 5. I get the following:
Warning: main(include/locale.php) [function.main]: failed to open stream: No such file or directory in C:\Program Files\Apache Group\Apache2\htdocs\iraq2\include\district_functions.php on line 2
Warning: main() [function.include]: Failed opening 'include/locale.php' for inclusion (include_path='.:/php504/includes') in C:\Program Files\Apache Group\Apache2\htdocs\iraq2\include\district_functions.php on line 2
Warning: main(include/dbcommon.php) [function.main]: failed to open stream: No such file or directory in C:\Program Files\Apache Group\Apache2\htdocs\iraq2\include\district_functions.php on line 3
Warning: main() [function.include]: Failed opening 'include/dbcommon.php' for inclusion (include_path='.:/php504/includes') in C:\Program Files\Apache Group\Apache2\htdocs\iraq2\include\district_functions.php on line 3
Peter Kellner
http://peterkellner.net

admin 8/8/2005

Peter,
Your PHP is improperly installed. You have "include_path" option set up in Unix style

while you use PHP under Windows.
To correct this please open C:\Windows\php.ini file in text editor, find the following line

include_path='.:/php504/includes'



and remove it or replace it with

;include_path='.:/php504/includes'



Then you may need to restart Apache in

Control Panel -> Administrative Tools -> Services.