On 03/01/2016 22:31, Vincent Bernat wrote: >> The mentioned config files exist, but are empty (perhaps that is the reason >> of the error). > > Yes, since 1.0.0, roundcube now checks if $config is an array. Plugin > configurations are expected to have something like $config['something'] > = ''. Maybe putting $config=array() in each file would work.
Placing $config=array() into each of these config files actually helped, thank you! Can it be also fixed in Debian package? Thanks! -- With best regards, Dmitry

