Buongiorno a tutti....ho un grosso problema. Sto costruendo un sito con Joomla 2.5 in locale con xammp. Come template sto modificando Beeze 2. Il problema è questo. Per ogni modulo che provo ad utilizzare, che sia un menù o uno slide mi da una fila di errori di questo tipo:
Strict Standards
: Non-static method modFSSP1Helper::cText() should not be called statically in
C:\xampp\htdocs\Joomla\modules\mod_freeslider_sp1\helper.php
on line
114
Strict Standards
: Non-static method modFSSP1Helper::getImage() should not be called statically in
C:\xampp\htdocs\Joomla\modules\mod_freeslider_sp1\helper.php
on line
115
Strict Standards
: Non-static method modFSSP1Helper::cText() should not be called statically in
C:\xampp\htdocs\Joomla\modules\mod_freeslider_sp1\helper.php
on line
116
Strict Standards
: Non-static method modFSSP1Helper::cText() should not be called statically in
C:\xampp\htdocs\Joomla\modules\mod_freeslider_sp1\helper.php
on line
114
Strict Standards
: Non-static method modFSSP1Helper::getImage() should not be called statically in
C:\xampp\htdocs\Joomla\modules\mod_freeslider_sp1\helper.php
on line
115
Strict Standards
: Non-static method modFSSP1Helper::cText() should not be called statically in
C:\xampp\htdocs\Joomla\modules\mod_freeslider_sp1\helper.php
on line
116
Strict Standards
: Non-static method modFSSP1Helper::cText() should not be called statically in
C:\xampp\htdocs\Joomla\modules\mod_freeslider_sp1\helper.php
on line
114
Strict Standards
: Non-static method modFSSP1Helper::getImage() should not be called statically in
C:\xampp\htdocs\Joomla\modules\mod_freeslider_sp1\helper.php
on line
115
Strict Standards
: Non-static method modFSSP1Helper::cText() should not be called statically in
C:\xampp\htdocs\Joomla\modules\mod_freeslider_sp1\helper.php
on line
116
Ho già modificato i php.ini togliendo E_STRICT.....che devo fare?
Grazie.