http://stephenrios.com/blog/
Notice the 0 at the beginning and end of the excerpt on the card showing the post info.
Worked with the server admin on this issue. In php.ini we have this set:
; Whether to allow the treatment of URLs (like http:// or ftp://) as files.
; http://www.php.net/manual/en/filesystem.configuration.php#ini.allow-url-fopen
allow_url_fopen = On
With this setting enabled, and even re-starting the server to make sure the init was caught correctly, the issue persists. This problem is occurring in the latest Chrome browser. The server is running PHP 5.3.3.
Is there anything else we can try?
I’ve passed this on to the server admin. Thank you for the direction. Hopefully this solves the problem. I’ll let you know if it does.