• The APS Catalog has been deprecated and removed from all Plesk Obsidian versions.
    Applications already installed from the APS Catalog will continue working. However, Plesk will no longer provide support for APS applications.
  • Please be aware: with the Plesk Obsidian 18.0.78 release, the support for the ngx_pagespeed.so module will be deprecated and removed from the sw-nginx package.

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