Configuration error message.
Thanks for your help. I tried both examples above and am getting the following error message: Unable to open RSS Feed 6, exiting Unable to open RSS Feed sample.xml, exiting .
I made sure all files are chmod to 755 and changed this line in the rss2html.php script:
$fileAccessLevel = 1;
to this:
$fileAccessLevel = 0;
per their forum.
|