Topic on Project:Support desk

DBQueryError at index.php

3
Summary by Star Warden

More information is needed

Brian denton (talkcontribs)

After I finish installing my wiki, and upload the LocalSettings file, I try to just head to the main index page (or the "create" page), but I get the following error:

Fatal exception of type "DBQueryError"

So I cannot view any page on my wiki. Right now, I have one website with two subfolders containing their own wikis. I set up one wiki a month or so ago, and it works perfectly right now. Today, I'm trying to setup a second wiki in that second subfolder, but I get that error above. Both wikis share the same user, same server, same MySQL process, etc. I'm using version 1.28.2 of mediawiki for both. I've re-downloaded the tar gz file a few times and started from scratch (after removing databses and files on the server), but no luck. I have NOT tried an older version of mediawiki, so... maybe I might need to.

Reception123 (talkcontribs)

You would need to provide more information for us to be able to see what the error is.

You can add

error_reporting( -1 );

ini_set( 'display_errors', 1 );

$wgShowSQLErrors = true;

$wgDebugDumpSql = true;

to your LocalSettings.php file