>> Rowe, Dolores A <[email protected]> wrote: > Teammates, > > While trying a fresh install of MW 1.19.2 on Windows 2003 (IIS 6.0/PHP > 5.2.5/MySQL is remote) although I get the initial MW index.php with > the "set up the wiki" link, when I click on that I get this big > backtrace.
> Mediawiki tried to access the database via wfGetDB(). This is not allowed. > > Backtrace: > > #0 G:\www-wiki-test\mediawiki-1.19.2\includes\GlobalFunctions.php(3484): > LBFactory_Fake->getMainLB(false) > #14 G:\www-wiki-test\mediawiki-1.19.2\includes\installer\Installer.php(360): > ParserOptions->__construct() > #15 > G:\www-wiki-test\mediawiki-1.19.2\includes\installer\WebInstaller.php(114): > Installer->__construct() Looks like PHP is unable to find support for MySQL (or any other database). Is support for MySQL available? You can check by creating a file with <?php phpinfo(); ?> and checking the output of this. //Saper _______________________________________________ MediaWiki-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-l
