https://bugzilla.wikimedia.org/show_bug.cgi?id=34846
T. Gries <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED --- Comment #5 from T. Gries <[email protected]> 2012-03-01 17:16:17 UTC --- (In reply to comment #0) > Mediawiki version http://droid-developers.org/wiki/Special:Version > > update.php: Call to undefined method PostgresField::isMultipleKey() in > OpenID.hooks.php on line 361 I am not an expert for PostgreSQL databases. The mentioned error will "only" happen once when changing the database schema (i.e. during updating), and checking and trying to migrate from a - possibly - very old OpenID installation , where the index was not necessarily unique. Are you able to change this index manually so that it becomes unique ? Please let us know your results, so that your experiences can be used to improve the extension for PostgreSQL. I have only tested it with MySQL. An expert for PostgreSQL can perhaps look to * https://svn.wikimedia.org/viewvc/mediawiki/trunk/extensions/OpenID/OpenID.hooks.php * public static function onLoadExtensionSchemaUpdates I will indicate this on the extensions' manual page. The readme already says only "0.940 changed database schema updater; tested for MySQL". -- 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 [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
