• 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

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