the
the

Reputation: 21891

How to debug MediaWiki's Database error?

How to debug MediaWiki's Database error?

A database query error has occurred. This may indicate a bug in the software.

enter image description here

It would be good to have some more information about what's going on exactly.

https://www.mediawiki.org/wiki/Manual:How_to_debug is not directly helpful

Upvotes: 1

Views: 384

Answers (1)

the
the

Reputation: 21891

Actually the MediaWiki Manual is useful.

This helped:

$wgDBerrorLog = '/var/log/mediawiki/dberror.log';

Just don't forget to create the directory and give permissions to www-data (or whichever user runs your PHP).

Upvotes: 1

Related Questions