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

Problems to remove a domain !!!

B

brunoheim

Guest
Hi all.

I am getting an error when i try to remove an account on Plesk 8.1.1 Windows Version.
I'v upgraded the plesk version from 7.6 to 8.1.1 but i am not able to perform a domain deletation. Somebody in here know how to fix this problem?

I tried to request a Bug Support to SWsoft but i was ignored :/

I tested many ways to make it work but doesnt.

The error message is:

An error occured during domain removal: Unable to remove domains: Problems occur
ed while removing domains: Dashboard preset used by user failed: DashboardPreset
: unable to select: no such row in the table


Thanks for attetion guys ^^
 
I am also facing the same problem, we are using Plesk for Windows version 8.2.0. Can any one find any solution for this. Please help.

Thanks in Advance,
Diadem Support
 
Such problem may occurs if a domain has reference to custom dashboard presets that really does not exist. check it withthe following command in Plesk mysql database:
mysql>select d.name,d.id, dp.param, dp.val, P.id from domains d, dom_param dp left join DashboardPreset P on P.id=dp.val where dp.param='custom_preset_id' and d.id=dp.dom_id and P.id is NULL"
then
delete from dom_param where dom_id=number of domain from previous command
 
Back
Top