Forum Moderators: coopster
I bought coffeecup news ticker software as I wanted to include this on the main index of my phpbb3 forum. Works perfect on MY computer at home. However, according to the software makers allow_url_fopen needs to be on to get the live feed. So I created a php5.ini file in the root of the server (server is running php 5.x) and turned on allow_url_fopen = on and magic_quotes_gpc = on.
I checked the phpinfo.php file I had and allow_url_fopen is in fact on. However, when I do this my ENTIRE site goes blank in the browser. No "View Source" info, nothing! When I change the php5.ini file back to allow_url_fopen = off and magic_quotes_gpc = off the site eventually comes back up, after the server picks up the changes.
What gives? I don't understand why this is happening. Is it the php5.ini file? The allow_url_fopen = on / magic_quotes_gpc = on files? Suggestions, advice, appreciated! Thanks!
[edited by: phranque at 9:07 am (utc) on Nov. 19, 2009]