View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0001551 | SOGo | SOPE | public | 2011-12-15 14:36 | 2016-06-09 10:45 |
Reporter | foucart | Assigned To | |||
Priority | normal | Severity | major | Reproducibility | always |
Status | resolved | Resolution | fixed | ||
Product Version | 1.3.10 | ||||
Fixed in Version | 1.3.13 | ||||
Summary | 0001551: description filed truncated after new line in sogo 1.3.11 | ||||
Description | version is 1.3.11 | ||||
Tags | No tags attached. | ||||
Which version of sope-gdl1-postgres are you using? |
|
sope-gdl1-postgres 4.9-20111212_1664.el5.1
|
|
same problem exists for CentOs 5.7 x86_64 |
|
2011-12-15 21:02
|
|
2011-12-15 21:04
|
|
Same problem here with lightning or web interface. postgresql-8.1.23-1.el5_7.3 The DESCRIPTION field only shows the first line either in lightning or in the web interface, however the DB stores rightly the filed when the appointment is created either from lightning or from web interface: "DESCRIPTION:test\nline1\nline2\nline3\r\n" However if the appointment is edited then the field becomes (in the data base, nothing happens in the gui): DESCRIPTION:test\r\nX-LIC-ERROR;X-LIC-ERRORTYPE=COMPONENT-PARSE-ERROR:Got a data line, but co\r\n uld not find a property name or component begin tag: line3\r\nSEQUENCE:6\r\nX-MOZ-GENERATION:2 |
|
I can confirm that the problem is still present with last sope49-gdl1-postgresql postgresql-8.1.23-1.el5_7.3 |
|
Hi all we have the same problem. We are also running CentOS 5 with the package versions as stated above: sogo-1.3.11-1.el5 We have verified that the data is actually written succesfully to the postgres database with a pg_dump command. However the gui is not showing the data when reopening the task or events. We have tried Thunderbird Lighning, Kde Organizer and the web-frontend. All show the same problem, that the data is only shown until the first new-line. When looking at the db dump it can be seen that older entries which are displayed fine have a sequence of \n instead of \n. Could this be the problem? |
|
Product version should be set to 1.3.11 |
|
Update today to version 1.3.12a and found that the error is still present. Has anyone found the root cause or a workaround for this? |
|
Our configuration (see bug report 0001630) is the following: postgresql-server-8.1.23-1.el5_7.3 I verified that this bug happens when reading from the database, as there is multiline data within the table: psql -U sogo sogo -c "SELECT * FROM sogo<myuser><randomhash>;" ... |
|
I can confirm that the bug is still present in 1.3.12c postgresql-8.1.23-1.el5_7.3 Please update "Product Version" in this report to reflect the fact that this bug has been present either in 1.3.11 and 1.3.12 |
|
Can you reproduce it on sogo-demo.inverse.ca ? Please show ALL SOPE packages you're using. |
|
@ludovic: No, it's not reproducible on sogo-demo.inverse.ca Sope packages: sope49-core-4.9-20120214_1664.el5.1 |
|
Show your complete Apache and PostgreSQL configuration. |
|
Apache:Alias /SOGo.woa/WebServerResources/ \ <Directory /usr/lib/GNUstep/SOGo/> <LocationMatch "^/SOGo/so/ControlPanel/Products/.UI/Resources/..(jpg|png|gif|css|js)"> ProxyRequests Off ProxyPass /SOGo http://127.0.0.1:20000/SOGo retry=0 <Proxy http://127.0.0.1:20000/SOGo> RequestHeader set "x-webobjects-server-protocol" "HTTP/1.0" AddDefaultCharset UTF-8 Order allow,deny RewriteEngine On PostgreSQLgrep '^[^# ]' /var/lib/pgsql/data/postgresql.conf |
|
ApacheAlias /SOGo.woa/WebServerResources/ \ <Directory /usr/lib64/GNUstep/SOGo/> <LocationMatch "^/SOGo/so/ControlPanel/Products/.UI/Resources/..(jpg|png|gif|css|js)"> ProxyRequests Off <Proxy http://127.0.0.1:20000/SOGo> RewriteEngine On PostgresIn our postgres.log file I found a lot of the following messages: logfile is default centos5 install I would say, only the following options are set the rest is default. listen_addresses = 'localhost' # what IP address(es) to listen on; |
|
With 8.3 on Debian, it works like a charm. With 8.1 on CentOS I can reproduce the issue. |
|
What happens if you add standard_conforming_strings = on in your postgresql.conf ? 8.1 refuses to start but 8.2 is supposed to accept this. |
|
Forget about everything above. This has been fixed in commit 8c2e4c4dc578c74711ed9d90287f0dfd342f4361. Please try the next nightlies for sope-gdl1-postgresql. |
|
Date Modified | Username | Field | Change |
---|---|---|---|
2011-12-15 14:36 | foucart | New Issue | |
2011-12-15 14:38 |
|
Note Added: 0003171 | |
2011-12-15 15:00 | foucart | Note Added: 0003172 | |
2011-12-15 20:58 | Wolf | Note Added: 0003174 | |
2011-12-15 21:02 | Wolf | File Added: Webfrontend.jpg | |
2011-12-15 21:04 | Wolf | File Added: iCal.jpg | |
2011-12-27 11:17 | hmontoliu | Note Added: 0003200 | |
2011-12-27 11:22 | hmontoliu | Note Edited: 0003200 | |
2011-12-27 11:24 | hmontoliu | Note Edited: 0003200 | |
2011-12-27 11:24 | hmontoliu | Note Edited: 0003200 | |
2011-12-27 11:27 | hmontoliu | Note Edited: 0003200 | |
2011-12-27 12:06 | hmontoliu | Note Added: 0003201 | |
2011-12-27 12:47 | hmontoliu | Note Edited: 0003200 | |
2012-01-04 15:56 | wiener | Note Added: 0003256 | |
2012-01-04 16:01 | wiener | Note Edited: 0003256 | |
2012-01-23 20:13 | hmontoliu | Note Added: 0003307 | |
2012-02-14 22:08 | wiener | Note Added: 0003437 | |
2012-02-14 22:10 | wiener | Note Edited: 0003437 | |
2012-02-14 22:10 | wiener | Note Edited: 0003437 | |
2012-02-15 05:57 | chris_r | Note Added: 0003439 | |
2012-02-15 09:01 | hmontoliu | Note Added: 0003440 | |
2012-02-15 09:03 | hmontoliu | Note Edited: 0003440 | |
2012-02-15 14:57 | Christian Mack | Relationship added | has duplicate 0001630 |
2012-02-15 20:28 | ludovic | Note Added: 0003442 | |
2012-02-15 21:33 | hmontoliu | Note Added: 0003443 | |
2012-02-15 21:35 | ludovic | Note Added: 0003444 | |
2012-02-15 21:55 | hmontoliu | Note Added: 0003445 | |
2012-02-15 22:18 | wiener | Note Added: 0003446 | |
2012-02-15 22:22 | wiener | Note Edited: 0003446 | |
2012-02-15 22:29 | wiener | Note Edited: 0003446 | |
2012-02-15 22:31 |
|
Note Added: 0003447 | |
2012-02-15 22:58 |
|
Note Edited: 0003447 | |
2012-02-15 22:58 |
|
Note Edited: 0003447 | |
2012-02-15 23:21 |
|
Note Added: 0003448 | |
2012-02-16 03:29 |
|
Note Added: 0003449 | |
2012-02-16 03:29 |
|
Status | new => resolved |
2012-02-16 03:29 |
|
Fixed in Version | => 1.3.13 |
2012-02-16 03:29 |
|
Resolution | open => fixed |
2012-02-16 03:29 |
|
Assigned To | => wsourdeau |