Deleted a block folder and it's table in the DB, but still getting an error

Permalink
Hi,

I created a block which I didn't want any longer, so I deleted the block folder ("journal_callout") and it's related table in the DB ("btJournalCallout").

However I am getting an error now anytime I try to add a block to my page or if I try to view my blocks in the dashboard:

Warning: require_once(/home/mysite/public_html/dev/concrete/blocks/journal_callout/controller.php) [function.require-once]: failed to open stream: No such file or directory in /home/mysite/public_html/dev/concrete/core/libraries/loader.php on line 215
Fatal error: require_once() [function.require]: Failed opening required '/home/mysite/public_html/dev/concrete/blocks/journal_callout/controller.php' (include_path='/home/mysite/public_html/dev/libraries/3rdparty:/home/mysite/public_html/dev/concrete/libraries/3rdparty:.:/usr/lib/php:/usr/local/lib/php') in /home/mysite/public_html/dev/concrete/core/libraries/loader.php on line 215


Now that I am looking at it, I created the block in my "blocks" folder not "concrete/blocks" nor do I see the file in "concrete/blocks"...

 
nicolechung replied on at Permalink Reply
I had to delete the entry from BlockTypes in the db also.