Hi, I'm a newbie webmaster who's trying to install Mediawiki and get it up and running. Thing is, this is the second time I've installed MediaWiki and again, I'm encountering the same issue. Yes, the installation supposedly went all right and I'd made sure to double-check the mySQL hostname and other details. However, right after installation had finished, when I tried to log in or register an account on the site or even clicked on the Mediawiki logo or even tried to reload the wiki main page, I got this error instead:
I even have tried adding these details to LocalSettings.php in hope I could find out what the issue was but no luck.MediaWiki internal error.
Exception caught inside exception handler
I apologise if I sound utterly clueless 'cos I'm still having a lot of trouble getting used to finding my way around the ftp: things like running commands and finding out where certain files like php.ini are... will take some getting use to.Codes from here:
http://www.mediawiki.org/wiki/How_to...iki#SQL_errors
error_reporting(E_ALL);
ini_set("display_errors", 1);
$wgShowExceptionDetails = true;
$wgShowSQLErrors = true;
$wgDebugDumpSql = true;
And I'm not even sure where this thread should go to?


Reply With Quote

Bookmarks