Advertisement
digimer

Untitled

Nov 27th, 2014
285
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.28 KB | None | 0 0
  1. ncluding extensions... done
  2. Setting up database... done
  3. Checking for language PL/pgSQL... done
  4. Creating schema... done
  5. Creating tables...
  6.  
  7. A database query error has occurred. This may indicate a bug in the software.
  8.  
  9. Query:
  10. CREATE TABLE mwuser ( -- replace reserved word 'user' user_id INTEGER NOT NULL PRIMARY KEY DEFAULT nextval('user_user_id_seq'), user_name TEXT NOT NULL UNIQUE, user_real_name TEXT, user_password TEXT, user_newpassword TEXT, user_newpass_time TIMESTAMPTZ, user_token TEXT, user_email TEXT, user_email_token TEXT, user_email_token_expires TIMESTAMPTZ, user_email_authenticated TIMESTAMPTZ, user_touched TIMESTAMPTZ, user_registration TIMESTAMPTZ, user_editcount INTEGER, user_password_expires TIMESTAMPTZ NULL )
  11. Function: DatabaseBase::sourceFile( /var/www/plan.alteeve.ca/html/maintenance/postgres/tables.sql )
  12. Error: 42P07 ERROR: relation "mwuser" already exists
  13.  
  14. Backtrace:
  15.  
  16. #0 /var/www/plan.alteeve.ca/html/includes/db/DatabasePostgres.php(537): DatabaseBase->reportQueryError('ERROR: relatio...', '42P07', 'CREATE TABLE mw...', 'DatabaseBase::s...', false)
  17. #1 /var/www/plan.alteeve.ca/html/includes/db/Database.php(1182): DatabasePostgres->reportQueryError('ERROR: relatio...', '42P07', 'CREATE TABLE mw...', 'DatabaseBase::s...', false)
  18. #2 /var/www/plan.alteeve.ca/html/includes/db/Database.php(3976): DatabaseBase->query('CREATE TABLE mw...', 'DatabaseBase::s...')
  19. #3 /var/www/plan.alteeve.ca/html/includes/db/Database.php(3890): DatabaseBase->sourceStream(Resource id #142, false, false, 'DatabaseBase::s...', false)
  20. #4 /var/www/plan.alteeve.ca/html/includes/installer/PostgresInstaller.php(611): DatabaseBase->sourceFile('/var/www/plan.a...')
  21. #5 [internal function]: PostgresInstaller->createTables(Object(PostgresInstaller))
  22. #6 /var/www/plan.alteeve.ca/html/includes/installer/Installer.php(1600): call_user_func(Array, Object(PostgresInstaller))
  23. #7 /var/www/plan.alteeve.ca/html/includes/installer/WebInstallerPage.php(1402): Installer->performInstallation(Array, Array)
  24. #8 /var/www/plan.alteeve.ca/html/includes/installer/WebInstaller.php(280): WebInstallerInstall->execute()
  25. #9 /var/www/plan.alteeve.ca/html/mw-config/index.php(79): WebInstaller->execute(Array)
  26. #10 /var/www/plan.alteeve.ca/html/mw-config/index.php(38): wfInstallerMain()
  27. #11 {main}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement