• Plesk Uservoice will be deprecated by October. Moving forward, all product feature requests and improvement suggestions will be managed through our new platform Plesk Productboard.
    To continue sharing your ideas and feedback, please visit features.plesk.com

Domain log - ERROR: PleskUtilException filemng: stat failed: Permission denied

E

engineoil

Guest
When trying to look at the log files (in Plesk 10.4.4) for one domain in a shared host (vps). I get the error below.
I can see log files for other domains on the same host.

ERROR: PleskUtilException
filemng: stat failed: Permission denied

System error 13: Permission denied
0: FileMng.php:172
Service_FileMng->_execAndGetOutput(array)
1: FileMng.php:21
Service_FileMng->ls(string '/var/www/vhosts/domain.com/statistics/logs', string 'files')
2: class.LogFilesList.php:86
LogFilesList->fetchLogFilesList()
3: cList.php:87
cList->fetchList()
4: cList.php:106
cList->init()
5: LogsUIPointer.php:124
LogsUIPointer->accessItem(string 'GET', NULL null)
6: UIPointer.php:595
UIPointer->access(string 'GET')
7: plesk.php:45

Any clue would be welcome!
 
Looks like there is incorrect permissions on /var/www/vhosts/domain.com/statistics/logs directory or files inside.
 
You are right. The statistics and log directories were set to userid:psacln. I reset these to root:psaserv
thanks!
 
Back
Top