Joomla : ขึ้น Warning: Parameter 2 to modChrome_artblock() expected to be a reference, value given in


Warning: Parameter 2 to modChrome_artblock() expected to be a reference, value given in D:\xampp\htdocs\ชื่อเว็บ\templates\ชื่อเทลมเพลต\html\modules.php on line 36


1.
open template folder on the server >> html/modules.php file
2.
find the following lines:
function modChrome_artnostyle($module, &$params, &$attribs)
function modChrome_artblock($module, &$params, &$attribs)
function modChrome_artvmenu($module, &$params, &$attribs)
function modChrome_artarticle($module, &$params, &$attribs)
and remove & character, e.g.:
function modChrome_artnostyle($module, $params, $attribs)
This should help.
Thank you,
แสดงความคิดเห็น (0)
ใหม่กว่า เก่ากว่า