Jump to content

Include Error


geordie

Recommended Posts

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

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

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.