By dep21 on
So I was playing with custom blocks and as an experiment copied in the code from the taxonomy html module into the content for a custom block. Now, when I go to any page on the site, I get this:
Fatal error: Cannot redeclare taxonomy_html_vocab_vert() (previously declared in /home/public_html/d/modules/taxonomy_html.module:4) in /homepublic_html/d/includes/common.inc(1882) : eval()'d code on line 4
The problem is that I cannot work out where that custom block has been stored in order to delete it and stop it happening again. Can anyone point out to me where custom blocks are saved? Thanks!
Comments
Answerwed my own question:
Answerwed my own question: they're stored in the 'boxes' table in the db. Delete whatever row has the content in you no longer need.