Please do not switch to PHP 7:09!
No more Module Positions will be shown in Frontend:
Error message:
Warning: Parameter 2 to modChrome_artblock () expected to be a reference, value given in ////template/html/modules.php on line 39
Please do not switch to PHP 7:09!
No more Module Positions will be shown in Frontend:
Error message:
Warning: Parameter 2 to modChrome_artblock () expected to be a reference, value given in ////template/html/modules.php on line 39
Hi,
Indeed, there is a problem with Joomla and PHP 7 version. It is fixed on our end and the ix will be included i the nearest update.
Sorry for the inconvenience.
Sincerely,
Hella
Where can we download this fix? Need it asap.
Thanks,
Kind regards,
Wim
Extensionsmanager - Module
Modul - expanded
change the Modulstyle from inherited into artblock or artnostyle
Hi,
Here is manual solution also:
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,
Olivia
Hello
I've made changes to the module.php file and it works, meanwhile there are new updates with new ones?
Thank you
Claudio
Hi,
Initial issue with the PHP version was fixed a year ago. Please let us know if you have any issues about that with the latest Themler update.
Sincerely,
Hella