https://bugzilla.wikimedia.org/show_bug.cgi?id=39462

--- Comment #10 from T. Gries <m...@tgries.de> 2012-08-18 14:27:10 UTC ---
(In reply to comment #9)
> So you have shared users but you can't log in with openid on the other wiki.
> 
> Sounds like you never added the table the openid extension stores openids in 
> to
> $wgSharedTables so it's only accessible from one wiki.

Good idea, and a good hint. Yes, this may be the problem.

Question to experts of shared wiki installation:

In shared wiki installations, shouldn't the user_openid table be also shared ?
If the user table is share, the OpenID must also be shared (as far as I
understand, I may be wrong. As mentioned above, I am not an expert in
shared-wikis. Never installed some).

Updating:

php $IP/maintenance/update.php --help

shows you the options to update the first and the second wiki database

Here is what I always use when updating:

php update.php --dbuser <dbrootusername> --dbpass <dbrootpassword> --conf <path
-to-localsettings-of-each-of first-or-second-wiki.php

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.

_______________________________________________
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to