{"id":219,"date":"2011-09-13T08:06:02","date_gmt":"2011-09-13T13:06:02","guid":{"rendered":"https:\/\/www.bodhost.com\/blog\/?p=219"},"modified":"2026-02-26T13:59:07","modified_gmt":"2026-02-26T13:59:07","slug":"how-to-solve-dns-page-error-in-plesk","status":"publish","type":"post","link":"https:\/\/www.bodhost.com\/blog\/how-to-solve-dns-page-error-in-plesk\/","title":{"rendered":"How To Solve DNS Page Error In Plesk?"},"content":{"rendered":"\r\n<p class=\"wp-block-paragraph\">You get different types of errors while using the Plesk control panel, but the most common error is \u201cerror on DNS page\u201d. You can solve this error with some simple steps. You get the error \u201cERROR: PleskException\u201d, when you are on Plesk. In that situation, if you make any changes within the DNS page, then you get the following Error :<\/p>\r\n\r\n\r\n\r\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\">\r\n<p class=\"wp-block-paragraph\">Table::select() failed: no such row in the table<\/p>\r\n<\/blockquote>\r\n\r\n\r\n\r\n<p class=\"wp-block-paragraph\">Or<\/p>\r\n\r\n\r\n\r\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\">\r\n<p class=\"wp-block-paragraph\">ERROR: PleskException<br \/>Table::select() failed: no such row in the table<br \/>0: \/usr\/local\/psa\/admin\/plib\/dns\/DNSZone.php:52<br \/>DNSZone-&gt;DNSZone(string \u2018100\u2032)<br \/>1: \/usr\/local\/psa\/admin\/plib\/common_func.php3:2610<br \/>objectMaker(string \u2018DNSZone\u2019, string \u2018100\u2032)<br \/>2: \/usr\/local\/psa\/admin\/plib\/dns\/DNSManager.php:39<br \/>DNSManager::getDNSZone(string \u2018100\u2032)<br \/>3: \/usr\/local\/psa\/admin\/htdocs\/domains\/dns.php:21<\/p>\r\n<\/blockquote>\r\n\r\n\r\n\r\n<p class=\"wp-block-paragraph\">The cause of the error is that in psa.domains Plesk mysql table dns_zone_id record points to nonexistent id record in psa.dns_zone table for one or different domains. It may occur because of Plesk internal problems, a broken database, or incomplete domain deletion.<\/p>\r\n\r\n\r\n\r\n<p class=\"wp-block-paragraph\">The users have to login into MySQL server console to make some important changes.<\/p>\r\n\r\n\r\n\r\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\">\r\n<p class=\"wp-block-paragraph\"># mysql -uadmin -p`cat \/etc\/psa\/.psa.shadow` -Dpsa<\/p>\r\n<\/blockquote>\r\n\r\n\r\n\r\n<p class=\"wp-block-paragraph\">and discover domains that have missed ID:<\/p>\r\n\r\n\r\n\r\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\">\r\n<p class=\"wp-block-paragraph\">mysql&gt; SELECT d.name FROM domains d LEFT JOIN dns_zone z ON d.dns_zone_id=z.id WHERE z.id IS NULL;<\/p>\r\n<\/blockquote>\r\n\r\n\r\n\r\n<p class=\"wp-block-paragraph\">For every reported domain, ensure the following procedure :<br \/>The user has to create an appropriate id within the records with the commands mentioned below. Make a note that you will have to replace \u2018<a href=\"https:\/\/www.bodhost.com\/domains\/domain-name-search\" target=\"_blank\" rel=\"noopener\">Domain Name<\/a>\u2019 with the actual domain URL and you will also have to change the admin email with the correct email.<\/p>\r\n\r\n\r\n\r\n<ol>\r\n<li>The users have to make proper id records with the following commands. You have to keep in mind to replace \u201cDOMAIN-NAME\u201d with an original domain name and also \u201cADMIN-EMAIL\u201d with the correct email:\r\n<blockquote>mysql&gt; INSERT INTO dns_zone SET name=\u2019DOMAIN-NAME\u2019, displayName=\u2019DOMAIN-NAME\u2019, email=\u2019ADMIN-EMAIL\u2019;<\/blockquote>\r\n<\/li>\r\n<li>Way to find out new zone ID:\r\n<blockquote>mysql&gt; SELECT id, name FROM dns_zone ORDER BY id DESC LIMIT 1;<\/blockquote>\r\n<\/li>\r\n<li>Substitute the correct ID into psa.domains table. You have to keep in mind to replace \u201cDOMAIN-ID\u201d and also \u201cDOMAIN-NAME\u201d with the correct values:\r\n<blockquote>mysql&gt; UPDATE domains SET dns_zone_id=\u2019DOMAIN-ID\u2019 WHERE name=\u2019DOMAIN-NAME\u2019;<\/blockquote>\r\n<\/li>\r\n<\/ol>\r\n\r\n\r\n\r\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\"><\/blockquote>\r\n\r\n\r\n\r\n\r\n\r\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\"><\/blockquote>\r\n\r\n\r\n\r\n\r\n\r\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\"><\/blockquote>\r\n\r\n\r\n\r\n<p class=\"wp-block-paragraph\">After that you have to login into Plesk, for each corrected domain go to domain.com &gt; DNS and utilize the Default option to re-generate DNS records. It would have solved the error in Plesk.<\/p>\r\n","protected":false},"excerpt":{"rendered":"<p>You get different types of errors while using the Plesk control panel, but the most common error is \u201cerror on DNS page\u201d. You can solve this error with some simple&hellip;<\/p>\n<p><a href=\"https:\/\/www.bodhost.com\/blog\/how-to-solve-dns-page-error-in-plesk\/\" class=\"more-link\">Read More<\/a><\/p>\n","protected":false},"author":3,"featured_media":0,"comment_status":"closed","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[6],"tags":[72,73],"class_list":["post-219","post","type-post","status-publish","format-standard","hentry","category-cms","tag-dns-page-error","tag-plesk"],"aioseo_notices":[],"aioseo_head":"\n\t\t<!-- All in One SEO 4.9.8 - aioseo.com -->\n\t<meta name=\"description\" content=\"You get different types of errors while using the Plesk control panel, but the most common error is \u201cerror on DNS page\u201d.\" \/>\n\t<meta name=\"robots\" content=\"max-image-preview:large\" \/>\n\t<meta name=\"author\" content=\"Admin1\"\/>\n\t<link rel=\"canonical\" href=\"https:\/\/www.bodhost.com\/blog\/how-to-solve-dns-page-error-in-plesk\/\" \/>\n\t<meta name=\"generator\" content=\"All in One SEO (AIOSEO) 4.9.8\" \/>\n\t\t<meta property=\"og:locale\" content=\"en_US\" \/>\n\t\t<meta property=\"og:site_name\" content=\"bodHOST | Web Hosting - Tips &amp; Tricks\" \/>\n\t\t<meta property=\"og:type\" content=\"article\" \/>\n\t\t<meta property=\"og:title\" content=\"How To Solve DNS Page Error In Plesk? | bodHOST\" \/>\n\t\t<meta property=\"og:description\" content=\"You get different types of errors while using the Plesk control panel, but the most common error is \u201cerror on DNS page\u201d.\" \/>\n\t\t<meta property=\"og:url\" content=\"https:\/\/www.bodhost.com\/blog\/how-to-solve-dns-page-error-in-plesk\/\" \/>\n\t\t<meta property=\"og:image\" content=\"https:\/\/www.bodhost.com\/blog\/wp-content\/uploads\/2026\/03\/cropped-Profile-Pic.png\" \/>\n\t\t<meta property=\"og:image:secure_url\" content=\"https:\/\/www.bodhost.com\/blog\/wp-content\/uploads\/2026\/03\/cropped-Profile-Pic.png\" \/>\n\t\t<meta property=\"article:published_time\" content=\"2011-09-13T13:06:02+00:00\" \/>\n\t\t<meta property=\"article:modified_time\" content=\"2026-02-26T13:59:07+00:00\" \/>\n\t\t<meta name=\"twitter:card\" content=\"summary\" \/>\n\t\t<meta name=\"twitter:title\" content=\"How To Solve DNS Page Error In Plesk? | bodHOST\" \/>\n\t\t<meta name=\"twitter:description\" content=\"You get different types of errors while using the Plesk control panel, but the most common error is \u201cerror on DNS page\u201d.\" \/>\n\t\t<meta name=\"twitter:image\" content=\"https:\/\/www.bodhost.com\/blog\/wp-content\/uploads\/2026\/03\/cropped-Profile-Pic.png\" \/>\n\t\t<script type=\"application\/ld+json\" class=\"aioseo-schema\">\n\t\t\t{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/www.bodhost.com\\\/blog\\\/how-to-solve-dns-page-error-in-plesk\\\/#article\",\"name\":\"How To Solve DNS Page Error In Plesk? | bodHOST\",\"headline\":\"How To Solve DNS Page Error In Plesk?\",\"author\":{\"@id\":\"https:\\\/\\\/www.bodhost.com\\\/blog\\\/author\\\/admin1\\\/#author\"},\"publisher\":{\"@id\":\"https:\\\/\\\/www.bodhost.com\\\/blog\\\/#organization\"},\"image\":{\"@type\":\"ImageObject\",\"url\":\"https:\\\/\\\/www.bodhost.com\\\/blog\\\/wp-content\\\/uploads\\\/2026\\\/03\\\/cropped-Profile-Pic.png\",\"@id\":\"https:\\\/\\\/www.bodhost.com\\\/blog\\\/#articleImage\",\"width\":96,\"height\":96,\"caption\":\"bodHOST\"},\"datePublished\":\"2011-09-13T08:06:02+00:00\",\"dateModified\":\"2026-02-26T13:59:07+00:00\",\"inLanguage\":\"en-US\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/www.bodhost.com\\\/blog\\\/how-to-solve-dns-page-error-in-plesk\\\/#webpage\"},\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.bodhost.com\\\/blog\\\/how-to-solve-dns-page-error-in-plesk\\\/#webpage\"},\"articleSection\":\"CMS, DNS Page Error, Plesk\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/www.bodhost.com\\\/blog\\\/how-to-solve-dns-page-error-in-plesk\\\/#breadcrumblist\",\"itemListElement\":[{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.bodhost.com\\\/blog#listItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/www.bodhost.com\\\/blog\",\"nextItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.bodhost.com\\\/blog\\\/category\\\/cms\\\/#listItem\",\"name\":\"CMS\"}},{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.bodhost.com\\\/blog\\\/category\\\/cms\\\/#listItem\",\"position\":2,\"name\":\"CMS\",\"item\":\"https:\\\/\\\/www.bodhost.com\\\/blog\\\/category\\\/cms\\\/\",\"nextItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.bodhost.com\\\/blog\\\/how-to-solve-dns-page-error-in-plesk\\\/#listItem\",\"name\":\"How To Solve DNS Page Error In Plesk?\"},\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.bodhost.com\\\/blog#listItem\",\"name\":\"Home\"}},{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.bodhost.com\\\/blog\\\/how-to-solve-dns-page-error-in-plesk\\\/#listItem\",\"position\":3,\"name\":\"How To Solve DNS Page Error In Plesk?\",\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.bodhost.com\\\/blog\\\/category\\\/cms\\\/#listItem\",\"name\":\"CMS\"}}]},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/www.bodhost.com\\\/blog\\\/#organization\",\"name\":\"bodHOST\",\"description\":\"Web Hosting - Tips & Tricks\",\"url\":\"https:\\\/\\\/www.bodhost.com\\\/blog\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"url\":\"https:\\\/\\\/www.bodhost.com\\\/blog\\\/wp-content\\\/uploads\\\/2026\\\/03\\\/cropped-Profile-Pic.png\",\"@id\":\"https:\\\/\\\/www.bodhost.com\\\/blog\\\/how-to-solve-dns-page-error-in-plesk\\\/#organizationLogo\",\"width\":96,\"height\":96,\"caption\":\"bodHOST\"},\"image\":{\"@id\":\"https:\\\/\\\/www.bodhost.com\\\/blog\\\/how-to-solve-dns-page-error-in-plesk\\\/#organizationLogo\"}},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/www.bodhost.com\\\/blog\\\/author\\\/admin1\\\/#author\",\"url\":\"https:\\\/\\\/www.bodhost.com\\\/blog\\\/author\\\/admin1\\\/\",\"name\":\"Admin1\",\"image\":{\"@type\":\"ImageObject\",\"@id\":\"https:\\\/\\\/www.bodhost.com\\\/blog\\\/how-to-solve-dns-page-error-in-plesk\\\/#authorImage\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/cd7e35fa8b64889a49e442de56b8ca06e2b3916e7deb2c547281a07b793043b6?s=96&d=mm&r=g\",\"width\":96,\"height\":96,\"caption\":\"Admin1\"}},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/www.bodhost.com\\\/blog\\\/how-to-solve-dns-page-error-in-plesk\\\/#webpage\",\"url\":\"https:\\\/\\\/www.bodhost.com\\\/blog\\\/how-to-solve-dns-page-error-in-plesk\\\/\",\"name\":\"How To Solve DNS Page Error In Plesk? | bodHOST\",\"description\":\"You get different types of errors while using the Plesk control panel, but the most common error is \\u201cerror on DNS page\\u201d.\",\"inLanguage\":\"en-US\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.bodhost.com\\\/blog\\\/#website\"},\"breadcrumb\":{\"@id\":\"https:\\\/\\\/www.bodhost.com\\\/blog\\\/how-to-solve-dns-page-error-in-plesk\\\/#breadcrumblist\"},\"author\":{\"@id\":\"https:\\\/\\\/www.bodhost.com\\\/blog\\\/author\\\/admin1\\\/#author\"},\"creator\":{\"@id\":\"https:\\\/\\\/www.bodhost.com\\\/blog\\\/author\\\/admin1\\\/#author\"},\"datePublished\":\"2011-09-13T08:06:02+00:00\",\"dateModified\":\"2026-02-26T13:59:07+00:00\"},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/www.bodhost.com\\\/blog\\\/#website\",\"url\":\"https:\\\/\\\/www.bodhost.com\\\/blog\\\/\",\"name\":\"bodHOST\",\"description\":\"Web Hosting - Tips & Tricks\",\"inLanguage\":\"en-US\",\"publisher\":{\"@id\":\"https:\\\/\\\/www.bodhost.com\\\/blog\\\/#organization\"}}]}\n\t\t<\/script>\n\t\t<!-- All in One SEO -->\n\n","aioseo_head_json":{"title":"How To Solve DNS Page Error In Plesk? | bodHOST","description":"You get different types of errors while using the Plesk control panel, but the most common error is \u201cerror on DNS page\u201d.","canonical_url":"https:\/\/www.bodhost.com\/blog\/how-to-solve-dns-page-error-in-plesk\/","robots":"max-image-preview:large","keywords":"","webmasterTools":{"miscellaneous":""},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/www.bodhost.com\/blog\/how-to-solve-dns-page-error-in-plesk\/#article","name":"How To Solve DNS Page Error In Plesk? | bodHOST","headline":"How To Solve DNS Page Error In Plesk?","author":{"@id":"https:\/\/www.bodhost.com\/blog\/author\/admin1\/#author"},"publisher":{"@id":"https:\/\/www.bodhost.com\/blog\/#organization"},"image":{"@type":"ImageObject","url":"https:\/\/www.bodhost.com\/blog\/wp-content\/uploads\/2026\/03\/cropped-Profile-Pic.png","@id":"https:\/\/www.bodhost.com\/blog\/#articleImage","width":96,"height":96,"caption":"bodHOST"},"datePublished":"2011-09-13T08:06:02+00:00","dateModified":"2026-02-26T13:59:07+00:00","inLanguage":"en-US","mainEntityOfPage":{"@id":"https:\/\/www.bodhost.com\/blog\/how-to-solve-dns-page-error-in-plesk\/#webpage"},"isPartOf":{"@id":"https:\/\/www.bodhost.com\/blog\/how-to-solve-dns-page-error-in-plesk\/#webpage"},"articleSection":"CMS, DNS Page Error, Plesk"},{"@type":"BreadcrumbList","@id":"https:\/\/www.bodhost.com\/blog\/how-to-solve-dns-page-error-in-plesk\/#breadcrumblist","itemListElement":[{"@type":"ListItem","@id":"https:\/\/www.bodhost.com\/blog#listItem","position":1,"name":"Home","item":"https:\/\/www.bodhost.com\/blog","nextItem":{"@type":"ListItem","@id":"https:\/\/www.bodhost.com\/blog\/category\/cms\/#listItem","name":"CMS"}},{"@type":"ListItem","@id":"https:\/\/www.bodhost.com\/blog\/category\/cms\/#listItem","position":2,"name":"CMS","item":"https:\/\/www.bodhost.com\/blog\/category\/cms\/","nextItem":{"@type":"ListItem","@id":"https:\/\/www.bodhost.com\/blog\/how-to-solve-dns-page-error-in-plesk\/#listItem","name":"How To Solve DNS Page Error In Plesk?"},"previousItem":{"@type":"ListItem","@id":"https:\/\/www.bodhost.com\/blog#listItem","name":"Home"}},{"@type":"ListItem","@id":"https:\/\/www.bodhost.com\/blog\/how-to-solve-dns-page-error-in-plesk\/#listItem","position":3,"name":"How To Solve DNS Page Error In Plesk?","previousItem":{"@type":"ListItem","@id":"https:\/\/www.bodhost.com\/blog\/category\/cms\/#listItem","name":"CMS"}}]},{"@type":"Organization","@id":"https:\/\/www.bodhost.com\/blog\/#organization","name":"bodHOST","description":"Web Hosting - Tips & Tricks","url":"https:\/\/www.bodhost.com\/blog\/","logo":{"@type":"ImageObject","url":"https:\/\/www.bodhost.com\/blog\/wp-content\/uploads\/2026\/03\/cropped-Profile-Pic.png","@id":"https:\/\/www.bodhost.com\/blog\/how-to-solve-dns-page-error-in-plesk\/#organizationLogo","width":96,"height":96,"caption":"bodHOST"},"image":{"@id":"https:\/\/www.bodhost.com\/blog\/how-to-solve-dns-page-error-in-plesk\/#organizationLogo"}},{"@type":"Person","@id":"https:\/\/www.bodhost.com\/blog\/author\/admin1\/#author","url":"https:\/\/www.bodhost.com\/blog\/author\/admin1\/","name":"Admin1","image":{"@type":"ImageObject","@id":"https:\/\/www.bodhost.com\/blog\/how-to-solve-dns-page-error-in-plesk\/#authorImage","url":"https:\/\/secure.gravatar.com\/avatar\/cd7e35fa8b64889a49e442de56b8ca06e2b3916e7deb2c547281a07b793043b6?s=96&d=mm&r=g","width":96,"height":96,"caption":"Admin1"}},{"@type":"WebPage","@id":"https:\/\/www.bodhost.com\/blog\/how-to-solve-dns-page-error-in-plesk\/#webpage","url":"https:\/\/www.bodhost.com\/blog\/how-to-solve-dns-page-error-in-plesk\/","name":"How To Solve DNS Page Error In Plesk? | bodHOST","description":"You get different types of errors while using the Plesk control panel, but the most common error is \u201cerror on DNS page\u201d.","inLanguage":"en-US","isPartOf":{"@id":"https:\/\/www.bodhost.com\/blog\/#website"},"breadcrumb":{"@id":"https:\/\/www.bodhost.com\/blog\/how-to-solve-dns-page-error-in-plesk\/#breadcrumblist"},"author":{"@id":"https:\/\/www.bodhost.com\/blog\/author\/admin1\/#author"},"creator":{"@id":"https:\/\/www.bodhost.com\/blog\/author\/admin1\/#author"},"datePublished":"2011-09-13T08:06:02+00:00","dateModified":"2026-02-26T13:59:07+00:00"},{"@type":"WebSite","@id":"https:\/\/www.bodhost.com\/blog\/#website","url":"https:\/\/www.bodhost.com\/blog\/","name":"bodHOST","description":"Web Hosting - Tips & Tricks","inLanguage":"en-US","publisher":{"@id":"https:\/\/www.bodhost.com\/blog\/#organization"}}]},"og:locale":"en_US","og:site_name":"bodHOST | Web Hosting - Tips &amp; Tricks","og:type":"article","og:title":"How To Solve DNS Page Error In Plesk? | bodHOST","og:description":"You get different types of errors while using the Plesk control panel, but the most common error is \u201cerror on DNS page\u201d.","og:url":"https:\/\/www.bodhost.com\/blog\/how-to-solve-dns-page-error-in-plesk\/","og:image":"https:\/\/www.bodhost.com\/blog\/wp-content\/uploads\/2026\/03\/cropped-Profile-Pic.png","og:image:secure_url":"https:\/\/www.bodhost.com\/blog\/wp-content\/uploads\/2026\/03\/cropped-Profile-Pic.png","article:published_time":"2011-09-13T13:06:02+00:00","article:modified_time":"2026-02-26T13:59:07+00:00","twitter:card":"summary","twitter:title":"How To Solve DNS Page Error In Plesk? | bodHOST","twitter:description":"You get different types of errors while using the Plesk control panel, but the most common error is \u201cerror on DNS page\u201d.","twitter:image":"https:\/\/www.bodhost.com\/blog\/wp-content\/uploads\/2026\/03\/cropped-Profile-Pic.png"},"aioseo_meta_data":{"post_id":"219","title":null,"description":"You get different types of errors while using the Plesk control panel, but the most common error is \u201cerror on DNS page\u201d.","keywords":[],"keyphrases":{"focus":{"keyphrase":"DNS ","score":100,"analysis":{"keyphraseInTitle":{"score":9,"maxScore":9,"error":0},"keyphraseInDescription":{"score":9,"maxScore":9,"error":0},"keyphraseLength":{"score":9,"maxScore":9,"error":0,"length":1},"keyphraseInURL":{"score":5,"maxScore":5,"error":0},"keyphraseInIntroduction":{"score":9,"maxScore":9,"error":0},"keyphraseInSubHeadings":[],"keyphraseInImageAlt":[]}},"additional":[]},"primary_term":null,"canonical_url":null,"og_title":null,"og_description":null,"og_object_type":"default","og_image_type":"default","og_image_url":null,"og_image_width":null,"og_image_height":null,"og_image_custom_url":null,"og_image_custom_fields":null,"og_video":"","og_custom_url":null,"og_article_section":null,"og_article_tags":[],"twitter_use_og":false,"twitter_card":"default","twitter_image_type":"default","twitter_image_url":null,"twitter_image_custom_url":null,"twitter_image_custom_fields":null,"twitter_title":null,"twitter_description":null,"schema":{"blockGraphs":[],"customGraphs":[],"default":{"data":{"Article":[],"Course":[],"Dataset":[],"FAQPage":[],"Movie":[],"Person":[],"Product":[],"ProductReview":[],"Car":[],"Recipe":[],"Service":[],"SoftwareApplication":[],"WebPage":[]},"graphName":"","isEnabled":true},"graphs":[]},"schema_type":null,"schema_type_options":null,"pillar_content":false,"robots_default":true,"robots_noindex":false,"robots_noarchive":false,"robots_nosnippet":false,"robots_nofollow":false,"robots_noimageindex":false,"robots_noodp":false,"robots_notranslate":false,"robots_max_snippet":"-1","robots_max_videopreview":"-1","robots_max_imagepreview":"large","priority":null,"frequency":"default","local_seo":null,"breadcrumb_settings":null,"limit_modified_date":false,"ai":null,"created":"2021-05-18 14:24:11","updated":"2026-02-27 09:29:40","seo_analyzer_scan_date":null},"aioseo_breadcrumb":"<div class=\"aioseo-breadcrumbs\"><span class=\"aioseo-breadcrumb\">\n\t\t\t<a href=\"https:\/\/www.bodhost.com\/blog\" title=\"Home\">Home<\/a>\n\t\t<\/span><span class=\"aioseo-breadcrumb-separator\">&raquo;<\/span><span class=\"aioseo-breadcrumb\">\n\t\t\t<a href=\"https:\/\/www.bodhost.com\/blog\/category\/cms\/\" title=\"CMS\">CMS<\/a>\n\t\t<\/span><span class=\"aioseo-breadcrumb-separator\">&raquo;<\/span><span class=\"aioseo-breadcrumb\">\n\t\t\tHow To Solve DNS Page Error In Plesk?\n\t\t<\/span><\/div>","aioseo_breadcrumb_json":[{"label":"Home","link":"https:\/\/www.bodhost.com\/blog"},{"label":"CMS","link":"https:\/\/www.bodhost.com\/blog\/category\/cms\/"},{"label":"How To Solve DNS Page Error In Plesk?","link":"https:\/\/www.bodhost.com\/blog\/how-to-solve-dns-page-error-in-plesk\/"}],"_links":{"self":[{"href":"https:\/\/www.bodhost.com\/blog\/wp-json\/wp\/v2\/posts\/219","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.bodhost.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.bodhost.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.bodhost.com\/blog\/wp-json\/wp\/v2\/users\/3"}],"replies":[{"embeddable":true,"href":"https:\/\/www.bodhost.com\/blog\/wp-json\/wp\/v2\/comments?post=219"}],"version-history":[{"count":10,"href":"https:\/\/www.bodhost.com\/blog\/wp-json\/wp\/v2\/posts\/219\/revisions"}],"predecessor-version":[{"id":5028,"href":"https:\/\/www.bodhost.com\/blog\/wp-json\/wp\/v2\/posts\/219\/revisions\/5028"}],"wp:attachment":[{"href":"https:\/\/www.bodhost.com\/blog\/wp-json\/wp\/v2\/media?parent=219"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.bodhost.com\/blog\/wp-json\/wp\/v2\/categories?post=219"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.bodhost.com\/blog\/wp-json\/wp\/v2\/tags?post=219"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}