05-15-2005, 01:59 PM
| THREAD STARTER
#1 (permalink)
|
| Senior Member Join Date: Jul 2004
Posts: 1,383
| Odd error I get this weird error every so often: Code: Warning: main(http://*********.com/online/online.php): failed to open stream: HTTP request failed! HTTP/1.1 403 Forbidden in /home/flametid/public_html/website/region/networktraffic/index.php on line 47
Warning: main(http://*********.com/online/online.php): failed to open stream: HTTP request failed! HTTP/1.1 403 Forbidden in /home/flametid/public_html/website/region/networktraffic/index.php on line 47
Warning: main(): Failed opening 'http://*********.com/online/online.php' for inclusion (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/flametid/public_html/website/region/networktraffic/index.php on line 47 Here's line 47 it's talking about : Code: <?php
include ("http://*********.com/online/online.php");
?> My site is a WIP, which is why I hid the domain. ????: NamePros.com http://www.namepros.com/programming/90377-odd-error.html
But still, it should work, no? Yes, the directories/files do exist and most times it does display correctly but every once in a while I get an error like that above. Any ideas why?
Thanks, Andy |
| |