Error message when trying to add a block
Permalink
I am getting the following error messages whenever I try to add a block to my page.
______________
Warning: require_once(/public_html/packages/fjhadd_vimeo_thumb_gallery/blocks/fjhadd_vimeo_gallery/controller.php) [function.require-once]: failed to open stream: No such file or directory in /public_html/concrete/core/libraries/loader.php on line 218
Fatal error: require_once() [function.require]: Failed opening required '/public_html/packages/fjhadd_vimeo_thumb_gallery/blocks/fjhadd_vimeo_gallery/controller.php' (include_path='/public_html/libraries/3rdparty:///public_html/concrete/libraries/3rdparty:.:/usr/lib/php:/usr/local/lib/php') in /public_html/concrete/core/libraries/loader.php on line 218
________________
A little history: I had installed the "fjhadd vimeo thumb gallery" to test it out. It did not work at all so I uninstalled it and released it from the project. However, it still shows up in my list of installed add-ons. The installer says there is an update for the gallery. Clicking on the update button returns a message "1". (.jpg of error message attached)
I checked the packages folder and found nothing related to the fjhadd vimeo gallery.
Does anyone know how I can fix this? Any help will be much appreciated!
Thanks!!
David E.
______________
Warning: require_once(/public_html/packages/fjhadd_vimeo_thumb_gallery/blocks/fjhadd_vimeo_gallery/controller.php) [function.require-once]: failed to open stream: No such file or directory in /public_html/concrete/core/libraries/loader.php on line 218
Fatal error: require_once() [function.require]: Failed opening required '/public_html/packages/fjhadd_vimeo_thumb_gallery/blocks/fjhadd_vimeo_gallery/controller.php' (include_path='/public_html/libraries/3rdparty:///public_html/concrete/libraries/3rdparty:.:/usr/lib/php:/usr/local/lib/php') in /public_html/concrete/core/libraries/loader.php on line 218
________________
A little history: I had installed the "fjhadd vimeo thumb gallery" to test it out. It did not work at all so I uninstalled it and released it from the project. However, it still shows up in my list of installed add-ons. The installer says there is an update for the gallery. Clicking on the update button returns a message "1". (.jpg of error message attached)
I checked the packages folder and found nothing related to the fjhadd vimeo gallery.
Does anyone know how I can fix this? Any help will be much appreciated!
Thanks!!
David E.
Hey I got the same error message, except I cannot re-upload the add-on and delete it properly. When I look at the add-on there is a big concrete5 logo on it and when I click edit it just goes back to the install page. Thoughts?
The error shows as because you have deleted the package from directory but not properly uninstalled it. So it tries to find the controller of that package but cannot find it. And throw this error.
Rony