HowTo Set Accessories to not be used

Question: How can I get accessories to not be active if I have errors when accessing the Accessories page?

Answer: You can delete rows from the exp_accessories table. This query will remove all the rows in the table, but not delete any files on the server.

delete from exp_accessories 

Categories