Categories

Featured templates

Joomla. How to deal with warnings that appear just after installation

Amina Freinger June 19, 2015
Rating: 5.0/5. From 2 votes.
Please wait...

This tutorial is going to explain you how to deal with warnings that can appear just after Joomla template installation.

Joomla. How to deal with warnings that appear just after installation

Sometimes right after the template installation you can see additional messages on your site. For example, see the screenshot below:

joomla_how_to_deal_with_warnings_after_installation

Joomla uses PHP code and when PHP has problems, it reports them to you. There are three main ways in which PHP will report the problems:

  1. Strict Standards warnings are not errors and they do not impact the site functionality. Joomla extensions were written for PHP 4 and PHP 5. Mostly PHP 4 code caused these warnings. It is not possible to change all the code to new rules set in PHP 5.3, PHP 5.4 or newest immediately) – e.g. if some extension has over 50.000 lines of code. So, these are messages for developers and such messages should not be enabled on a production site.

  2. Notices are neither warnings nor errors. When a PHP Notice occurs, it just tells that some PHP code could be written in a better way. Nothing is wrong, remember that. The code could just be optimized a bit better. But this is just a suggestion, it’s not a requirement.

  3. However, if a PHP Warning or PHP Error occurs, the situation is more serious. When a PHP Error occurs, the PHP script stops right away and you will have a problem. But with a PHP Warning, there is no error yet, but the PHP engine thinks there might be one soon. In both cases, it’s better to contact our Technical Support Team via the chat or submit a ticket for them.

To disable such PHP messages on your site, you should perform the following steps:

If you are using Joomla 2.5.x:

  1. Log into your Joomla admin panel as super administrator.

  2. Navigate to Site -> Global Configuration and open Server tab.

  3. Find Error Reporting option and change its value to Simple or None. Don’t forget to save the changes.

If you are using Joomla 3.x:

  1. Log into your Joomla admin panel as administrator.

  2. Navigate to System -> Global Configuration and open Server tab.

  3. Find Error Reporting option and change its value to Simple or None. Don’t forget to save the changes:

joomla_how_to_deal_with_warnings_after_installation2

Now you can refresh your site. The errors should disappear and your site will look properly.

This is the end of the tutorial. Now you know how to deal with warnings that appear just after Joomla template installation.

Feel free to check the detailed video tutorial below:

Joomla. How to deal with warnings that appear just after installation

Joomla Responsive Themes
This entry was posted in Joomla! Tutorials and tagged installation, joomla, warning. Bookmark the permalink.

Submit a ticket

If you are still unable to find a sufficient tutorial regarding your issue please use the following link to submit a request to our technical support team. We'll provide you with our help and assistance within next 24 hours: Submit a ticket