hello,
i have a small error after ugrade plesk 7.5.4 to 8.0 (linux)
error comes in email transmission > confirmation dispatch
Warning: _mkpath(): Maximum recursion depth (25) exceeded in /usr/share/psa-horde/pear/Log/file.php on line 160
Warning: fopen(/var/log/psa-horde/psa-horde.log): failed to open stream: Datei oder Verzeichnis nicht gefunden in /usr/share/psa-horde/pear/Log/file.php on line 202
config.php found:
file.php (201-207)
i go to directory /var/log > psa-horde this does not exist.
i found the file in /var/log/psa_horde.log
email dispatch would go however the error message comes
who is the bug??
thanks for helps
ivan
i have a small error after ugrade plesk 7.5.4 to 8.0 (linux)
error comes in email transmission > confirmation dispatch
Warning: _mkpath(): Maximum recursion depth (25) exceeded in /usr/share/psa-horde/pear/Log/file.php on line 160
Warning: fopen(/var/log/psa-horde/psa-horde.log): failed to open stream: Datei oder Verzeichnis nicht gefunden in /usr/share/psa-horde/pear/Log/file.php on line 202
config.php found:
PHP:
$conf['log']['name'] = '/var/log/psa-horde/psa-horde.log';
file.php (201-207)
PHP:
/* Obtain a handle to the log file. */
$this->_fp = fopen($this->_filename, ($this->_append) ? 'a' : 'w');
$this->_opened = ($this->_fp !== false);
/* Attempt to set the log file's mode. */
@chmod($this->_filename, $this->_mode);
i go to directory /var/log > psa-horde this does not exist.
i found the file in /var/log/psa_horde.log
email dispatch would go however the error message comes
who is the bug??
thanks for helps
ivan