Array & string offset syntax w curly braces is no longer supported
-
Due to new PHP versions are curly braces no longer supported for array and string offset. Your code has multiple of those and therefore the plugin can’t be installed, throwing errors like this:
“Array and string offset access syntax with curly braces is no longer supported“
I managed to fix this myself by replacing those braces with straight ones and the plugin did install afterwards. My suggestion is to update this nice plugin to the latest PHP version standards. Thank you!
More info:
https://stackoverflow.com/questions/59158548/array-and-string-offset-access-syntax-with-curly-braces-is-deprecated
https://www.ads-software.com/support/topic/fatal-error-array-and-string-offset-access-syntax-with-curly-braces-is-no-longe/
- The topic ‘Array & string offset syntax w curly braces is no longer supported’ is closed to new replies.