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

Search results

  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