• Please be aware: Kaspersky Anti-Virus has been deprecated
    With the upgrade to Plesk Obsidian 18.0.64, "Kaspersky Anti-Virus for Servers" will be automatically removed from the servers it is installed on. We recommend that you migrate to Sophos Anti-Virus for Servers.
  • The Horde webmail has been deprecated. Its complete removal is scheduled for April 2025. For details and recommended actions, see the Feature and Deprecation Plan.
  • We’re working on enhancing the Monitoring feature in Plesk, and we could really use your expertise! If you’re open to sharing your experiences with server and website monitoring or providing feedback, we’d love to have a one-hour online meeting with you.

Error: Cannot Select a Database. The database is unknown.

bradm

New Pleskian
Hello,

We have a user getting the following error when clicking their "Image Gallery" on step 4 (Edit):

Cannot Select a Database. The database is unknown.

I searched the forum, but did not find anything in regard.

Any further information on this error would be appreciated.

Thanks,
Brad
 
I am also having the same issue is there any resolution to this?
 
The problem is caused by the fact that Parallels Plesk Sitebuilder is unable to query module SQLite database that is located on publishing host.

The SQLite database file is located on the publishing server in directory <Working directory>/data/storage.
Login to FTP location where the site is published to, verify the file exists and has correct permissions. It should be:

ftp> ls data/storage
200 PORT command successful
150 Opening ASCII mode data connection for file list
drwxrwsrwx 3 user group 45 Mar 16 18:04 .
drwxrwsr-x 5 user group 45 Nov 29 09:51 ..
drwxrwsrwx 2 user group 6 Nov 29 09:51 attachments
-rwxrwxrwx 1 user group 8192 Feb 10 18:19 sb_modules.php
226 Transfer complete
ftp>

Where user:group is user and group of Apache web server in this directory (Apache works in the directory with privileges of user:group). <Working directory> is site's publishing directory.
 
Back
Top