Il 13/04/2012 16:12, Wolfgang Sourdeau ha scritto:
There is a bug in SOGo < 1.3.13 where certain characters are not properly escaped. You need to update to 1.3.14 and perform the fix that Francis mentionned previously.


Wolfgang


I have some problem trying to apply Francis' fix:
[sogo@nic-server-mail ~]$ psql sogo
Password: *********
psql (8.4.9)
Digita "help" per aiuto.

sogo=> begin transaction;
BEGIN
sogo=> update sogo_user_profile set c_settings = replace(c_settings, '\\', '\'); sogo'> update sogo_user_profile set c_defaults = replace(c_defaults, '\\', '\');
Comando errato \. Prova \? per la guida.
sogo(>

I think there is some escape character problem in the string....
--
users@sogo.nu
https://inverse.ca/sogo/lists

Reply via email to