Closed (fixed)
Project:
Bootstrap
Version:
8.x-4.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
4 Jun 2019 at 03:42 UTC
Updated:
4 Jul 2019 at 17:19 UTC
Jump to comment: Most recent
After updating bootstrap, in error log it is showing syntax error at /themes/bootstrap/src/Plugin/Provider/ApiProviderBase.php 168. I am updating bootstrap theme manually not using composer.
| Comment | File | Size | Author |
|---|---|---|---|
| error_log.png | 13.96 KB | dkmishra |
Comments
Comment #2
markhalliwellThe easiest solution will be for you to simply upgrade your PHP version to something newer than PHP 5.5.
Apparently, before PHP 5.6, characters from class constants weren't accessible via array notation.
Example, switch between PHP 5.5.34 and PHP 5.6.2:
http://sandbox.onlinephpfunctions.com/code/6a66c49786ced87e18ea92ab10ec9...
Comment #3
dkmishra commentedHi @markcarver, my php version is already - 7.2.17.
Comment #4
markhalliwellThen you shouldn't be seeing this error.
Comment #7
markhalliwell