Solved Install on windows : step 1/1 Compile Error: Array and string offset access syntax with curly braces is no longer supported
-
Hi,
I try to install uvdesk on windows 10.
I install Bitnami WAMP.
C:\Bitnami\wampstack-8.0.3-0I install
C:\Bitnami\wampstack-8.0.3-0\apache2\htdocs\localhost\uvdesk\uvdesk-community-v1.0.12I install PhpMyAdmin
I install MySQL, and create uvdesk baseWhen i tape in my navigator :
http://localhost/localhost/uvdesk/uvdesk-community-v1.0.12/public/
I have message :
(1/1) FatalErrorExceptionCompile Error: Array and string offset access syntax with curly braces is no longer supported
in HTMLFilter.php line 351Can you help me to fix this error please ?
Thanks.
Xavier (Paris) -
Most probably you are using php 8 as project is not currently support for php 8.
Please downgrade your php version to 7.2 and 7.3
And make a try.