Jump to content

include errors


squiblo

Recommended Posts

ok, firstly my directories look like this... " root > includes > php and css files "

i have a file in the root folder called "about.php" and a line of the code in this file says...

<?php include './includes/footerlinks.php'; ?>

but i am getting 3 different error messages popping up when i want to view the page that say...

 

Warning: include() [function.include]: Unable to access ./includes/footerlinks.php in /customers/squiblo.com/squiblo.com/httpd.www/footpages/about.php on line 53

 

Warning: include(./includes/footerlinks.php) [function.include]: failed to open stream: No such file or directory in /customers/squiblo.com/squiblo.com/httpd.www/footpages/about.php on line 53

 

Warning: include() [function.include]: Failed opening './includes/footerlinks.php' for inclusion (include_path='.:/usr/share/php') in /customers/squiblo.com/squiblo.com/httpd.www/footpages/about.php on line 53

 

does anybody know why? please help. :D

 

Link to comment
https://forums.phpfreaks.com/topic/173906-include-errors/
Share on other sites

ok, firstly my directories look like this... " root > includes > php and css files "

i have a file in the root folder called "about.php" and a line of the code in this file says...

<?php include './includes/footerlinks.php'; ?>

but i am getting 3 different error messages popping up when i want to view the page that say...

 

Warning: include() [function.include]: Unable to access ./includes/footerlinks.php in /customers/squiblo.com/squiblo.com/httpd.www/footpages/about.php on line 53

 

Warning: include(./includes/footerlinks.php) [function.include]: failed to open stream: No such file or directory in /customers/squiblo.com/squiblo.com/httpd.www/footpages/about.php on line 53

 

Warning: include() [function.include]: Failed opening './includes/footerlinks.php' for inclusion (include_path='.:/usr/share/php') in /customers/squiblo.com/squiblo.com/httpd.www/footpages/about.php on line 53

 

does anybody know why? please help. :D

 

Where is your includes folder located to? Currently PHP is trying to include footerpages.php in /customers/squiblo.com/squiblo.com/httpd.www/footpages/includes/. Is this correct?

Link to comment
https://forums.phpfreaks.com/topic/173906-include-errors/#findComment-916836
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.