[Plugin: OpenID] Updating to 3.3.3 produces a Fatal error – with PATCH
-
Updating to the last version produces a Fatal Error on line 43 of
“wp-content/plugins/openid/admin_panels.php”.Open the file, and change the line 43 from:
if (!get_user_meta($user->ID, 'openid_delegate', true)) {
to:
if (!get_usermeta($user->ID, 'openid_delegate', true)) {
That solves the problem.
Best,
Matias
Viewing 6 replies - 1 through 6 (of 6 total)
Viewing 6 replies - 1 through 6 (of 6 total)
- The topic ‘[Plugin: OpenID] Updating to 3.3.3 produces a Fatal error – with PATCH’ is closed to new replies.