Íá ãÔßáÉ error PHP Strict Standards

æåì áíÓÊ ÇÎØÇÁ æ áßä ÑÓÇÆá ÊÙåÑ ÚäÏ äÞá ÇáãæÞÚ ãä ÓíÑÝÑ Çáì ÇÎÑ ãÎÊáÝ Ýì php

áÍá ÇáãÔßáÉ

Open your php.ini
or
by overriding php ini directly in the main index.php file of the joomla install:
make this:
ini_set('error_reporting', E_ALL & ~E_NOTICE);

ini_set('display_errors', 'Off');