Hello! Is there any way to "clear" a stored block when I get an error message caused by erroneous PHP code, like this one?
#0 /home/abc/public_html/system/Widget/Widget.php(103): IPS\plugins\phptxtwidget\widgets\_sodPhpWidget->init()
#1 /home/abc/public_html/system/Widget/Widget.php(296): IPS\_Widget->__construct('g3hiib76r', Array, NULL, 'vertical')
#2 /home/abc/public_html/system/Dispatcher/Front.php(538): IPS\_Widget::load(Object(IPS\Plugin), 'sodPhpWidget', 'g3hiib76r', Array, NULL, 'vertical')
#3 /home/abc/public_html/system/Dispatcher/Dispatcher.php(148): IPS\Dispatcher\_Front->finish()
#4 /home/abc/public_html/index.php(13): IPS\_Dispatcher->run()
#5 {main}
Where is this widget's content being saved? Anywhere in filesystem or database?
Thanks in advance for your help.
EDIT: Just found it on database and solved it by editing it there.