Fatal error: Array and string offset access syntax with curly braces is no longer supported in C:\Wamp.NET\sites\encreuse.local\forum\ext\lmdi\gloss\event\listener.php on line 282
$part{0}
with $part[0]
(twice).You have to make this modification on the version 3.0.17 file, otherwise it doesn't work.pierredu wrote: Thu Mar 11, 2021 8:44 am In file event/listener.php, line 282, replace$part{0}
with$part[0]
(twice).
It's 8.0.23 on wamp and 10.3.25 on the production forum.
pierredu wrote: Thu Mar 11, 2021 8:44 am In file event/listener.php, line 282, replace$part{0}
with$part[0]
(twice).
Code: Select all
'GLOSS_ED_ILINKS' => 'Internal links',