You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Reproduction steps:
Create a new user (should raise unique constraint error)
Access calendar application with new user #2 Comment posted by 1BSyVSqYJF Nov 08, 19:22
Issue still exists after upgrading to ownCloud 4.5.1 #3 Comment posted by 1BSyVSqYJF Nov 17, 17:35
same for version 4.5.2
The text was updated successfully, but these errors were encountered:
From http://bugs.owncloud.org/thebuggenie/owncloud/issues/oc-1550
Reporters are still active.
Description:
New users will see a blank page after accessing the calendar application, because of an unique constraint violation while user creation:
SQLSTATE[23505]: Unique violation: 7 ERROR: duplicate key value violates unique constraint "calendar_calendars_pkey" DETAIL: Key (id)=(0) already exists.
Environment:
ownCloud 4.0.7
Apache HTTP 2.2.15
PHP 5.3
Postgre SQL 9.1
Reproduction steps:
Create a new user (should raise unique constraint error)
Access calendar application with new user
#2 Comment posted by 1BSyVSqYJF Nov 08, 19:22
Issue still exists after upgrading to ownCloud 4.5.1
#3 Comment posted by 1BSyVSqYJF Nov 17, 17:35
same for version 4.5.2
The text was updated successfully, but these errors were encountered: