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

Marcin Cieślak <marcin.cies...@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
                 CC|                            |marcin.cies...@gmail.com
         Resolution|                            |INVALID

--- Comment #2 from Marcin Cieślak <marcin.cies...@gmail.com> 2012-03-16 
02:07:03 UTC ---
This is because we have INSERT IGNORE emulation there, so the error should be
ignored. The debug log should say:

SQL ERROR (ignored): ....

If something wrong still happens, please update to r113534 and see if it got
better; if not please include 

$wgShowExceptionDetails = true;
$wgShowSQLErrors = true;
$wgShowDBErrorBacktrace = true;
$wgDebugDumpSql  = true;
$wgDebugDBTransactions  = true;

in your LocalSettings.php

-- 
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
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to