If your Joomla Admin area is broken because of an extension that you need to unpublish but you can't unpublish it because your Joomla admin area is broken, this video will show you how to find the problem and regain the access and/or functionality you need to move forward.
00:00:00 - Intro: Fix Joomla Crash
00:00:51 - Problem Background
00:01:18 - Enable Debugging
00:01:52 - Find Config File
00:02:26 - Edit Config
00:03:29 - View Errors
00:04:03 - Database Fix
00:04:42 - PHPMyAdmin
00:05:10 - Find Extension
00:05:41 - Disable Extension
00:06:22 - Conclusion
Summary
-
Introduction & Sponsor โ Tim Davis opens the tutorial and acknowledges the video sponsor, MySites.Guru, which offers free Joomla site audits.
-
Channel Overview โ Quick overview of the Basic Joomla Tutorials channel and Timโs Joomla services such as maintenance, building, migration, and upgrades.
-
The Problem Explained โ The Joomla backend becomes inaccessible due to a faulty extension, creating a situation where the extension canโt be disabled through normal admin access.
-
Understanding the Need for Debugging โ To diagnose the issue, users must enable detailed error reporting and debug mode to identify which extension is causing the problem.
-
Editing the Configuration File โ Since the backend is down, Tim shows how to access configuration.php via your hosting control panel or file manager.
-
Enabling Debug & Error Reporting Manually โ In the configuration.php file, modify the following lines:
public $debug = true; public $error_reporting = 'maximum';Save the file to activate detailed error output.
-
Viewing Detailed Error Messages โ Reload the broken Joomla admin page to see specific error details, including the name or file path of the problematic extension.
-
Accessing PHPMyAdmin โ Open PHPMyAdmin through your web hosting control panel and select your Joomla database to manually disable the faulty extension.
-
Disabling the Problematic Extension โ In the #__extensions table, find the extension by name and set the enabled value from
1to0, effectively disabling it. -
Conclusion & Next Steps โ After regaining backend access, Tim advises reviewing extensions for reliability and ends with a reminder to subscribe for more Joomla tutorials and troubleshooting tips.
Please send any feedback or bug reports or queries to;
Contact Tim Davis โบ
Joomla Training Cohort โบ https://cybersalt.com/jtc
![]()

Add comment