Hello, I need your help. I uninstalled an extension while modifying my website, but it caused a fatal error on my website. I followed the help document: the first item in the stack trace indicates where the error was triggered. Sometimes, this is enough to identify the faulty extension. Sometimes, the faulty extension is farther down the stack trace. This may not mean much to you, but stack traces are invaluable to experts answering questions in the Joomla forums.
If you can identify the problematic extension, disable it. You can do this using the Administrator interface if it is working. Otherwise, use phpMyAdmin to find the extension in the #__extensions database table and set its enabled value to 0. You do not need to disable any core Joomla extensions.
It still does not work. Please help, thank you