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.
I have an issue with the File manager in plesk 12.5 and a specific subscription. File manager doesnt open, it just shows an almost blank page. Screenshot attached.
- The subscription has 500 domains configured. Could it be an issue with the amount of directories?
- File manager works fine on...
error 150 looks like a foreign key issue. Probably because i have the same issue with all other tables in the apsc database as well:
mysql> alter table aps_package ENGINE=InnoDB;
ERROR 1146 (42S02): Table 'apsc.aps_package' doesn't exist
Same problem, i see:
mysql -uadmin -p`cat /etc/psa/.psa.shadow` -Dapsc -e "desc aps_resource"
ERROR 1146 (42S02) at line 1: Table 'apsc.aps_resource' doesn't exist
Yes, i see the table in the apsc database:
mysql> use apsc;
mysql> show tables;
+------------------------------------+
| Tables_in_apsc |
+------------------------------------+
| aps_application |
| aps_application_backup |
|...
Same issue here with 11.5.30, no fix as it seems....
I tried to alter the apsc tables to InnDB with:
alter table aps_resource ENGINE=InnoDB;
But i get:
ERROR 1146 (42S02): Table 'apsc.aps_resource' doesn't exist
The table is there (show tables), and i can also use the "tab" button during...
Plesk 11
CentOS 6.3
Problem: Horde doesnt work!
When i log in with the correct username and password, webmail login page immediately refreshs. there is no error message, but i cant log in.
when i log in with an incorrect passwort, the page shows the "wrong password" message.
IMAP login...