Hey, I have some query API module in which some SQL error is occurring. Now MediaWiki is very helpful in truncating the lines in such a way I can't actually make sense of the error message.
http://dpaste.org/hayFO/ Well, what column is unknown? How can I turn of this truncating, or otherwise see the error (preferably w/o having to dig though some log file somewhere)? I have this already: $wgShowExceptionDetails = true; $wgShowSQLErrors = true; $wgDebugComments = true; $wgLogQueries = true; $wgDebugDumpSql = true; $wgDevelopmentWarnings = true; Cheers -- Jeroen De Dauw http://www.bn2vs.com Don't panic. Don't be evil. -- _______________________________________________ Wikitech-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikitech-l
