Fatal error after removing add-on
Permalink
Hoping somebody can help me with this one. I have installed two addons, the first is the Page Auto Redirect and the second was the ReCaptcha Mail Hide. After installing the second, I decided I didn't need/want the addon anymore, so I removed it. Immediately after removing ReCaptcha Mail Hide, I got the following error:
Fatal error: require_once(): Cannot redeclare class pageautoredirectpackage in /var/www/indianlakes/concrete/core/models/block_types.php on line 837
Now I can't get to the block types page at all, the error above keeps showing up. Any ideas on what I can try to get rid of this error (or why it's showing up in the first place)?
Edit: I've tried clearing the cache as well but to no avail.
Fatal error: require_once(): Cannot redeclare class pageautoredirectpackage in /var/www/indianlakes/concrete/core/models/block_types.php on line 837
Now I can't get to the block types page at all, the error above keeps showing up. Any ideas on what I can try to get rid of this error (or why it's showing up in the first place)?
Edit: I've tried clearing the cache as well but to no avail.
Double check your packages folder whether it has any backup or other folder containing the page auto redirect class.
Rony
Rony
There is the page_auto_redirect folder within packages, should it not be there?
try to uninstall the package & clear your cache to check whether the problem exists.
Rony
Rony
Fatal error: Cannot redeclare class PageAutoRedirectPackage in /var/www/indianlakes/blocks/page_auto_redirect/controller.php on line 48
Looks like C5 is trying to include the class twice?