Does it support PHP 8.3.21 ? #89
|
I got fatal error on Install so, I test 8.1 fatal too. |
Answered by
superdav42
Jun 2, 2025
Replies: 1 comment
|
PHP 7.4 - 8.4 are supported and I've tested each one. Your fatal error is probably unrelated to the version of PHP being used. Fatal errors can happen if you have a wp-content/sunrise.php file leftover from a WP Ultimo install. Delete this file and then WP Multisite WaaS should activate without an error. If there is still problem check your web servers error log to find the exact cause of the fatal. It will probably also help to enable debugging in wp-config.php. Set: to enable logging which will really help determine why the fatal errors are happening. |
0 replies
Answer selected by
superdav42
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
PHP 7.4 - 8.4 are supported and I've tested each one. Your fatal error is probably unrelated to the version of PHP being used. Fatal errors can happen if you have a wp-content/sunrise.php file leftover from a WP Ultimo install. Delete this file and then WP Multisite WaaS should activate without an error. If there is still problem check your web servers error log to find the exact cause of the fatal. It will probably also help to enable debugging in wp-config.php. Set:
to enable logging which will really help determine why the fatal errors are happe…