On Mon, Sep 3, 2012 at 9:50 AM, Jeroen De Dauw <jeroended...@gmail.com>wrote:

> > So what was the error?
> Non-existing field or table. Happens because of not running update.php.
> Getting some weird type error at some random location does not really
> suggest that though, so is likely result into one wasting time trying to
> find the issue.
>

Are the Database object's flags set to ignore errors? (DBO_IGNORE in the
flags, or something calling $db->ignoreErrors(true)?)

Otherwise, it looks like it shouldn't happen... Throw some debugging
statements into Database::query and Database::reportQueryError to see if
anything stands out.

-- brion
_______________________________________________
Wikitech-l mailing list
Wikitech-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikitech-l

Reply via email to