• 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.

PleskFatalException Unable to load object of type Skin with id

izghitu

New Pleskian
Hi,

I have Ubuntu 8.04.4 LTS and Plesk 10.0.1

I did not absolutely anything to Plesk for a long time and suddenly today when I go to the admin interface I get this error:
ERROR: PleskFatalException
Unable to load object of type Skin with id=18: Skin: unable to select: no such row in the table

0: common_func.php3:3172
objectMakerEx(string 'Skin', integer '18')
1: auth.php3:550


I could not find anything on google about this.

How do I fix?

Please help.
 
Seems there is database inconsistency. Try to check Skins table in psa database.
 
thanks for the suggestion
I ran this to fix it:
use psa
insert into Skins values(18,'Default','default');
 
Back
Top