I can copy this. When the session garbage collector kicks in, I see
this error logged:

PHP Warning:  Missing argument 1 for rcube_session::gc() in
/www/roundcube/master/program/lib/Roundcube/rcube_session.php on line
225

And the DB driver deletes all records with DELETE FROM session WHERE
changed < now();

I'll investigate that later when I have more time to spend on it.

~Thomas



On Sun, Mar 8, 2015 at 10:32 PM, Cor Bosman <[email protected]> wrote:
>
>> On 08 Mar 2015, at 17:30, Michael Heydekamp <[email protected]> wrote:
>>
>> Am 08.03.2015 22:23, schrieb Cor Bosman:
>>>> On 08 Mar 2015, at 16:34, Michael Heydekamp <[email protected]> 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
>
> _______________________________________________
> Roundcube Development discussion mailing list
> [email protected]
> http://lists.roundcube.net/mailman/listinfo/dev
_______________________________________________
Roundcube Development discussion mailing list
[email protected]
http://lists.roundcube.net/mailman/listinfo/dev

Reply via email to