Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
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.
When I try to access "Server Management" >> "Tools and Settings" >> "Application Vault" I get the following error -
Internal error: [MySQL][ODBC 3.51 Driver][mysqld-4.1.22-community-nt]Got error 1 from storage engine
It seems apsc database is corrupted. I think that only way to resolve the issue is to restore any of the database backup from the location "C:\Program Files (x86)\Parallels\Plesk\MySQL\Backup"
Contact support team if you can't restore it by yourself.
I've found backup scripts on my D drive where the customer data is stored, but they only contain comments eg....
-- MySQL dump 10.9
--
-- Host: localhost Database: apsc
-- ------------------------------------------------------
-- Server version 4.1.22-community-nt
/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;
/*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */;
/*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */;
/*!40101 SET NAMES utf8 */;
/*!40014 SET @OLD_UNIQUE_CHECKS=@@UNIQUE_CHECKS, UNIQUE_CHECKS=0 */;
/*!40014 SET @OLD_FOREIGN_KEY_CHECKS=@@FOREIGN_KEY_CHECKS, FOREIGN_KEY_CHECKS=0 */;
/*!40101 SET @OLD_SQL_MODE=@@SQL_MODE, SQL_MODE='NO_AUTO_VALUE_ON_ZERO' */;
/*!40111 SET @OLD_SQL_NOTES=@@SQL_NOTES, SQL_NOTES=0 */;