I had a similar error when I tried to bring up a second sogo web server pointed 
to the original database. I changed the .GNUstepDefaults to point to the 
correct host (sogo1), but all of my created users had localhost in their paths 
in sogo_folder_info. I fixed it with the following mysql statements. Make sure 
you understand what this does before you blow up your database :-)

update sogo_folder_info set c_location=replace(c_location, 'localhost', 
'sogo1'); 
update sogo_folder_info set c_quick_location=replace(c_quick_location, 
'localhost', 'sogo1'); 
update sogo_folder_info set c_acl_location=replace(c_acl_location, 'localhost', 
'sogo1'); 

Chris

On Jul 6, 2010, at 6:06 AM, Ludovic Marcotte wrote:

> Mark Adams wrote:
>> I'm also seeing this - What is causing it
> My guess is that your database config in your .GNUstepDefaults differs for 
> some users based on what's found in the sogo_folder_info table for them.
> 
> Perhaps you changed it after those users were created and you forgot to 
> adjust the path.

-- 
[email protected]
https://inverse.ca/sogo/lists

Reply via email to