Unable to uninstall add-ons. Is a manual uninstall possible?
Permalink 1 user found helpfulEvery time I tried installing a package manually I got the following error:
not found. Please check that the block controller file contains the correct class name.
This was fixed by changing the permissions on the server.
Unfortunately although the packages installed prior to fixing the permissions are viewable in the "dashboard > add functionality" area they do not show up when adding a block to a page.
I am trying to uninstall these packages but when I go to "add functionality" and then click on the add-on, there is no edit or remove button. I assume this is due to the add-on not installing properly.
Is there any way to manually uninstall the add-on?
Thanks
Thanks
One thing that stands out is that your attachment shows a 5.4 dash and tweetcrete is for 5.5 but either way uploading its files manually should give you the options to remove it from dashboard.
Go tohttp://www.concrete5.org/marketplace/addons/tweetcrete/... and click download archive. Now open your ftp and upload to the packages directory. If you dont have ftp than go to your hosting cpanel and use the file manager there to upload to your sites packages directory.
I manually uploaded the add-ons in teh first place.
I have tried reuploading, checked all files match and have cleared the cache. The remove option is still not visible.
Any other ideas?
The original issue was caused by a permissions issue with the files directory. i have since corrected this and have been able to upload other add-ons. I just can't uninstall the add-ons i tried installing previously.
thanks
Ive never used it but it seems like it could help, possibly include some database checks from cpanel along the way ?
I tried refreshing the database and this made no difference.
I then removed the files for a package and then refreshed the database and the package name appeared in the "add functionality" are without an icon. If I clicked the link it just took me to the top of the add functionality page.
I then uploaded the add-on files again and refreshed the database and when i click edit again, the remove button still does not appear.
Thanks
I have found that I need to do a few things to remove 'packages gone wild'.
1) First I try to delete all instances of that block on my site. This isn't always possible but try anyways.
2) Next I delete the package files from the 'root/packages' folder.
3) Then I remove an entry in the database for the package you want to remove. If you have SQLBuddy installed you can do it from there or you can use the phpMyAdmin in your host's Control Panel. In the database, find the table called 'BlockTypes'. Find the package you want to remove and delete that row from the database.
4) The offending package should no longer show up in your Dashboard and you should be free to re-install properly, except for Tweetcrete ;-)
It fixed the my problem.
Thanks