Zend_Log Uncaught Exception
Bonsoir à toutes et tous !
Petit soucis avec Zend_Log :
Code:
Fatal error: Uncaught exception 'Zend_Log_Exception' with message '"/var/www/rva/application/logs/rva.log" cannot be opened with mode "a"' in /var/www/rva/library/zendframework/Zend/Log/Writer/Stream.php:66 Stack trace: #0 /var/www/rva/application/bootstraps.php(18): Zend_Log_Writer_Stream->__construct('/var/www/rva/ap...') #1 /var/www/rva/public/index.php(2): require('/var/www/rva/ap...') #2 {main} thrown in /var/www/rva/library/zendframework/Zend/Log/Writer/Stream.php on line 66
Après recherches sur le net il semble que ce soit un problème de droits...
Pourtant, j'ai fait un chmod 777 du répertoire log ET du fichier rva.log...
Ou est-ce que c'est-y que je fais une erreur ?
Merci d'avance,
Coyotte