On 08 Mar 2015, at 17:30, Michael Heydekamp listuser@freexp.de wrote:
Am 08.03.2015 22:23, schrieb Cor Bosman:
On 08 Mar 2015, at 16:34, Michael Heydekamp listuser@freexp.de wrote:
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,
We'll certainly check this again, but AFAIR we have all required components installed.
Just did the same with another message (doing an addressbook lookup by typing a name in the Cc: field), and now it worked. :/
Anyways, if you're getting 500 errors that are not caused by missing libs, your logfile should tell you the actual error. That would be useful to know :)
Cor