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
Post a Comment