Last modified: 2009-12-03 17:29:05 UTC

Wikimedia Bugzilla is closed!

Wikimedia migrated from Bugzilla to Phabricator. Bug reports are handled in Wikimedia Phabricator.
This static website is read-only and for historical purposes. It is not possible to log in and except for displaying bug reports and their history, links might be broken. See T19805, the corresponding Phabricator task for complete and up-to-date bug report information.
Bug 17805 - OpenId extension is not working
OpenId extension is not working
Status: RESOLVED WORKSFORME
Product: MediaWiki extensions
Classification: Unclassified
OpenID (Other open bugs)
unspecified
All Linux
: Normal critical (vote)
: ---
Assigned To: Sergey Chernyshev
:
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2009-03-05 17:32 UTC by supreme
Modified: 2009-12-03 17:29 UTC (History)
2 users (show)

See Also:
Web browser: ---
Mobile Platform: ---
Assignee Huggle Beta Tester: ---


Attachments

Description supreme 2009-03-05 17:32:52 UTC
Hello,

------------------------------------------
OS: CentOS release 5 (Final)
MediaWiki Version: MediaWiki 1.2.0

[~]# uname -a
Linux vps.switchbook.com 2.6.18-028stab053.10-ent #1 SMP Thu Feb 28 20:34:08 MSK 2008 i686 i686 i386 GNU/Linux
------------------------------------------

We have double checked the installation steps given in the document,
http://www.mediawiki.org/wiki/Extension:OpenID

We have confirmed the php-openid package installation. 

We have copied all the files in the archive we have downloaded to the OpenID subdirectory of the extensions subdirectory of directory w (MediaWiki installation directory).

Then we created the table user_openid with openid_table.sql file ( /home/audsorg/public_html/w/extensions/OpenID/openid_table.sql ).

There after we have copied the optionToTable.php script to  MediaWiki "maintenance" directory and ran it from the command line to copy the OpenID mappings from the user table to the new table. Unfortunately no mapping has been has been copied.
-----------------------------------------

mysql> desc user_openid;
+------------+-----------------+------+-----+---------+-------+
| Field      | Type            | Null | Key | Default | Extra |
+------------+-----------------+------+-----+---------+-------+
| uoi_openid | varchar(255)    | NO   | PRI | NULL    |       |
| uoi_user   | int(5) unsigned | NO   | UNI | NULL    |       |
+------------+-----------------+------+-----+---------+-------+
2 rows in set (0.01 sec)

mysql> select * from user_openid;
Empty set (0.00 sec)

mysql>           
------------------------------------------


We have added the code 
--------------------------
require_once("$IP/extensions/OpenID/OpenID.setup.php");
--------------------------
to MediaWiki LocalSettings.php file.

Even after following the installation instruction we are getting  "No such special page" error while accessing the URL:
http://domain.org/wiki/Special:OpenIDLogin

Please let us know if we missed anything.

Regards,
Supreme.
Comment 1 Sergey Chernyshev 2009-04-10 14:00:36 UTC
Which version did you download and did you use this link:
http://www.mediawiki.org/wiki/Special:ExtensionDistributor/OpenID

or SVN repository?
Comment 2 Brion Vibber 2009-12-03 17:29:05 UTC
Installation issue; no followup in >6 months. Resolving WORKSFORME; please reopen w/ details if still having problems.

Note You need to log in before you can comment on or make changes to this bug.


Navigation
Links