We build. You grow.

Get best community software here

Start a social network, a fan-site, an education project with oxwall - free opensource community software

RSS Feed Error, main page stuck and not loading, Help... | Forum

Fred
Fred Dec 23 '19
I pasted an RSS link in the left side with the RSS widget. It got stuck, won't load page. How do I turn off RSS in my cpanel to delete this box and then go on??


Moved a RSS widget to left sidebar and bam, froze everything on that page, customize button doesn't do anything. Help... Solutions I can try??




Patricia Zorrilla Leader
Patricia Zorrilla Dec 23 '19

Try putting line 47 of the file ow_system_plugins/base/rss_widget.php

return;

as seen in the image


Then put the web in DEBUG mode

(Here explains how https://wiki.oxwall.com/plugin-tuts:enable-debug)

This will disable RSS loading and the display of this widget and you should be able to access to customize the screen to edit it correctly.

Then, don't forget to delete the "return;" of this file and deactivate the DEBUG mode