nascar2010
Forum Replies Created
-
Forum: Plugins
In reply to: [OpenID] OpenID throws Catchable fatal error in WP 3.0 for new usersthemantimeforgot: Thanks to your post,I also did a “var_dump”, and for whatever reason, OpenID servers (yahoo! and WSO2’s Open ID Server so far) are NOT returning, sending back (or the OpenID Plugin is not querying for) the email address so it can be populated in the database.
So, if you have 10 accounts, and all 10 have email addresses, registering via OpenID will work. But, if that OpenID account is not populated by an email address, the next person who tries to create an account with OpenID, will fail and will get the blank page because it matches on the “blank” password field in the table.
This is part of the output for “var_dump($string)”.
{ [0]=> string(41) “This email address is already registered.” }Forum: Plugins
In reply to: [OpenID] OpenID throws Catchable fatal error in WP 3.0 for new usersThis error is also occurring when used with the OpenID plugin. When returning back to the blog after logging in from the OpenID site, the dreaded ” PHP Catchable fatal error: Object of class WP_Error could not be converted to string in wp-includes/formatting.php on line 2772″ error appears.
Using 3.3.3 of OpenID and 3.0.1 of wordpress. Funny thing is that this was working originally as I used to get the form to complete the account information for WordPress.
Forum: Plugins
In reply to: [OpenID] [Plugin: OpenID] BrokenWhat version of wordpress are you running? It should be version 3.0.1. I just went through the same thing. Apparently, a function changed, and was the cause of my issues, which matches the problem you are having. “get_usermeta” in pre-3.0 versions is now “get_user_meta” since version 3.0, and the plugin uses that function.