joomla to 3.6.3 - Parse error: 198
9 years 1 month ago #894
Hello
I have update joomla to 3.6.3 and have error in administrator menu.
I can't do anything. I must delete mavik from ftp.
Parse error: syntax error, unexpected '[' in /home/gallusi2/domains/gallusi2.linuxpl.eu/public_html/zs/plugins/content/mavikthumbnails/mavikthumbnails.php on line 198
Please help
Please Log in or Create an account to join the conversation.
9 years 1 month ago #895
to
In last version I've used too new syntax of PHP.
You can download version 2.3.1, get this file from it.
Or replace
$this->dispatcher->trigger('onMavikThumbnailsBeforeGenerate', [
'plugin' => $this, 'params' => $params
]); $this->dispatcher->trigger('onMavikThumbnailsBeforeGenerate', array(
'plugin' => $this, 'params' => $params
));Please Log in or Create an account to join the conversation.
Time to create page: 0.031 seconds