• Dear Pleskians! The Plesk Forum will be undergoing scheduled maintenance on Monday, 7th of July, at 9:00 AM UTC. The expected maintenance window is 2 hours.
    Thank you in advance for your patience and understanding on the matter.

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