Dashboard preset used by user failed: DashboardPreset: unable to select: no such row in the table

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

Leave a Reply