I have WP 2.5 installed on Debian etch (PHP4). Installed and enabled wp-openid 2.1.8. Settings -> Wp-Openid shows this status:
Status information: All Systems Nominal (Toggle More/Less)
[INFO] Include Path
/var/www/htdocs/blog/wp-content/plugins/openid/
/usr/share/php/
/usr/share/pear/
[INFO] WordPress version
2.5
[INFO] MySQL version
5.0.32
[INFO] PHP version
4.4.4-8+etch4
[INFO] PHP memory limit
32M
[OK] Curl Version l. SSL: l. zlib: l. Supports: l.
[FAIL] library: GMP compiled into in PHP
GMP does not appear to be built into PHP. This is highly recommended for performance reasons.
[OK] library: BCMath compiled into in PHP
[INFO] Cryptographic Randomness Source
/dev/urandom
[INFO] Plugin Revision
svn-37878
[INFO] Plugin Database Revision
Plugin database is currently at revision 24426.
[OK] Overall Plugin Status
When trying to add openid identity to my account, the openid provider is being queried (I need to enter userid/password to the provider), and then I am taken back to "users" page. No identity is added to the account. In the tables, wp_openid_associations gets one row, but wp_openid_identities and wp_openid_nonces are empty.
If I turn on WP_DEBUG, and try to add identity, I get this:
Notice: Undefined index: admin_menu in /var/www/htdocs/blog/wp-includes/plugin.php on line 583
Notice: Undefined index: activate_openid/core.php in /var/www/htdocs/blog/wp-includes/plugin.php on line 583
Notice: Undefined index: deactivate_openid/core.php in /var/www/htdocs/blog/wp-includes/plugin.php on line 583
Notice: Undefined index: wp_authenticate in /var/www/htdocs/blog/wp-includes/plugin.php on line 583
Notice: Undefined index: preprocess_comment in /var/www/htdocs/blog/wp-includes/plugin.php on line 583
Notice: Undefined index: comment_post in /var/www/htdocs/blog/wp-includes/plugin.php on line 583
Notice: Undefined index: option_require_name_email in /var/www/htdocs/blog/wp-includes/plugin.php on line 583
Notice: Undefined index: comments_array in /var/www/htdocs/blog/wp-includes/plugin.php on line 583
Notice: Undefined offset: 15 in /var/www/htdocs/blog/wp-includes/plugin.php on line 583
Notice: Undefined index: clean_nonce in /var/www/htdocs/blog/wp-content/plugins/openid/Auth/OpenID/SQLStore.php on line 276
Notice: Undefined index: clean_nonce in /var/www/htdocs/blog/wp-content/plugins/openid/Auth/OpenID/SQLStore.php on line 282
Notice: Undefined index: clean_assoc in /var/www/htdocs/blog/wp-content/plugins/openid/Auth/OpenID/SQLStore.php on line 276
Notice: Undefined index: clean_assoc in /var/www/htdocs/blog/wp-content/plugins/openid/Auth/OpenID/SQLStore.php on line 282
Notice: Only variables should be assigned by reference in /var/www/htdocs/blog/wp-content/plugins/openid/logic.php on line 130
Notice: Undefined index: delete_user in /var/www/htdocs/blog/wp-includes/plugin.php on line 583
Notice: Undefined index: login_head in /var/www/htdocs/blog/wp-includes/plugin.php on line 583
Notice: Undefined offset: 9 in /var/www/htdocs/blog/wp-includes/plugin.php on line 583
Notice: Undefined index: get_comment_author_link in /var/www/htdocs/blog/wp-includes/plugin.php on line 583
Notice: Undefined index: login_form in /var/www/htdocs/blog/wp-includes/plugin.php on line 583
Notice: Undefined index: register_form in /var/www/htdocs/blog/wp-includes/plugin.php on line 583
Notice: Undefined index: login_errors in /var/www/htdocs/blog/wp-includes/plugin.php on line 583
Notice: Undefined index: settings_page_global-openid-options in /var/www/htdocs/blog/wp-includes/plugin.php on line 583
Notice: Undefined index: users_page_openid in /var/www/htdocs/blog/wp-includes/plugin.php on line 583
Notice: Undefined index: admin_head-users_page_openid in /var/www/htdocs/blog/wp-includes/plugin.php on line 583
Notice: Undefined index: load-users_page_openid in /var/www/htdocs/blog/wp-includes/plugin.php on line 583
Notice: Undefined variable: s in /var/www/htdocs/blog/wp-includes/functions.php on line 1707
Notice: Undefined variable: s in /var/www/htdocs/blog/wp-includes/functions.php on line 1707
Notice: Undefined variable: s in /var/www/htdocs/blog/wp-includes/functions.php on line 1707
is deprecated since version Use instead.
Notice: 58 in /var/www/htdocs/blog/wp-includes/functions.php on line 1707
Notice: Undefined index: clean_nonce in /var/www/htdocs/blog/wp-content/plugins/openid/Auth/OpenID/SQLStore.php on line 276
Notice: Undefined index: clean_nonce in /var/www/htdocs/blog/wp-content/plugins/openid/Auth/OpenID/SQLStore.php on line 282
Notice: Undefined index: clean_assoc in /var/www/htdocs/blog/wp-content/plugins/openid/Auth/OpenID/SQLStore.php on line 276
Notice: Undefined index: clean_assoc in /var/www/htdocs/blog/wp-content/plugins/openid/Auth/OpenID/SQLStore.php on line 282
Notice: Only variables should be assigned by reference in /var/www/htdocs/blog/wp-content/plugins/openid/logic.php on line 130
Notice: Undefined variable: openid_auth_request in /var/www/htdocs/blog/wp-content/plugins/openid/logic.php on line 429
Notice: Undefined property: identity_url in /var/www/htdocs/blog/wp-content/plugins/openid/logic.php on line 464
Warning: Cannot modify header information - headers already sent by (output started at /var/www/htdocs/blog/wp-includes/plugin.php:583) in /var/www/htdocs/blog/wp-includes/pluggable.php on line 689
Please advice.
Eugene