Tom
(@tommaso76)
Same error here, but only after updated to WordPress 5.2.3
I believe these errors appear when you’ve defined a custom login URL in Cerber.
Workaround for now seems to comment out
wp-includes/pluggable.php#1399-1405
That’s a piece of newly added WP 5.2.3 code, and the only changed bit in that file. It seems it can be safely disabled (for now).
https://core.trac.ww.wp.xz.cn/changeset/45971
https://github.com/WordPress/WordPress/commit/684ef4e3a7b4163e47416d696cc063588ae57f55#diff-6830582dc869ffbbd5e18d5ecc476038
Plugin Author
gioni
(@gioni)
I confirm that the issue is caused by recent changes pointed out by @devren. A new version of the plugin will be released soon. A quick and dirty fix is to comment out lines 1399-1405 in the wp-includes/pluggable.php file.
Nat
(@brindecocagne)
Hi,
I have the same error, but only after updated to WordPress 5.2.3.
-
This reply was modified 6 years, 8 months ago by
Nat.
Plugin Author
gioni
(@gioni)
@brindecocagne Yes, it’s all about last-minute changes did to WordPress 5.2.3. ¯\_(ツ)_/¯
Thanks for the fast workaround 🙂
Nat
(@brindecocagne)
Thanks Gioni, it’s working very well now! 🙂