DNSZone::Table::select() failed: no such row in the table while unsuspending domain

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    DNSZone::Table::select() failed: no such row in the table while unsuspending domain

    Solution :

    1) Open CMD as ADMINISTRATOR (importatnt to "run as administrator")
    2) C:\>"%plesk_bin%"\dbclient.exe --direct-sql --sql="INSERT INTO dns_zone (name, displayName, email) VALUES ('poesyliang.net', 'poesyliang.net', '[email protected]');"

    3) C:\>"%plesk_bin%"\dbclient.exe --direct-sql --sql="SELECT id, name FROM dns_zone where name='poesyliang.net';"
    id name
    46 poesyliang.net
    47 poesyliang.net

    4) C:\>"%plesk_bin%"\dbclient.exe --direct-sql --sql="UPDATE domains SET dns_zone_id='47' WHERE name='poesyliang.net';"

    There you go!!
Working...
X