Jump to content

[Solved] RSS Module Crash


Recommended Posts

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 added

If 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

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 office
Prererefnces tab
Performances sub tab

Smarty: Force compile: yes, Cache no
Cache: no

If you change the setting back after you done with it.

Link to comment
Share on other sites

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

  • 1 month later...

OK I found out the PHP DOMNode class was not included :P

 

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

×
×
  • Create New...