• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • Support for BIND DNS has been removed from Plesk for Windows due to security and maintenance risks.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS.

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