keweli Posted June 26, 2011 Share Posted June 26, 2011 I have tried reinstalling a fresh copy of the blockrss module, but every time I put in an .xml RSS feed link, the whole site becomes a white page.e.g. If I don't configure the block with an RSS link, it will appear normally on the site and say: No RSS feed addedIf I do configure a link, the whole becomes a blank white page and nothing loads.Any ideas? It is not allowing the foreach loop here: > {if $rss_links} </pre> <ul> {foreach from=$rss_links item='rss_link'} {$rss_link.title} {/foreach} </ul> <br>{else}<br> {l s='No RSS feed added' mod='blockrss'}<br>{/if Link to comment Share on other sites More sharing options...
shokinro Posted June 26, 2011 Share Posted June 26, 2011 please enable error display by change "display_errors" to "on" in /config/config.inc/php file.after that when you run the page you will see detailed error and from errors you will get some clue what is cause. Link to comment Share on other sites More sharing options...
keweli Posted June 26, 2011 Author Share Posted June 26, 2011 Under where will the error messages display? I activated by it still just returns a completely blank page with no errors. Link to comment Share on other sites More sharing options...
shokinro Posted June 27, 2011 Share Posted June 27, 2011 if there is a error it should be displayed on the page. that's is weird nothing appears.have tried to clear your browser cache and also PrestaShop cache?back officePrererefnces tabPerformances sub tabSmarty: Force compile: yes, Cache noCache: noIf you change the setting back after you done with it. Link to comment Share on other sites More sharing options...
keweli Posted June 27, 2011 Author Share Posted June 27, 2011 Yep I tried clearing everything but no luck. I think it's the XML parser's problem. Link to comment Share on other sites More sharing options...
keweli Posted June 29, 2011 Author Share Posted June 29, 2011 OK I found out the PHP DOMNode class was not included Link to comment Share on other sites More sharing options...
SonnyBoyII Posted July 4, 2011 Share Posted July 4, 2011 keweli, have you found the sollution? I have the same problem. The rss feed module crasched the whole site.The modle used to work perfectly, now, started to crash my site...here is my error Fatal error: Uncaught XML_Feed_Parser_Exception: Invalid input: this is not valid XML in /home/onlineki/public_html/dnet/modules/blockrss/blockrss.php on line 144 Exception trace# Function Location 0 XML_Feed_Parser->__construct('<rss version="0.…') /home/onlineki/public_html/dnet/modules/blockrss/blockrss.php:144 1 Blockrss->hookLeftColumn(Array) /home/onlineki/public_html/dnet/classes/Module.php:643 2 ModuleCore::hookExec(Array, Array) /home/onlineki/public_html/dnet/classes/FrontController.php:453 3 Link to comment Share on other sites More sharing options...
keweli Posted July 4, 2011 Author Share Posted July 4, 2011 My problem was with the PHP DOM package that is handled by the web server.I don't think you have the same problem, it says you are using an invalid XML.Try configuring the module with this BBC one: http://feeds.bbci.co.uk/news/rss.xml and see if there is still that error. Link to comment Share on other sites More sharing options...
peterkwok Posted August 28, 2011 Share Posted August 28, 2011 OK I found out the PHP DOMNode class was not included hi dear,thank you post this topic, i have the same problem as that, can you tell me which PHP DOMnode Class that not included? i think it's the serve problem,but i dont know what exactly i can ask them to install it. or can i install it myself on the Cpanel? hope to receive your reply. thank you Link to comment Share on other sites More sharing options...
Recommended Posts