 |
? |
Author |
Message |
randeh
Joined: 16 Sep 2015
Posts: 8
Location: Florida
|
Posted: Wed Sep 16, 2015 9:20 am |

|
I had the freebie RSS2HTML working just fine and decided to purchase the pro to pay for something I would be using daily and take advantage of some of the other scripts.
When I uploaded the php files from the RSS2HTML-Pro zip file into my working site (same folder) the "rss2html.php?buildURL" no longer works (I get a blank page).
Trying to pin point the problem I went to the FeedForAll_rss2html_pro.php file and under Configuration options I uncomment one at a time for the following and uploaded to my server:
$Dont_Parse_iTunes = TRUE;
$Dont_Parse_TrackBack = TRUE;
$Dont_Parse_DublinCore = TRUE;
$Dont_Parse_ITMS = TRUE;
That did not change a thing. After removing php files from the server one by one I discovered that when I removed the FeedForAll_parse_Extensions.inc.php file the "rss2html.php?buildURL" works.
Can you tell me why the FeedForAll_parse_Extensions.inc.php file is causing this problem.
Thank you,
Randy
|
|
|
 |
 |
Tech Support
Joined: 27 Aug 2004
Posts: 2694
|
Posted: Wed Sep 16, 2015 10:26 am |

|
Unfortunately, extension support does not work in PHP 5.4 or newer. The FeedForAll_parse_Extensions.inc.php file must be removed for rss2html-pro to run under PHP 5.4 or newer.
|
_________________
Create RSS Feeds
Audio Recording and Editing
|
|
 |
 |
randeh
Joined: 16 Sep 2015
Posts: 8
Location: Florida
|
Posted: Wed Sep 16, 2015 10:32 am |

|
Thank you for the quick reply
|
|
|
 |
 |
|
|
|