php - Strict standards error on joomla template installation -


i trying install joomla template following error

( ! ) strict standards: declaration of rokinstaller::getinstance() should compatible jinstaller::getinstance($basepath = 'c:\wamp\ww...', $classprefix = 'jinstaller...', $adapterfolder = 'adapter') in c:\wamp\www\joomla\tmp\install_55d4bc62ca9d1\business001_final\installer\rokinstaller.php on line 365 

i have joomla 3.4.3, can me pass issue please.

thanks guys

you can turn off reporting of strict warnings editing php.ini , changing parameter error_reporting

use wampmanager menu make sure edit correct php.ini file

wampmanager -> php -> php.ini 

find line

error_reporting = e_all 

and change to

error_reporting = e_all & ~e_strict 

Comments

Popular posts from this blog

html - Firefox flex bug applied to buttons? -

html - Missing border-right in select on Firefox -

python - build a suggestions list using fuzzywuzzy -