 |
? |
Author |
Message |
tkerins
Joined: 12 Nov 2013
Posts: 1
|
Posted: Tue Nov 12, 2013 9:51 am |

|
I currently use PHP 5.3 on my hosted server to run rss2html and it works fine. On two occasions recently my hosting company switched the version of PHP to 5.4 and the script stopped working. No output. After a bit of time I figured out what had happened and set it back. They are now permanently switching me to PHP 5.4 starting December 1 and I have no idea how to get rss2html to work with it. I read someone's post about setting the following settings in PHP.ini;
allow_url_fopen = ON
allow_url_include = ON
This did not work for me as they were already on. Does anyone know why rss2html script does not work on 5.4(specifically 5.4.20) or how to get it to work?
I have already tried the latest version of the script and still nothing. no output, errors, nothing.
|
|
|
 |
 |
SunnyMobi
Joined: 17 Jan 2008
Posts: 7
|
Posted: Mon Jan 20, 2014 11:18 am |

|
have you tried removing the file FeedForAll_rss2html_pro.php in case you have it installed in your directory?
This will of course stop php-code in the template from being parsed, but it might be a solution for your specific situation (unfortunately it is not for mine).
|
|
|
 |
 |
|
|
|