I have a small custom file download script on a few sites and it works great. I just tried installing it on another site. All is good except for the actual download page. It should normally display a header and footer inc file. The problem is that I get the following errors:
I can't figure out why it's not working on this particular site.PHP Code:Warning: include(header.inc) [function.include]: failed to open stream: No such file or directory in /home/username/public_html/getfiles.php on line 63
Warning: include(header.inc) [function.include]: failed to open stream: No such file or directory in /home/username/public_html/getfiles.php on line 63
Warning: include() [function.include]: Failed opening 'header.inc' for inclusion (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/username/public_html/getfiles.php on line 63
Warning: include(footer.inc) [function.include]: failed to open stream: No such file or directory in /home/username/public_html/getfiles.php on line 141
Warning: include(footer.inc) [function.include]: failed to open stream: No such file or directory in /home/username/public_html/getfiles.php on line 141
Warning: include() [function.include]: Failed opening 'footer.inc' for inclusion (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/username/public_html/getfiles.php on line 141
Help?
Vito
.


Reply With Quote
Bookmarks