• The APS Catalog has been deprecated and removed from all Plesk Obsidian versions.
    Applications already installed from the APS Catalog will continue working. However, Plesk will no longer provide support for APS applications.
  • Please be aware: with the Plesk Obsidian 18.0.78 release, the support for the ngx_pagespeed.so module will be deprecated and removed from the sw-nginx package.

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