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.

nickelfault
 
nickelfault replied on at Permalink Reply
nickelfault
Just restored to a backup I had and it looks like a similar problem must've been happening before I installed the second add-on. In my backup I only have the Page Auto Redirect addon installed, and now on the block types page I am getting the following error:

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?
ronyDdeveloper replied on at Permalink Reply
ronyDdeveloper
Double check your packages folder whether it has any backup or other folder containing the page auto redirect class.

Rony
nickelfault replied on at Permalink Reply
nickelfault
There is the page_auto_redirect folder within packages, should it not be there?
ronyDdeveloper replied on at Permalink Reply
ronyDdeveloper
try to uninstall the package & clear your cache to check whether the problem exists.

Rony