Forum
RSS feed reader stopped working
2011-11-09
Pablo
Hi, i have downloaded your rsslib scripts and if i want to get feeds from another page with the rss-twice.php nothing happens,
do you have to change some server configuration or something like that?
i hope you can help me.
Thanks
2011-11-09
scriptol
Hello
You need for PHP 5. This may be configured in .htaccess. If it does not work, please add a post on the forum with error messages.
Sincerely
2011-11-10
pablo
well i have php 5.3, i dont have .htaccess file yet and the program dont send any error messages just dont show it i have tried in other free hostings with php support, and the same thing happens.
where can i find an error message?
2011-11-10
scriptol
Try to create the file info.php and put the code below inside and upload it at the root of your site. Verify it outputs the right version of PHP.
<?phpAnd then type in the URL bar of a browser http://www.example.com/info.php (replace example.com by the domain of your site). Looks like PHP is not interpreted at all on your site!
echo phpinfo();
?>