https://bugzilla.wikimedia.org/show_bug.cgi?id=29074
Alexandre Emsenhuber [IAlex] <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED CC| |[email protected] Resolution| |INVALID --- Comment #1 from Alexandre Emsenhuber [IAlex] <[email protected]> 2011-05-21 18:19:11 UTC --- $wgDBprefix is the prefix of the local database, so it is not used when using a foreign database, you need to pass it in the third parameter of wfGetDB() by separing it from the database name with a dash, so in you case you should set $wgCentralDBname to 'mw_trunk-mw_'. -- 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
