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

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