The Joomla Training Cohort has been launched!

Please send any feedback or bug reports to tim@cybersalt.com (opens new link)  

If you are asking for help with an error on your Joomla site, or trying to help yourself, here is a way to make sure you are getting the most helpful error messages.

 

 

00:00 Introduction and Sponsor

00:29 Channel Overview and Services

00:57 Understanding Error Messages

01:26 Accessing Global Configuration

02:04 Manually Accessing Global Configuration

02:26 Editing Configuration.php File

03:04 Viewing Detailed Error Messages

03:37 Enabling Display Errors in PHP Settings

04:02 Conclusion and Subscription Reminder

Summary

In this tutorial, Tim Davis from the Basic Joomla Tutorials YouTube channel provides a comprehensive guide on how to get more detailed error messages in Joomla. He covers accessing and configuring the Global Configuration settings, editing the configuration.php file, and enabling display errors in PHP settings. These steps help diagnose issues more effectively, whether you are troubleshooting the site yourself or seeking help from others. The video concludes with a reminder to subscribe for more useful Joomla tips and tutorials.

Introduction and Sponsor: Tim Davis introduces the video and mentions the sponsor, MySites.Guru, which offers a free site audit for Joomla sites.

Channel Overview and Services: Overview of the Basic Joomla Tutorials channel and the services offered, including building, maintaining, migrating, and upgrading Joomla sites.

Understanding Error Messages: Explanation of the importance of getting detailed error messages to diagnose issues on Joomla sites, comparing it to a "check engine" light that doesn't provide specific information.

Accessing Global Configuration:

Log into your Joomla 4 site.

Navigate to "Global Configuration" under the "System" tab.

Set "Error Reporting" to "Maximum" under the "Server" tab.

Enable "Debug" under the "System" tab.

Manually Accessing Global Configuration:

If you can't access the global configuration directly, manually enter the following URL after the administrator section of your site URL:

    index.php?option=com_config

- This should bring up the Global Configuration window where you can change the error reporting and debug settings.

Editing Configuration.php File:

If you can't access the global configuration at all, use your web hosting control panel to find the configuration.php file in your Joomla site folder.

Edit the file to change the following lines:

    public $debug = true; // Change from false to true
    public $error_reporting = 'maximum'; // Change to 'maximum'

- Save the changes.

Viewing Detailed Error Messages:

After making these changes, revisit the page that was throwing the error.

You should now see detailed error information, including the specific file and line where the error is occurring.

Enabling Display Errors in PHP Settings:

If you still don’t get detailed error messages, go to your web hosting control panel.

Find the PHP settings and enable "Display Errors."

Conclusion and Subscription Reminder: Tim concludes the video by encouraging viewers to use these steps to get better error messages and reminds them to subscribe for more Joomla tutorials.

Please send any feedback or bug reports or queries to;

Contact Tim Davis β–Ί This email address is being protected from spambots. You need JavaScript enabled to view it.

Joomla Training Cohort β–Ί https://cybersalt.com/jtc

JTC has been launched and is now accepting members https://cybersalt.com/services/subscriptions
mySites.guru β–Ί https://mysites.guru
Backing Up Your Joomla Site with Akeeba β–Ίhttps://www.youtube.com/watch?v=4Xu4o0g2-RY&t=0s
FOLLOW US ON X(TWITTER!) β–Ί https://x.com/basicjoomla
LIKE US ON FACEBOOK! β–Ί https://www.facebook.com/basicjoomla
SUBSCRIBE US ON YOUTUBE β–Ί//www.youtube.com/@Basicjoomla

#basicjoomla

#cybersalt

 

Monday Maintenance 272

 


Interesting blog? Like it on Facebook, Post it or share this article on other bookmarking websites.

Written by:
Tim Davis is the founder and owner of Cybersalt.
Log in to comment

Add comment

Submit