geordie Posted September 25, 2007 Share Posted September 25, 2007 I have stripped my menu out of my page to put it in an include. When I view the file with the include I get the following Warning: Division by zero in C:\xampp\htdocs\rlcoaching_automated\include_test.php on line 9 Warning: include(php) [function.include]: failed to open stream: No such file or directory in C:\xampp\htdocs\rlcoaching_automated\include_test.php on line 9 Warning: include() [function.include]: Failed opening 'php' for inclusion (include_path='.;C:\xampp\php\pear\') in C:\xampp\htdocs\rlcoaching_automated\include_test.php on line 9 Can anyone make any sense of that? Many Thanks Paul Link to comment https://forums.phpfreaks.com/topic/70614-include-error/ Share on other sites More sharing options...
MadTechie Posted September 25, 2007 Share Posted September 25, 2007 Post the code for include_test.php lines 5 to 15 will be fine (i guess) Warning: Division by zero in C:\xampp\htdocs\rlcoaching_automated\include_test.php on line 9 Warning: include(php) [function.include]: failed to open stream: No such file or directory in C:\xampp\htdocs\rlcoaching_automated\include_test.php on line 9 Warning: include() [function.include]: Failed opening 'php' for inclusion (include_path='.;C:\xampp\php\pear\') in C:\xampp\htdocs\rlcoaching_automated\include_test.php on line 9 Link to comment https://forums.phpfreaks.com/topic/70614-include-error/#findComment-354822 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.