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

Resolved Errormessage from Horde when deleting email-adress

Holger

New Pleskian
Hallo,

when trying to delete an old, not more used, email-adress within Plesk (Onyx Version 17.0.17 Update #31 on CentOS 6.9) I get this error message:

DB query failed: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'horde.ingo_sharesng' doesn't exist, query was: DELETE FROM `horde`.`ingo_sharesng` WHERE (`share_owner` = '<OLD_EMAIL_ADRESS')

OK, this table doesn't really exists, but we don't use Horde anymore.

Thanks for any hints how to delete old email-adresses.

Upgrading to a newer Plesk-version fails at the moment. Our ISP is noticed about this.

Best regards
Holger
 
Hi Holger,

if you don't use horde, consider to REMOVE depending packages and it's database ( logged in as user "root" over SSH ):
Code:
plesk installer --select-product-id plesk --select-release-current --remove-component horde
plesk installer --select-product-id plesk --select-release-current --reinstall-patch --install-component base

plesk repair installation -y -v
plesk repair db -y -v
This should solve your described issue and you might try again to delete the old, unused eMail - address over the Plesk Control Panel.


Afterwards, you might consider to upgrade Plesk to the latest stable version:
Code:
plesk installer --all-versions
 
Back
Top