Relationship Graph
View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0001848 | SOGo | Backend Calendar | public | 2012-06-21 10:41 | 2012-07-18 15:38 |
Reporter | David | Assigned To | |||
Priority | normal | Severity | major | Reproducibility | always |
Status | resolved | Resolution | fixed | ||
Product Version | 1.3.16 | ||||
Target Version | 1.3.17 | ||||
Summary | 0001848: Recurrent event can not be edited | ||||
Description | When deleting single occurrence of recurrent event nothing happens. | ||||
Additional Information | Event attached SOGo log presents this: localhost.localdomain - - [21/Jun/2012:12:01:04 GMT] "GET /SOGo/so/don.joe/Calendar/alice_personal/8F6-4BBDDB00-1A3-266E6E40/edit HTTP/1.1" 200 10467/0 0.183 31382 66% 80K | ||||
Tags | No tags attached. | ||||
related to | 0001712 | closed | proxy error when editing an occurance of a recurring event |
2012-06-21 10:41
|
|
connection=<0x0xfbcb828[PGConnection]: connection=0x0xfdc27c0>>): ERROR: value too long for type character varying(1000) Seems this event contains a really large text value (description?), which is too large for the corresponding postgres database field (1000 characters max). Could you check this event via sogo-tool? |
|
Honestly, I do not know what do you mean by checking via sogo-tool. I think there's no doubt the event contains large field. As you can see from the attached event there are many date exceptions. These are being stored in database field 'c_cycleinfo'. The field is in 'sogouserxxxx_quick' table and is limited to 1000 chars (character varying(1000)). This field prevents event changes. I already have 2 users with error like this. When it happens they are unable to |
|
I've added new scripts to the distribution: Scripts/sql-update-1.3.16_to_1.3.17*.sh These will go through the table list and expand the c_cycleinfo column to its default size (1000000, since sogo 1.3.3). Please note that this problem only occurs to accounts created with a really old version of sogo (pre 1.3.3). New users should already be fine. |
|
Date Modified | Username | Field | Change |
---|---|---|---|
2012-06-21 10:41 | David | New Issue | |
2012-06-21 10:41 | David | File Added: event.ics | |
2012-06-22 08:58 | Christian Mack | Note Added: 0004086 | |
2012-06-25 12:31 | David | Note Added: 0004090 | |
2012-06-27 13:09 | francis | Target Version | => 1.3.17 |
2012-07-13 17:56 | ludovic | Status | new => assigned |
2012-07-13 17:56 | ludovic | Assigned To | => jraby |
2012-07-18 15:38 |
|
Note Added: 0004173 | |
2012-07-18 15:38 |
|
Status | assigned => resolved |
2012-07-18 15:38 |
|
Resolution | open => fixed |
2012-07-23 13:38 | ludovic | Relationship added | related to 0001712 |