• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion

Issue Plesk 17.5.3 ERR [panel] skeleton__no_skeletons

Nerigal

New Pleskian
After a fresh install i get this error in panel.log when i try to access the virtual host template

OS : CentOS 7.4.1708

[2018-01-24 11:16:12] ERR [panel] skeleton__no_skeletons:
0: /usr/local/psa/admin/plib/SkeletonManager.php:150
SkeletonManager->getFiles()
1: /usr/local/psa/admin/plib/ui_common/SkeletonUIPointer.php:90
SkeletonUIPointer->accessItemOverview(string 'GET', NULL null)
2: /usr/local/psa/admin/plib/ui_common/SkeletonUIPointer.php:21
SkeletonUIPointer->accessItem(string 'GET', NULL null)
3: /usr/local/psa/admin/plib/UIPointer.php:623
UIPointer->access(string 'GET')
4: /usr/local/psa/admin/htdocs/plesk.php:36

any idea ?
Thank you
 
Please check that you have .skel directory with content in the correct path:

# grep VHOSTS /etc/psa/psa.conf
HTTPD_VHOSTS_D /var/www/vhosts

# ls -la /var/www/vhosts/.skel/0/
total 28
drwxr-xr-x 7 root root 4096 Jan 24 14:31 .
drwxr-xr-x 3 root root 4096 Jan 25 05:23 ..
drwxr-xr-x 3 root root 4096 Jan 24 14:31 cgi-bin
drwxr-xr-x 2 root root 4096 Jan 24 14:31 conf
drwxr-xr-x 2 root root 4096 Jan 24 14:31 error_docs
drwxr-xr-x 5 root root 4096 Jan 24 14:31 httpdocs
drwxr-xr-x 2 root root 4096 Jan 24 14:31 webspace
 
Back
Top