Hi there,
on my server im using open_basedir restrictions, which resulted in a little problem in program/steps/settings/func.inc referring to version 0.2.2, lines 461 to 463 should be replaced by:
if (!in_array($file, array('.', '..', '.svn')))
if (is_dir($filename) && is_readable($filename))
$skins[] = $file;
because if the roundcube root-dir is the openbasedir defined in apache config, is_readable results in an error, when trying to check 'skins/..' the change i propose would first check if the file is really not one that is in that array and than do the other stuff.
Cheers, Andreas _______________________________________________ List info: http://lists.roundcube.net/dev/