On Mon, Mar 9, 2015 at 4:36 PM, Thomas Bruederli <tho...@roundcube.net> wrote:
> 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();

Fixed in https://github.com/roundcube/roundcubemail/commit/87ff88d55

~Thomas


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

Reply via email to