Joomla 3.1 Error Reporting Updated on November 9, 2022 by Brad Markle 1 Minutes, 52 Seconds to Read Joomla includes the ability to use error reporting to help determine if there are problems occurring with your site. In this guide, we will explain what error reporting is in Joomla, go over the available options, test the settings, then show you how to change them. What is Error ReportingWhat Options Are Available for Error Reporting?Our Testing of the Error Reporting SettingTo Change the Joomla 3.0 Error Reporting Setting What is Error Reporting? One of Joomla 3.0’s Server Settings is Error Reporting. Joomla gives the following description for this setting. Error ReportingSelect the appropriate level of reporting from the drop down list. See the Help Screen for full details. If you click the help button on the page, it unfortunately does not give any information yet at this time. What Options Are Available for Error Reporting? The following options are available for Error Reporting: System DefaultNoneSimpleMaximumDevelopment Our Testing of the Error Reporting Setting To test the different options that are available for Error Reporting, we created a simple syntax error in the mod_login module by removing a ; from the PHP code. We then went through the various Error Reporting settings to see what type of error would be reported. Here are our findings: System DefaultParse error: syntax error, unexpected T_REQUIRE in /home/bradm/public_html/github2/modules/mod_login/mod_login.php on line 21None SimpleParse error: syntax error, unexpected T_REQUIRE in /home/bradm/public_html/github2/modules/mod_login/mod_login.php on line 21MaximumParse error: syntax error, unexpected T_REQUIRE in /home/bradm/public_html/github2/modules/mod_login/mod_login.php on line 21DevelopmentParse error: syntax error, unexpected T_REQUIRE in /home/bradm/public_html/github2/modules/mod_login/mod_login.php on line 21 As you can see in the table above, all settings showed the same error message, except the none setting. As the none setting implies, no error messages are shown on the screen. To Change the Joomla 3.0 Error Reporting Setting Log into your Joomla 3.0 DashboardClick Global Configuration in the left menuIn the tabbed menu, click the Server tabFind the Error Reporting setting under the Server Settings heading. Change the value as needed, and then click the Save button in the top left of the page. Share this Article Related Articles How to Use the Free Mini Frontpage Extension for Joomla 4.0 How to Change a Joomla 2.5 User’s Email Address How to Configure Joomla 2.5 to Send Email Using SMTP How to Edit a Joomla 3 Template How to install Phoca Gallery for Joomla 2.5 Creating a Menu Item for your Joomla 3 Component Changing Email Settings in Joomla 3.1 Using the Redirect Manager in Joomla 3.1 How to add Bootstrap to a Joomla 3.1 Template How to Use Bootstrap 5.0 Alerts in Joomla 4.0