• Plesk Uservoice will be deprecated by October. Moving forward, all product feature requests and improvement suggestions will be managed through our new platform Plesk Productboard.
    To continue sharing your ideas and feedback, please visit features.plesk.com

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