PHP 7 compatibility
- This topic has 2 replies, 3 voices, and was last updated 6 years, 5 months ago by .
Viewing 3 posts - 1 through 3 (of 3 total)
Viewing 3 posts - 1 through 3 (of 3 total)
- You must be logged in to reply to this topic.
I’ve just run WPEngine’s PHP Compatibility Checker and found one small error:
In /wp-content/themes/cbox-theme/engine/includes/buddypress/bp-widgets.php on line 43 —
“ERROR | Using a variable argument on break or continue is forbidden since PHP 5.4”
There are also a few warnings for .php files with no PHP code.
What would it take to fix that one error so that CBOX is PHP 7 compatible?
So … has that error been fixed? Is CBOX PHP 7 compatible?
We made some PHP7 compatibility adjustments to the CBOX theme for v1.0.15:
https://github.com/cuny-academic-commons/cbox-theme/issues/253
The issue that Robert links to doesn’t appear to be relevant as there are no notices or debug messages thrown on a PHP7 install.
If you do find problems, please do let us know so we can look into them.