Topic on User talk:Zesty

Jump to navigation Jump to search

I crudely copied in a template and some data. Was told the table isn't created yet, which is normal (now). Then went to the Cargo tables special page, and was met with an error message of the not-very-clear type :D

[XSvgkay9M1XcXnXTt9GyHAAAADM] 2019-07-15 02:10:25: Fatal exception of type "Wikimedia\Rdbms\DBQueryError"

Think it is possible to change some setting so that error messages make more sense. If that hasn't been set yet, maybe it will help. That said, I remember seeing such error messages before, though I have no idea what it means.

Found this under common problems:


   If you see an error message that looks like "A database query error has occurred. This may indicate a bug in the software.", you should add the following to LocalSettings.php, so that the page displays a more helpful error message:

$wgShowSQLErrors = true;

   Similarly, if you see an error message like "Fatal exception of type MWException", add the following to LocalSettings.php for a more helpful error message:

$wgShowExceptionDetails = true;