joomla stop log error


Option #1: Disabling Error Reporting on Your Joomla Site

One solution, and probably the one you'll take first, is to stop the errors from showing.

  • Go to Site > Global Configuration > Server > Error Reporting.
  • You have five choices:
    • System Default: this allows error reporting to be determined by the php.ini file on your server.
    • None will disable all error reporting.
    • Simple will show Errors and Warnings but won't show Notices.
    • Maximum will show Errors, Warnings and Notices.
    • Development will literally overwhelm you with feedback. If you're not a developer, please don't use this option.




Option #2: Fix the Problem


Yes, yes, I know this is a controversial idea. Fixing a problem is definitely harder than hiding a problem.
Here are some suggestions to help you fix the problem. Please backup your site before trying any of these.

  • Make sure your Joomla site and all your extensions and templates are up-to-date.
  • Search Google and Joomla.org for anyone who has reported the same message. See if they have found a solution.
  • Read the message itself for hints about the problem. Often the message will contain the name of the extension or template that is causing problems. Disable that extension or template to see if that fixes the problem.