If you can still access the backend of Joomla, go to System - Manage - Extensions and type in the letters ari into the search box. That will bring up extensions developed by ari-soft.com and possible some random hits, but it will hopefully help to identify the potential root cause.
If the backend does not work because the error occurs in a plugin, use phpMyAdmin or a similar MySQL utility and select the database in question from the left pane. Go to the main phpMyAdmin window and select the SQL tab. Edit the SQL statement in the query box as shown below but modify the table prefix to match your database. Then click the Go button in the bottom right corner of the page to run this query:
If the backend does not work because the error occurs in a plugin, use phpMyAdmin or a similar MySQL utility and select the database in question from the left pane. Go to the main phpMyAdmin window and select the SQL tab. Edit the SQL statement in the query box as shown below but modify the table prefix to match your database. Then click the Go button in the bottom right corner of the page to run this query:
Code:
SELECT * FROM `r209c_extensions` WHERE name LIKE '%ari%'
Statistics: Posted by toivo — Tue Feb 06, 2024 4:31 am