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

mysql - FireDac error 314 - but DLLs are in program directory -

git - How to list all releases of public repository with GitHub API V3 -

c++ - Getting C2512 "no default constructor" for `ClassA` error on the first parentheses of constructor for `ClassB`? -