https://bugzilla.wikimedia.org/show_bug.cgi?id=34280
--- Comment #7 from Joe <[email protected]> 2012-02-10 16:59:51 UTC --- Line 337 changed to $this->reportQueryError( $e, $e['message'], $e['code'], $sql, __METHOD__ ); to print out some error. I currently am unsure what the error means but the error message that is now printed is: Setting up database... done Creating database user... done Creating tables...bool(false) bool(false) A database query syntax error has occurred. This may indicate a bug in the software. The last attempted database query was: from within function "DatabaseInstaller::createTables". Database returned error "0: Query "CREATE SEQUENCE user_user_id_seq MINVALUE 0 START WITH 0 " failed with error code "". ". Backtrace: #0 /appsrvr/wwwdd/apache_2.2.16/ddweb/mediawiki/mediawiki-1.18.1/includes/installer/DatabaseInstaller.php(162): DatabaseOracle->reportQueryError('Query "CREATE S...', 0, '', 'DatabaseInstall...') #1 /appsrvr/wwwdd/apache_2.2.16/ddweb/mediawiki/mediawiki-1.18.1/includes/installer/OracleInstaller.php(245): DatabaseInstaller->createTables() #2 [internal function]: OracleInstaller->createTables(Object(OracleInstaller)) #3 /appsrvr/wwwdd/apache_2.2.16/ddweb/mediawiki/mediawiki-1.18.1/includes/installer/Installer.php(1331): call_user_func(Array, Object(OracleInstaller)) #4 /appsrvr/wwwdd/apache_2.2.16/ddweb/mediawiki/mediawiki-1.18.1/includes/installer/WebInstallerPage.php(1127): Installer->performInstallation(Array, Array) #5 /appsrvr/wwwdd/apache_2.2.16/ddweb/mediawiki/mediawiki-1.18.1/includes/installer/WebInstaller.php(254): WebInstaller_Install->execute() #6 /appsrvr/wwwdd/apache_2.2.16/ddweb/mediawiki/mediawiki-1.18.1/mw-config/index.php(50): WebInstaller->execute(Array) #7 /appsrvr/wwwdd/apache_2.2.16/ddweb/mediawiki/mediawiki-1.18.1/mw-config/index.php(18): wfInstallerMain() #8 {main} -- Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
