> On 08 Mar 2015, at 16:34, Michael Heydekamp <[email protected]> wrote: > > Hi Cor, > > will revert asap with info. > > At least I can tell already that the behaviour is pretty inconsistent. > Sometimes the session is staying alive for a while, sometimes it's > terminated within seconds or minutes. > > I just encountered the situation while composing a message and doing an > addressbook lookup by typing a name in the Cc: field, all of a sudden I got > a "Forbidden 500.". Hmmm.
Hi Michael, the 500 error is probably because you dont have all the components that roundcube requires. As of 1.1.0 (and thus 1.2-git) you need to install a bunch of dependancies using composer. Check out the composer.json-dist, and make sure you have everything thats in there in your own composer.json. Then do a 'composer update'. That will probably take care of the 500 server errors, as you're most likely missing the PEAR libs, Cor _______________________________________________ Roundcube Development discussion mailing list [email protected] http://lists.roundcube.net/mailman/listinfo/dev
