I get this weird error every so often:
Here's line 47 it's talking about:
My site is a WIP, which is why I hid the domain.
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
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.
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














