Description of problem: php-pear-Auth-OpenID-2.1.1 is broken, please update it to 2.2.2 So finally got all the other stuff fixed only to run in to: [Sat Dec 04 01:09:30 2010] [error] [client 10.1.2.3] PHP Warning: Parameter 2 to Auth_OpenID_GenericConsumer::_complete_id_res() expected to be a reference, value given in /usr/share/pear/Auth_OpenID/OpenID/Consumer.php on line 669, referer: http://10.1.2.3/test-wiki/index.php?title=Special:OpenIDLogin&returnto=Main_Page [Sat Dec 04 01:09:30 2010] [error] [client 10.1.2.3] PHP Notice: Trying to get property of non-object in /usr/share/pear/Auth_OpenID/OpenID/Consumer.php on line 434, referer: http://10.1.2.3/test-wiki/index.php?title=Special:OpenIDLogin&returnto=Main_Page So a quick Google reveals: "OpenID incompatibility with PHP 5.3 is a known issue with the upstream library." and "Updated versions of the OpenID library have been published here: http://github.com/openid/php-openid I've updated our copy to 2.2.2, which I can confirm works on both PHP 5.2 and 5.3." Version-Release number of selected component (if applicable): 2.1.1 How reproducible: always Steps to Reproduce: 1. install php-pear-Auth-OpenID-2.1.1 2. fix all the require_once paths (bug 659926) 3. try to login, fail. Actual results: login via OpenID fails Expected results: login via OpenID works Additional info: upgrade package to 2.2.2 https://github.com/openid/php-openid/downloads and it should all be good.
Quick and dirty fix: Download the 2.2.2 package, unpack in /root/tmp/ Copy the 2.2.2 files over the existing 2.1.1 ones: cp -Rv /root/tmp/openid-php-openid-782224d/Auth/* /usr/share/pear/Auth_OpenID fix the require_once paths: for i in *.php; do sed 's/Auth\//Auth_OpenID\//' $i > $i.2; mv -f $i.2 $i ; done Try to login using an OpenID, success: Verification succeeded Return to Special:OpenIDFinish.
http://fedoraproject.org/wiki/Policy_for_nonresponsive_package_maintainers This is contact attempt #2 (one month delay). Is the package maintainer still interested in this package?
http://fedoraproject.org/wiki/Policy_for_nonresponsive_package_maintainers This is contact attempt #3 (another week has gone by). Is the package maintainer still interested in this package?
php-pear-Auth-OpenID-2.2.2-1.fc14 has been submitted as an update for Fedora 14. https://admin.fedoraproject.org/updates/php-pear-Auth-OpenID-2.2.2-1.fc14
php-pear-Auth-OpenID-2.2.2-1.fc13 has been submitted as an update for Fedora 13. https://admin.fedoraproject.org/updates/php-pear-Auth-OpenID-2.2.2-1.fc13
php-pear-Auth-OpenID-2.2.2-1.fc15 has been submitted as an update for Fedora 15. https://admin.fedoraproject.org/updates/php-pear-Auth-OpenID-2.2.2-1.fc15
Package php-pear-Auth-OpenID-2.2.2-1.fc15: * should fix your issue, * was pushed to the Fedora 15 testing repository, * should be available at your local mirror within two days. Update it with: # su -c 'yum update --enablerepo=updates-testing php-pear-Auth-OpenID-2.2.2-1.fc15' as soon as you are able to. Please go to the following url: https://admin.fedoraproject.org/updates/php-pear-Auth-OpenID-2.2.2-1.fc15 then log in and leave karma (feedback).
php-pear-Auth-OpenID-2.2.2-1.fc14 has been pushed to the Fedora 14 stable repository. If problems still persist, please make note of it in this bug report.
php-pear-Auth-OpenID-2.2.2-1.fc13 has been pushed to the Fedora 13 stable repository. If problems still persist, please make note of it in this bug report.
php-pear-Auth-OpenID-2.2.2-1.fc15 has been pushed to the Fedora 15 stable repository. If problems still persist, please make note of it in this bug report.