• 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.

Recent content by MichaelPD

  1. M

    Can open File Manager

    Hi Igor Unfortunately not, i still see the same page. Michael
  2. M

    Can open File Manager

    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...
  3. M

    Error during upgrading from 11.0.9 #54 to 11.5.29

    Does anyone have an idea? :) Michael
  4. M

    Error during upgrading from 11.0.9 #54 to 11.5.29

    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
  5. M

    Error during upgrading from 11.0.9 #54 to 11.5.29

    sorry, drop table was succesful! but create table command wasnt. ERROR 1005 (HY000): Can't create table 'apsc.aps_resource' (errno: 150)
  6. M

    Error during upgrading from 11.0.9 #54 to 11.5.29

    Doesnt work! mysql> drop table aps_resource; ERROR 1051 (42S02): Unknown table 'aps_resource' If i try the create table command, i get: ERROR 1005 (HY000): Can't create table 'apsc.aps_resource' (errno: 150)
  7. M

    Error during upgrading from 11.0.9 #54 to 11.5.29

    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
  8. M

    Error during upgrading from 11.0.9 #54 to 11.5.29

    Yes, i see the table in the apsc database: mysql> use apsc; mysql> show tables; +------------------------------------+ | Tables_in_apsc | +------------------------------------+ | aps_application | | aps_application_backup | |...
  9. M

    Error during upgrading from 11.0.9 #54 to 11.5.29

    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...
  10. M

    Webmail not working

    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...
Back
Top