• Our team is looking to connect with folks who use email services provided by Plesk, or a premium service. If you'd like to be part of the discovery process and share your experiences, we invite you to complete this short screening survey. If your responses match the persona we are looking for, you'll receive a link to schedule a call at your convenience. We look forward to hearing from you!
  • We are looking for U.S.-based freelancer or agency working with SEO or WordPress for a quick 30-min interviews to gather feedback on XOVI, a successful German SEO tool we’re looking to launch in the U.S.
    If you qualify and participate, you’ll receive a $30 Amazon gift card as a thank-you. Please apply here. Thanks for helping shape a better SEO product for agencies!
  • 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.

Issue Database server ( Looks like there's nothing here! ) Error

Server operating system version
centos-7
Plesk version and microupdate number
Version 18.0.47
Hello,
I'm having a blank page in the Database Server section it says (Looks like there s nothing here!)

I deleted Plesk en reinstalled it several times but the problem persists
ps: a week ago the page displayed a setup list of the MariaDB Server.

when I run #plesk repair DB. it shows

Wrong APS database configuration .................................. [ERROR]
everything was ok a week ago I don't know what is happening
 
Name : plesk-ui-library
Version : 18.0
Release : 2.centos.7+p18.0.47.5+t221020.0801
Source RPM : plesk-ui-library-18.0-2.centos.7+p18.0.47.5+t221020.0801.src.rpm


I executed the 2 commands described in the link but it seems I have the same version of both the Plesk version and UI Library
 
I think this is not related to UI, but some very basic error situation with the database on the system. According to an installer script I found with the search "Wrong APS database configuration" that error message string is closely related to other database errors:

1667902182352.png

So I am guessing that something with the installation is wrong or part of the database is missing that Plesk expects to work properly. However, there don't seem to be any support articles or other docs that explain what this error means in detail. So we can only guess ...

I'd start with a check that the apsc database is present and that all tables starting with "aps" of the psa database are also present:

Do you see the "apsc" database when you log in to your database on the console?
# plesk db
> show databases;

Do you see all these tables in your psa database?
1667902462787.png
 
Back
Top