[Plugin: OpenID] Failure every time with three PHP warnings
-
I am setting up a new blog with WordPress 2.7.1 and the OpenID 3.2.1 plugin. I provide my own OpenID already with phpMyID, so I haven’t enabled that functionality in the WordPress plugin at all — I just installed the plugin so others with OpenIDs will be able to login and comment.
I’ve tried inputting my OpenID in two different places — one on the login page, and the other in the Dashboard’s “Your IDs” page trying to associate an OpenID with my WP account — and in both places the plugin has died completely with three PHP warnings:
Warning: Call-time pass-by-reference has been deprecated – argument passed by value; If you would like to pass it by reference, modify the declaration of [runtime function name](). If you would like to enable call-time pass-by-reference, you can set allow_call_time_pass_reference to true in your INI file. However, future versions may not support this any longer. in /home/blogsite/blog/wp-content/plugins/openid/Auth/OpenID/AX.php on line 891
Warning: Call-time pass-by-reference has been deprecated – argument passed by value; If you would like to pass it by reference, modify the declaration of [runtime function name](). If you would like to enable call-time pass-by-reference, you can set allow_call_time_pass_reference to true in your INI file. However, future versions may not support this any longer. in /home/blogsite/blog/wp-content/plugins/openid/Auth/OpenID/AX.php on line 963
Warning: Cannot modify header information – headers already sent by (output started at /home/insanityfarm/comingsoon/wp-content/plugins/openid/Auth/OpenID/AX.php:891) in /home/blogsite/blog/wp-includes/pluggable.php on line 850
I’ve searched and searched, and I can’t find anyone else discussing this issue, so I’m not sure why I’m having trouble with it. I’m using the plugin straight “out of the box” with no hacks or customization. Is it possible phpMyID is causing an issue, even though it’s located at https://www.domain.com/identity/ and WordPress is at https://www.domain.com/blog/wp-admin/ ? Or anything else I’m not thinking of?
- The topic ‘[Plugin: OpenID] Failure every time with three PHP warnings’ is closed to new replies.