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 Quote 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 Quote Link to comment https://forums.phpfreaks.com/topic/70614-include-error/#findComment-354822 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.