How to turn off Notices in a Joomla Driven site (Joomla 1.0 and Joomla 1.5).

If a component (extension) does generate for some reason Notices, then you can safely turn this off in Joomla Configuration.

Notices are not real errors, they are merley information for developers in order to help them either improve the performance or tvoid bugs  andd issues, due to some unitialized variables.

There is no real need for a Joomla running website to have notices turned on, but some hostings have this by default.

To turn notices off, check the following steps...

for Joomla 1.5.x
  • Log in as administrator in your admin backend.
  • select Global Configuration.

Image

  • Select the Server Tab.

Image

  • Here in Error Reporting choose "Simple" or "None.

Image

  • Save the configuration and test your website frontend.
for Joomla 1.0.x
  • Log in as administrator in your admin backend.
  • select Global Configuration.

Image

Image

  • Select the Server tab.

Image

  • Select "simple" or "none" as Error Reporting.

Image 

  • Save the configuration and test your website frontend.