wolstech Posted August 9, 2016 Posted August 9, 2016 So, something seems to have changed recently. Stevie randomly refuses to file_get_contents() its own files through HTTP. It returns an empty string. <?php $content = file_get_contents("http://si3.raxsoft.com/changelog.txt"); echo $content; ?> Code above can be run here: http://si3.raxsoft.com/debug_fgc.php It returns a blank page for me. However, when run on my local server, it retrieves and shows the changelog.txt just fine. It used to work since a bunch of stuff on my account has been doing it for years...Any ideas on this? Quote
Krydos Posted August 9, 2016 Posted August 9, 2016 There was a bug in our firewall where it blocked loopback, but didn't list it as a blocked address. Whatever the issue was restarting it fixed it. Thanks for pointing it out. Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.