Is host blocking http requests
Website URL
sandgatefilmclub.uk
Error Message
Server error 5xx
Other Information
I was trying to discover why google search console was reporting that a page ‘film.php’ was not indexed because of server error 5xxx. I was unable to find any error reports via infinityfree so I added some php to the top of film.php, via the file manager, to invoke some error logging to my own file. This did not work! However the page stopped displaying remote images that were linked by url. This did not resolve itself when I removed the error logging code and now film.php will not display any remote images. Other pages on my site still successfully display remote images using the same included code.
Everything works well on localhost and migrating that working film.php to live doesn’t fix anything, neither does migrating a differently named page, film2.php, but with the same code as film.php.
Has the inclusion of error logging code caused the host to block outgoing http requests from that film.php and, if it has, how do i fix it?
The error trapping code was:
Discussion in the ATmosphere