XF 2.3 I installed a plugin but it gave an error. How can I delete the error message?

I solved the problem this way. I deleted the table that appeared after the SQL query and the problem was solved.

SQL:
SELECT addon_id
FROM xf_addon
WHERE is_processing = 1
 
Back
Top Bottom