- Posts: 3
- Thank you received: 0
Ask the community, share ideas, and connect with other LimeSurvey users!
$config['versionnumber'] = "2.50+"; $config['dbversionnumber'] = 258; $config['buildnumber'] = '160529'; $config['updatable'] = true; $config['assetsversionnumber'] = 14;
Please Log in to join the conversation.
Please Log in to join the conversation.
CDbCommand failed to execute the SQL statement: SQLSTATE[23505]: Unique violation: 7 ERROR: duplicate key value violates unique constraint "boxes_pkey"
DETAIL: Key (id)=(1) already exists.. The SQL statement executed was: INSERT INTO "boxes" ("position", "url", "title", "ico", "desc", "page", "usergroup") VALUES (:position, :url, :title, :ico, :desc, :page, :usergroup)
root@a007fddcb785:/var/www/html/application/commands# php console.php updatedb
Update pgsql:host=postgresql;port=5432;user=postgres;password=mysecretpwd;dbname=limesurpei; with prefix : from 258 to 366
exception 'CException' with message 'Please fix this error in your database and try again' in /var/www/html/application/commands/UpdateDbCommand.php:49
Stack trace:
#0 /var/www/html/framework/console/CConsoleCommandRunner.php(71): UpdateDBCommand->run(Array)
#1 /var/www/html/framework/console/CConsoleApplication.php(92): CConsoleCommandRunner->run(Array)
#2 /var/www/html/framework/base/CApplication.php(185): CConsoleApplication->processRequest()
#3 /var/www/html/application/commands/console.php(70): CApplication->run()
#4 {main}
Please Log in to join the conversation.