XF 2.1 Removing addon from is_processing

m1ne

Well-known member
An addon I tried to install failed and now I have this message,

One or more add-ons currently have actions pending and may be in an inconsistent state. Because of this, some errors may be suppressed and unexpected behavior may occur. If this does not change shortly, please contact the add-on author for guidance.

It cannot be uninstalled. I've removed the files and see the entry listed when running SELECT addon_id FROM xf_addon WHERE is_processing = 1

Is it safe to delete that entry? I hope it'll remove the error.
 
Found the SQL queries ran on installation, found the created tables and columns and deleted them. Removed the entry from is_processing, error gone from admin panel.
 
Top Bottom