PHP 8
-
We are still using this plugin, it basically works for the WP 5.9 we are using. However, having just updated to PHP 8, it started failing due to the class constructor syntax changing. All I’ve done to get it working again is change
function HTTPAuthenticationPlugin() {
to
function __construct() {
in http-authentication/http-authentication.php, in case that helps anyone else out.
The topic ‘PHP 8’ is closed to new replies.