Attention Artisteer and Joomla User

Bayern
127 Posts
Bayern posted this 01 August 2016

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
Vote to pay developers attention to this features or issue.
6 Comments
Order By: Standard | Newest
Support Team
Support Team posted this 01 August 2016

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

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
Wim Van Dingenen
10 Posts
Wim Van Dingenen posted this 25 August 2016

Where can we download this fix? Need it asap.
Thanks,
Kind regards,
Wim

Where can we download this fix? Need it asap. Thanks, Kind regards, Wim
Bayern
127 Posts
Bayern posted this 25 August 2016

Extensionsmanager - Module
Modul - expanded
change the Modulstyle from inherited into artblock or artnostyle

Extensionsmanager - Module Modul - expanded change the Modulstyle from inherited into artblock or artnostyle
Support Team
Support Team posted this 26 August 2016

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

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
claudius
17 Posts
claudius posted this 21 November 2017

Hello
I've made changes to the module.php file and it works, meanwhile there are new updates with new ones?
Thank you
Claudio

Hello I've made changes to the module.php file and it works, meanwhile there are new updates with new ones? Thank you Claudio
Support Team
Support Team posted this 22 November 2017

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

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
You must log in or register to leave comments