Hi Thanks, I've double checked this, and can confirm that the password was different on the old server, however everything else matches. It's still being referenced at localhost (matches GNUStepDefaults) and I can't see any other differences to the new users.
Wonder what else might be causing the error? Everything seems to be working still..... On Tue, Jul 06, 2010 at 06:12:38AM -0700, Chris Hobbs wrote: > 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
-- [email protected] https://inverse.ca/sogo/lists
