https://bugzilla.wikimedia.org/show_bug.cgi?id=28983
--- Comment #12 from T. Gries <[email protected]> 2011-06-07 03:48:50 UTC --- (In reply to comment #11) > > I have the impression, that nobody actually runs doUpdates( 'extensions' ) > during the installation process of extensions. The hooked code in OpenID, > LiquidThreads etc. is triggered, but nothing is actually changed in the > table. After adding echoes and checking everything I came to the conclusion > that an important call is missing during the installation process. Further analysis shows now, that public function DatabaseInstaller::createExtensionTables() is called, but stalls before the not unimportant end // Now run updates to create tables for old extensions $updater->doUpdates( array( 'extensions' ) ); Can someone please have look? -- Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
