Blocks - Require_once error

Permalink
Totally broke it. I was experimenting with adding some blocks. I installed a block I was testing probably did so pre-maturely. Now I'm seeing this error each time I select block type. I'm also seeing it when I try to refresh my database.
Warning: require_once(/home/abarclay/public_html/updates/concrete5.6.1.2_updater/concrete/blocks/de_flow/controller.php) [function.require-once]: failed to open stream: No such file or directory in /home/abarclay/public_html/updates/concrete5.6.1.2_updater/concrete/core/libraries/loader.php on line 214
Fatal error: require_once() [function.require]: Failed opening required '/home/abarclay/public_html/updates/concrete5.6.1.2_updater/concrete/blocks/de_flow/controller.php' (include_path='/home/abarclay/public_html/libraries/3rdparty:/home/abarclay/public_html/updates/concrete5.6.1.2_updater/concrete/libraries/3rdparty:.:/usr/lib/php:/usr/local/lib/php') in /home/abarclay/public_html/updates/concrete5.6.1.2_updater/concrete/core/libraries/loader.php on line 214

 
formigo replied on at Permalink Reply
formigo
You might try uninstalling it. That may well solve the error, then revisit your block structure to ensure you include the required files controller methods.

Best

Ollie