Log name empty

Issue #3 closed
Former user created an issue

I see several calls $rc->write_log($this->my_log, ...), but the only thing that gets logged for me is: [28-May-2016 11:24:26 Europe/Amsterdam] PHP Warning: Error writing to log file /www/vhosts/roundcube/www/logs/; Please check permissions in /www/vhosts/roundcube/www/program/lib/Roundcube/rcube.php on line 1196 Seems like my_log is set nowhere, so a quick fix for this would be something like:

function init()
{
        $this->my_log = "identswitch";
...
}

Comments (1)

  1. Log in to comment