Deprecated messages being thrown causing issues when errors are displayed
-
Plugin Version: 4.0.10
WordPress Version: 6.2
PHP Version: 8.1This plugin is throwing a couple of “Deprecated” messages that cause the page to not load when error reporting is enabled.
Deprecated: Opis\Closure\SerializableClosure implements the Serializable interface, which is deprecated. Implement __serialize() and __unserialize() instead (or in addition, if support for old PHP versions is necessary) in /path-to-site/wp-content/plugins/custom-login/vendor/opis/closure/src/SerializableClosure.php on line 18Deprecated: Return type of Opis\Closure\ReflectionClosure::isStatic() should either be compatible with ReflectionFunctionAbstract::isStatic(): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /path-to-site/wp-content/plugins/custom-login/vendor/opis/closure/src/ReflectionClosure.php on line 49
- The topic ‘Deprecated messages being thrown causing issues when errors are displayed’ is closed to new replies.