Error : “skeleton__no_skeletons” in Plesk

kumkumsharma

Administrator
Staff member
You are getting this issue when your domain is not properly created and Virtual Host Template returns the error skeleton__no_skeletons”. The main cause of this error is Skeleton file is missing.

If you will check Virtual host folder then you will find it empty:

Code:
%plesk_vhosts%.skel\0
  • First make connection via RDP.
  • Now you can restore virtual host template with below command and this command will be same for both Linux and Windows server.
Code:
plesk bin skeleton.exe --reset admin
 
Top