{"id":2521,"date":"2013-03-25T18:07:38","date_gmt":"2013-03-25T22:07:38","guid":{"rendered":"https:\/\/www.inmotionhosting.com\/support\/2013\/03\/25\/305-database-errors\/"},"modified":"2022-03-11T10:57:53","modified_gmt":"2022-03-11T15:57:53","slug":"database-errors-php-fusion","status":"publish","type":"post","link":"https:\/\/www.inmotionhosting.com\/support\/edu\/php-fusion\/database-errors-php-fusion\/","title":{"rendered":"Dealing with Database Errors in PHP-Fusion"},"content":{"rendered":"<p>Occasionally, there is the need to move or migrate a PHP-Fusion installation.  With the move there is a risk of getting the information for the database server set incorrectly, or there might be a problem with the SQL server.  The following article describes the database errors that you may see when encountering these issues with a PHP-Fusion installation.<\/p>\n<h2>Understanding Database Errors in PHP-Fusion<\/h2>\n<h4>Database Connection Errors<\/h4>\n<p>Database Connection errors differ from authorization errors in that the error specifically states that it cannot connect through the network services used to connect to the database.  Here\u2019s an example of a connection error: <br> <a href=\"\/support\/wp-content\/uploads\/2013\/03\/edu_php-fusion_dberrors_db-service-not-avail.png\" rel=\"lightbox-0\"><img decoding=\"async\" width=\"609\" height=\"99\" src=\"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2013\/03\/edu_php-fusion_dberrors_db-service-not-avail.png\" class=\"optimized-lcp-image\" alt=\"Database Server not available.\" loading=\"eager\" fetchpriority=\"high\" sizes=\"(max-width: 768px) 100vw, 768px\" srcset=\"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2013\/03\/edu_php-fusion_dberrors_db-service-not-avail.png 609w, https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2013\/03\/edu_php-fusion_dberrors_db-service-not-avail-300x49.png 300w\"><\/a><\/p>\n<div style=\"clear:both;\"><\/div>\n<p><\/p>\n<p>This can mean that the database server is down and not running or the network connection is not allowing a connection server.  Note that the database connection service is not operational is different from the server not running. This is also different from having the incorrect database information in the configuration file being unable to connect to the server \u2013 an authorization issue that is related database user name, password or database name issues.<\/p>\n<p><strong>How do I tell if my MYSQL server is not working?<\/strong><\/p>\n<p> <em>Checking a VPS or Dedicated Server<\/em><\/p>\n<p>The status of a MYSQL server can be directly determined only if you have access to the Web Host Manager (WHM) or <em><a href=\"\/support\/\">root access <\/a><\/em> to the server via a terminal client.  Access to these options are only going to be available with a VPS or Dedicated server.  When you have access to the secure shell terminal, the status messages for the server will look like this:<\/p>\n<p>This error indicates that the service is running:<\/p>\n<p><a href=\"\/support\/wp-content\/uploads\/2013\/03\/edu_php-fusion_dberrors_vps-status-running.png\" rel=\"lightbox-0\"><img decoding=\"async\" alt=\"VPS or dedicated message showing that MYSQL service.\" class=\"std_ss\" src=\"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2013\/03\/edu_php-fusion_dberrors_vps-status-running.png\"><\/a><\/p>\n<div style=\"clear:both;\"><\/div>\n<p>This error indicates that service is not running or service is unavailable:<\/p>\n<p><a href=\"\/support\/wp-content\/uploads\/2013\/03\/edu_php-fusion_dberrors_vps-error-not-running.png\" rel=\"lightbox-0\"><img decoding=\"async\" alt=\"VPS or dedicated message showing that MYSQL service.\" class=\"std_ss\" src=\"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2013\/03\/edu_php-fusion_dberrors_vps-error-not-running.png\"><\/a><\/p>\n<div style=\"clear:both;\"><\/div>\n<p>If you are in the Web Host Manager (WHM), then you can also check Services to see if MYSQL services have been selected or phpMyAdmin to see if it will make a connection.  If phpMyAdmin generates an error, then the mySQL service is not running. For more information on seeing if your SQL server is running, go to the article named <a href=\"\/support\/website\/is-mysql-available\/\">Database connection error<\/a>, or contact our Live Technical Support team available 24\/7.<\/p>\n<p><\/p>\n<p><em>Checking a Shared Server<\/em><\/p>\n<p>If you are on a shared server, you can also check the status of your server by simply looking at either the MySQL Database icon or by clicking on the phpMyAdmin service.  If the service is not connected, then you will see an error appear (regardless of the login information that you use).<\/p>\n<h4>Database Connection Errors Caused by Database Authorization Errors <\/h4>\n<p>Authorization errrors are different from connection errors in that they specifically have to do with the incorrect database user, database password or database name being used in the parameters to connect to the database server.  Here are some of the error messages that you may see:<\/p>\n<div><a href=\"\/support\/wp-content\/uploads\/2013\/03\/edu_php-fusion_dberrors_wrong-db.png\" rel=\"lightbox-0\"><img decoding=\"async\" alt=\"Unable to select database \" class=\"std_ss\" src=\"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2013\/03\/edu_php-fusion_dberrors_wrong-db.png\"><\/a>\n<div style=\"clear:both;\"><\/div>\n<\/div>\n<p><\/p>\n<div><a href=\"\/support\/wp-content\/uploads\/2013\/03\/edu_php-fusion_dberrors_wrong-user.png\" rel=\"lightbox-0\"><img decoding=\"async\" alt=\"Unable to establish connection\" class=\"std_ss\" src=\"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2013\/03\/edu_php-fusion_dberrors_wrong-user.png\"><\/a>\n<div style=\"clear:both;\"><\/div>\n<\/div>\n<p>      These type of errors are easily corrected if you have access to <em>config.php<\/em> file.  The following directions take you through editing the values in the <em>config.php<\/em> file using the Cpanel File Manager):    <\/p>\n<ol class=\"article_list\">\n<li><a href=\"\/support\/edu\/cpanel\/how-to-log-into-cpanel\/\">Log into cPanel<\/a>\n<div style=\"clear:both;\"><\/div>\n<\/li>\n<li>Scroll down the Files section and Click on the <strong>FILE MANAGER<\/strong> icon.\n<div style=\"clear:both;\"><\/div>\n<\/li>\n<li>Navigate in the File Manager until you get to the root of the PHP-Fusion installation files.  Scroll down the list of files until youFind the <em> CONFIG.PHP<\/em>.  Click to highlight the <em>CONFIG.PHP<\/em> file, then click on <strong>CODE EDIT<\/strong> in the top of the File Manager.\n<div style=\"clear:both;\"><\/div>\n<\/li>\n<li><a href=\"\/support\/wp-content\/uploads\/2013\/03\/edu_php-fusion_dberrors_config-php-file.png\" rel=\"lightbox-0\"><img decoding=\"async\" align=\"right\" alt=\"Edit the Config File\" class=\"std_ss\" src=\"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2013\/03\/edu_php-fusion_dberrors_config-php-file.png\" style=\"float: right; margin: 0px 0px 15px 15px;\" width=\"200\"><\/a>\n<div style=\"clear:both;\"><\/div>\n<p>When you edit the file you will be looking for all the database parameters to make sure that they are correct.  These parameters include:  database host (db_host), database user name (db_user), database password (db_pass), and the database name (db_name).  If any of these parameters are misspelled or incorrect, then a database error will occur. <\/p>\n<div style=\"clear:both;\"><\/div>\n<\/li>\n<li>Click on <strong>SAVE CHANGES<\/strong> in the top right hand corner to save any changes you may have made with the <em>CONFIG.PHP<\/em> file.\n<div style=\"clear:both;\"><\/div>\n<\/li>\n<\/ol>\n<p> <\/p>\n<p>Database errors can appear mysterious and probably frightening to any novice who has not had much exposure to the way the PHP-Fusion (or any other database-backed program) works.  However, with a little understanding of the helpful error messages, the problem can most likely be rapidly fixed.  If you require assistance with checking on your database server or if you must make changes, please do not hesitate to contact the InMotion Hosting Technical Support team available 24\/7.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Occasionally, there is the need to move or migrate a PHP-Fusion installation. With the move there is a risk of getting the information for the database server set incorrectly, or there might be a problem with the SQL server. The following article describes the database errors that you may see when encountering these issues with<a class=\"moretag\" href=\"https:\/\/www.inmotionhosting.com\/support\/edu\/php-fusion\/database-errors-php-fusion\/\"> Read More ><\/a><\/p>\n","protected":false},"author":7,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":false,"_jetpack_memberships_contains_paid_content":false,"footnotes":""},"categories":[109],"tags":[],"class_list":["post-2521","post","type-post","status-publish","format-standard","hentry","category-php-fusion"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.1.1 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Dealing with Database Errors in PHP-Fusion | InMotion Hosting<\/title>\n<meta name=\"description\" content=\"PHP-Fusion uses a MYSQL database. Occasionally, there might be an issue with database connection that can happen due to a SQL server issue, or due to login issues. The following article describes the errors you may see in these cases.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/www.inmotionhosting.com\/support\/edu\/php-fusion\/database-errors-php-fusion\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Dealing with Database Errors in PHP-Fusion | InMotion Hosting\" \/>\n<meta property=\"og:description\" content=\"PHP-Fusion uses a MYSQL database. Occasionally, there might be an issue with database connection that can happen due to a SQL server issue, or due to login issues. The following article describes the errors you may see in these cases.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.inmotionhosting.com\/support\/edu\/php-fusion\/database-errors-php-fusion\/\" \/>\n<meta property=\"og:site_name\" content=\"InMotion Hosting Support Center\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/inmotionhosting\/\" \/>\n<meta property=\"article:published_time\" content=\"2013-03-25T22:07:38+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2022-03-11T15:57:53+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2013\/03\/edu_php-fusion_dberrors_db-service-not-avail.png\" \/>\n<meta name=\"author\" content=\"InMotion Hosting Contributor\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@https:\/\/twitter.com\/InMotionHosting\" \/>\n<meta name=\"twitter:site\" content=\"@InMotionHosting\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"InMotion Hosting Contributor\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"4 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/edu\/php-fusion\/database-errors-php-fusion\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/edu\/php-fusion\/database-errors-php-fusion\/\"},\"author\":{\"name\":\"InMotion Hosting Contributor\",\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/#\/schema\/person\/8d626175dd3b70ee90a172bdb09a460b\"},\"headline\":\"Dealing with Database Errors in PHP-Fusion\",\"datePublished\":\"2013-03-25T22:07:38+00:00\",\"dateModified\":\"2022-03-11T15:57:53+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/edu\/php-fusion\/database-errors-php-fusion\/\"},\"wordCount\":718,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/#organization\"},\"image\":{\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/edu\/php-fusion\/database-errors-php-fusion\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2013\/03\/edu_php-fusion_dberrors_db-service-not-avail.png\",\"articleSection\":[\"PHP-Fusion\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/www.inmotionhosting.com\/support\/edu\/php-fusion\/database-errors-php-fusion\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/edu\/php-fusion\/database-errors-php-fusion\/\",\"url\":\"https:\/\/www.inmotionhosting.com\/support\/edu\/php-fusion\/database-errors-php-fusion\/\",\"name\":\"Dealing with Database Errors in PHP-Fusion | InMotion Hosting\",\"isPartOf\":{\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/edu\/php-fusion\/database-errors-php-fusion\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/edu\/php-fusion\/database-errors-php-fusion\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2013\/03\/edu_php-fusion_dberrors_db-service-not-avail.png\",\"datePublished\":\"2013-03-25T22:07:38+00:00\",\"dateModified\":\"2022-03-11T15:57:53+00:00\",\"description\":\"PHP-Fusion uses a MYSQL database. Occasionally, there might be an issue with database connection that can happen due to a SQL server issue, or due to login issues. The following article describes the errors you may see in these cases.\",\"breadcrumb\":{\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/edu\/php-fusion\/database-errors-php-fusion\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/www.inmotionhosting.com\/support\/edu\/php-fusion\/database-errors-php-fusion\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/edu\/php-fusion\/database-errors-php-fusion\/#primaryimage\",\"url\":\"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2013\/03\/edu_php-fusion_dberrors_db-service-not-avail.png\",\"contentUrl\":\"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2013\/03\/edu_php-fusion_dberrors_db-service-not-avail.png\",\"width\":609,\"height\":99,\"caption\":\"Database Server not available.\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/edu\/php-fusion\/database-errors-php-fusion\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/www.inmotionhosting.com\/support\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Dealing with Database Errors in PHP-Fusion\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/#website\",\"url\":\"https:\/\/www.inmotionhosting.com\/support\/\",\"name\":\"InMotion Hosting Support Center\",\"description\":\"Web Hosting Support &amp; Tutorials\",\"publisher\":{\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/www.inmotionhosting.com\/support\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/#organization\",\"name\":\"InMotion Hosting\",\"url\":\"https:\/\/www.inmotionhosting.com\/support\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2023\/02\/inmotion-hosting-logo-yoast.jpg\",\"contentUrl\":\"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2023\/02\/inmotion-hosting-logo-yoast.jpg\",\"width\":696,\"height\":696,\"caption\":\"InMotion Hosting\"},\"image\":{\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/#\/schema\/logo\/image\/\"},\"sameAs\":[\"https:\/\/www.facebook.com\/inmotionhosting\/\",\"https:\/\/x.com\/InMotionHosting\"]},{\"@type\":\"Person\",\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/#\/schema\/person\/8d626175dd3b70ee90a172bdb09a460b\",\"name\":\"InMotion Hosting Contributor\",\"description\":\"InMotion Hosting contributors are highly knowledgeable individuals who create relevant content on new trends and troubleshooting techniques to help you achieve your online goals!\",\"sameAs\":[\"https:\/\/www.linkedin.com\/company\/inmotion-hosting\/\",\"https:\/\/x.com\/https:\/\/twitter.com\/InMotionHosting\"],\"url\":\"https:\/\/www.inmotionhosting.com\/support\/author\/arn\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Dealing with Database Errors in PHP-Fusion | InMotion Hosting","description":"PHP-Fusion uses a MYSQL database. Occasionally, there might be an issue with database connection that can happen due to a SQL server issue, or due to login issues. The following article describes the errors you may see in these cases.","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/www.inmotionhosting.com\/support\/edu\/php-fusion\/database-errors-php-fusion\/","og_locale":"en_US","og_type":"article","og_title":"Dealing with Database Errors in PHP-Fusion | InMotion Hosting","og_description":"PHP-Fusion uses a MYSQL database. Occasionally, there might be an issue with database connection that can happen due to a SQL server issue, or due to login issues. The following article describes the errors you may see in these cases.","og_url":"https:\/\/www.inmotionhosting.com\/support\/edu\/php-fusion\/database-errors-php-fusion\/","og_site_name":"InMotion Hosting Support Center","article_publisher":"https:\/\/www.facebook.com\/inmotionhosting\/","article_published_time":"2013-03-25T22:07:38+00:00","article_modified_time":"2022-03-11T15:57:53+00:00","og_image":[{"url":"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2013\/03\/edu_php-fusion_dberrors_db-service-not-avail.png","type":"","width":"","height":""}],"author":"InMotion Hosting Contributor","twitter_card":"summary_large_image","twitter_creator":"@https:\/\/twitter.com\/InMotionHosting","twitter_site":"@InMotionHosting","twitter_misc":{"Written by":"InMotion Hosting Contributor","Est. reading time":"4 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/www.inmotionhosting.com\/support\/edu\/php-fusion\/database-errors-php-fusion\/#article","isPartOf":{"@id":"https:\/\/www.inmotionhosting.com\/support\/edu\/php-fusion\/database-errors-php-fusion\/"},"author":{"name":"InMotion Hosting Contributor","@id":"https:\/\/www.inmotionhosting.com\/support\/#\/schema\/person\/8d626175dd3b70ee90a172bdb09a460b"},"headline":"Dealing with Database Errors in PHP-Fusion","datePublished":"2013-03-25T22:07:38+00:00","dateModified":"2022-03-11T15:57:53+00:00","mainEntityOfPage":{"@id":"https:\/\/www.inmotionhosting.com\/support\/edu\/php-fusion\/database-errors-php-fusion\/"},"wordCount":718,"commentCount":0,"publisher":{"@id":"https:\/\/www.inmotionhosting.com\/support\/#organization"},"image":{"@id":"https:\/\/www.inmotionhosting.com\/support\/edu\/php-fusion\/database-errors-php-fusion\/#primaryimage"},"thumbnailUrl":"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2013\/03\/edu_php-fusion_dberrors_db-service-not-avail.png","articleSection":["PHP-Fusion"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/www.inmotionhosting.com\/support\/edu\/php-fusion\/database-errors-php-fusion\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/www.inmotionhosting.com\/support\/edu\/php-fusion\/database-errors-php-fusion\/","url":"https:\/\/www.inmotionhosting.com\/support\/edu\/php-fusion\/database-errors-php-fusion\/","name":"Dealing with Database Errors in PHP-Fusion | InMotion Hosting","isPartOf":{"@id":"https:\/\/www.inmotionhosting.com\/support\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.inmotionhosting.com\/support\/edu\/php-fusion\/database-errors-php-fusion\/#primaryimage"},"image":{"@id":"https:\/\/www.inmotionhosting.com\/support\/edu\/php-fusion\/database-errors-php-fusion\/#primaryimage"},"thumbnailUrl":"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2013\/03\/edu_php-fusion_dberrors_db-service-not-avail.png","datePublished":"2013-03-25T22:07:38+00:00","dateModified":"2022-03-11T15:57:53+00:00","description":"PHP-Fusion uses a MYSQL database. Occasionally, there might be an issue with database connection that can happen due to a SQL server issue, or due to login issues. The following article describes the errors you may see in these cases.","breadcrumb":{"@id":"https:\/\/www.inmotionhosting.com\/support\/edu\/php-fusion\/database-errors-php-fusion\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.inmotionhosting.com\/support\/edu\/php-fusion\/database-errors-php-fusion\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.inmotionhosting.com\/support\/edu\/php-fusion\/database-errors-php-fusion\/#primaryimage","url":"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2013\/03\/edu_php-fusion_dberrors_db-service-not-avail.png","contentUrl":"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2013\/03\/edu_php-fusion_dberrors_db-service-not-avail.png","width":609,"height":99,"caption":"Database Server not available."},{"@type":"BreadcrumbList","@id":"https:\/\/www.inmotionhosting.com\/support\/edu\/php-fusion\/database-errors-php-fusion\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.inmotionhosting.com\/support\/"},{"@type":"ListItem","position":2,"name":"Dealing with Database Errors in PHP-Fusion"}]},{"@type":"WebSite","@id":"https:\/\/www.inmotionhosting.com\/support\/#website","url":"https:\/\/www.inmotionhosting.com\/support\/","name":"InMotion Hosting Support Center","description":"Web Hosting Support &amp; Tutorials","publisher":{"@id":"https:\/\/www.inmotionhosting.com\/support\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.inmotionhosting.com\/support\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/www.inmotionhosting.com\/support\/#organization","name":"InMotion Hosting","url":"https:\/\/www.inmotionhosting.com\/support\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.inmotionhosting.com\/support\/#\/schema\/logo\/image\/","url":"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2023\/02\/inmotion-hosting-logo-yoast.jpg","contentUrl":"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2023\/02\/inmotion-hosting-logo-yoast.jpg","width":696,"height":696,"caption":"InMotion Hosting"},"image":{"@id":"https:\/\/www.inmotionhosting.com\/support\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/inmotionhosting\/","https:\/\/x.com\/InMotionHosting"]},{"@type":"Person","@id":"https:\/\/www.inmotionhosting.com\/support\/#\/schema\/person\/8d626175dd3b70ee90a172bdb09a460b","name":"InMotion Hosting Contributor","description":"InMotion Hosting contributors are highly knowledgeable individuals who create relevant content on new trends and troubleshooting techniques to help you achieve your online goals!","sameAs":["https:\/\/www.linkedin.com\/company\/inmotion-hosting\/","https:\/\/x.com\/https:\/\/twitter.com\/InMotionHosting"],"url":"https:\/\/www.inmotionhosting.com\/support\/author\/arn\/"}]}},"jetpack_featured_media_url":"","jetpack_sharing_enabled":true,"primary_category":null,"_links":{"self":[{"href":"https:\/\/www.inmotionhosting.com\/support\/wp-json\/wp\/v2\/posts\/2521","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.inmotionhosting.com\/support\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.inmotionhosting.com\/support\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.inmotionhosting.com\/support\/wp-json\/wp\/v2\/users\/7"}],"replies":[{"embeddable":true,"href":"https:\/\/www.inmotionhosting.com\/support\/wp-json\/wp\/v2\/comments?post=2521"}],"version-history":[{"count":3,"href":"https:\/\/www.inmotionhosting.com\/support\/wp-json\/wp\/v2\/posts\/2521\/revisions"}],"predecessor-version":[{"id":95020,"href":"https:\/\/www.inmotionhosting.com\/support\/wp-json\/wp\/v2\/posts\/2521\/revisions\/95020"}],"wp:attachment":[{"href":"https:\/\/www.inmotionhosting.com\/support\/wp-json\/wp\/v2\/media?parent=2521"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.inmotionhosting.com\/support\/wp-json\/wp\/v2\/categories?post=2521"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.inmotionhosting.com\/support\/wp-json\/wp\/v2\/tags?post=2521"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}