If you are receiving message like:

 

PHP Strict Standards: Declaration of ContentModelCategories::populateState() should be compatible with JModel::populateState() in \components\com_content\models\categories.php on line 19

Then in you PHP ini should be:

 

error_reporting = E_ALL & ~E_NOTICE & ~E_STRICT & ~E_DEPRECATED

and restart your iis