Topic on Project:Support desk

178.24.167.81 (talkcontribs)
178.24.167.81 (talkcontribs)
MediaWiki 1.24.2
PHP 5.4.16 (cgi-fcgi)
MariaDB 5.5.44-MariaDB
TheDJ (talkcontribs)

You can put anything behind the URL and it seems to work. Possibly there is some sort of caching occurring on that URL, and this cache is not being purged for some reason, so that you are seeing an old version of this page from a time where it was actually showing the error ? If that's not it, then I suggest you start looking at debug logs.

195.50.155.96 (talkcontribs)

I use the magic quote __NOCACHE__, so cache shouldn't use.

I'll check the cache and if I find an cached html for this side, I'll delete this file.

best regards

s.net

87.123.14.60 (talkcontribs)

You should add

$wgShowExceptionDetails = true;
$wgShowSQLErrors = true;
$wgShowDBErrorBacktrace = true;

to LocalSettings.php and see, what the actual error is.

Reply to "database error"