Pages

Monday 10 September 2012

Plesk control panel error: Unable to find service node for web service on domain with id=x !!!

Just a simple query to fix the error: 

mysql> select name from psa.domains where id=x\G;
           name: abcdefg.com 
mysql> update psa.domains set htype='none' where name="abcdefg.com";

:)


1 comment: