Not Working in PHP 5.6
-
After updating to the latest version I’m getting the following error:
Parse error: syntax error, unexpected '?' in /var/www/clients/devgiving/wp-content/plugins/advanced-gutenberg-blocks/classes/Blocks/Code.php on line 257
I believe that you are using the ?? operator which is PHP 7 and above only. I’m running 5.6 and the repository doesn’t say that this is supposed to work for 5.6 and after.
Viewing 6 replies - 1 through 6 (of 6 total)
Viewing 6 replies - 1 through 6 (of 6 total)
- The topic ‘Not Working in PHP 5.6’ is closed to new replies.