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??
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??
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