Description of problem: All the OpenID PHP files are in a directory called "Auth_OpenID", not "Auth": [Sat Dec 04 00:40:02 2010] [error] [client 10.1.2.3] PHP Warning: require_once(Auth/OpenID/Consumer.php): failed to open stream: No such file or directory in /usr/share/mediawiki/extensions/OpenID/SpecialOpenIDLogin.body.php on line 28, referer: http://192.168.17.193/test-wiki/index.php/Main_Page # locate Consumer.php /usr/share/pear/Auth_OpenID/OpenID/Consumer.php # grep "require_once" /usr/share/mediawiki/extensions/OpenID/* | grep "Auth" SpecialOpenID.body.php:require_once("Auth/OpenID/Consumer.php"); SpecialOpenID.body.php:require_once("Auth/OpenID/SReg.php"); SpecialOpenID.body.php:require_once("Auth/OpenID/FileStore.php"); SpecialOpenIDFinish.body.php:require_once("Auth/OpenID/Consumer.php"); SpecialOpenIDFinish.body.php:require_once("Auth/OpenID/SReg.php"); SpecialOpenIDFinish.body.php:require_once("Auth/Yadis/XRI.php"); SpecialOpenIDLogin.body.php:require_once("Auth/OpenID/Consumer.php"); SpecialOpenIDServer.body.php:require_once("Auth/OpenID/Server.php"); SpecialOpenIDServer.body.php:require_once("Auth/OpenID/Consumer.php"); Version-Release number of selected component (if applicable): 0.8.2 How reproducible: Always Steps to Reproduce: 1. install mediawiki-openid 2. try to login. get blank page (see error log) 3. Actual results: blank page Expected results: OpenID login page Additional info: change "Auth" to "Auth_OpenID"
Quick and dirty fix cd /usr/share/mediawiki/extensions/OpenID for i in *.php; do sed 's/Auth\//Auth_OpenID\//' $i > $i.2; mv -f $i.2 $i ; done
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?
mediawiki-openid-0.8.2-11.fc15 has been submitted as an update for Fedora 15. https://admin.fedoraproject.org/updates/mediawiki-openid-0.8.2-11.fc15
mediawiki-openid-0.8.2-11.fc14 has been submitted as an update for Fedora 14. https://admin.fedoraproject.org/updates/mediawiki-openid-0.8.2-11.fc14
mediawiki-openid-0.8.2-11.fc13 has been submitted as an update for Fedora 13. https://admin.fedoraproject.org/updates/mediawiki-openid-0.8.2-11.fc13
mediawiki-openid-0.8.2-11.fc14 has been pushed to the Fedora 14 stable repository. If problems still persist, please make note of it in this bug report.
mediawiki-openid-0.8.2-11.fc13 has been pushed to the Fedora 13 stable repository. If problems still persist, please make note of it in this bug report.
mediawiki-openid-0.8.2-11.fc15 has been pushed to the Fedora 15 stable repository. If problems still persist, please make note of it in this bug report.