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 >>
2.
find the following lines:
html/modules.php
file2.
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,