• The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    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. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

Question Plesk interface getSkinUrl() on null (SkinUrl.php:18)

GiRGiN

New Pleskian
Hello, we made an interesting mistake in the interface when we were making changes to the server, but we could not solve it.

ERROR
"ERROR: Call to a member function getSkinUrl() on null (SkinUrl.php:18)

Search for related Knowledge Base articles"

I looked at your problem from your site, but he could not solve any articles.

plesk repair all and plesk repair db
when i try these commands

[root@ ~]# plesk repair all
[2018-07-08 03:03:23] ERR [panel] Cannot load settings: DB query failed: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'psa.misc' doesn't exist, query was: select param, val from misc
[2018-07-08 03:03:23] ERR [panel] Cannot load settings: DB query failed: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'psa.misc' doesn't exist, query was: select param, val from misc


How can I solve this problem?
 
"Restore the Plesk database "psa" from a daily dump using steps from the KB article:" from the article did not help???
 
No, If you pass the psa.misc directory, I can solve the problem by transferring it from the other server
 
I do not understand the reply. psa.misc is not a directory, but a database table. The error message says it is missing. Have you restored it and is the issue solved?
 
The path to the database files of the psa database is normally /var/lib/mysql/psa. I can only discourage to attempt to repair the database by copying the misc.frm and misc.ibd files into that location. It is an incorrect way of repairing. If you consider to not to restore the psa database from a backup, you could maybe try to restore the misc table only by importing the content through proper sql commands.
 
Back
Top