{"id":203,"date":"2011-10-18T17:20:12","date_gmt":"2011-10-18T16:20:12","guid":{"rendered":"https:\/\/www.uk-cheapest.co.uk\/support\/?p=203"},"modified":"2011-12-07T11:44:34","modified_gmt":"2011-12-07T11:44:34","slug":"how-to-fix-joomla-error-incorrect-key-file-for-table-jos_session-try-to-repair-it","status":"publish","type":"post","link":"https:\/\/www.uk-cheapest.co.uk\/support\/how-to-fix-joomla-error-incorrect-key-file-for-table-jos_session-try-to-repair-it\/","title":{"rendered":"How to fix Joomla error Incorrect key file for table &#8216;jos_session&#8217;; try to repair it"},"content":{"rendered":"<p><strong>Re: Error: Incorrect key file for table &#8216;jos_session&#8217;; try to repair it<\/strong><\/p>\n<p>The fact that you&#8217;ve got this error means that you are running Joomla 1.5x, under mysql4.x and have just upgraded to mysql 5.x probably without backing up your database &#8211; am I right?<\/p>\n<p>Ok, don&#8217;t worry, there is a fix. First, the problem is that mysql 4.x and Joomla 1.5 use incompatible indexing with mysql 5.x, so the upgrade would have probably updated all of your tables except for these specific Joomla files. We need to delete the old Joomla table and rebuild it.<\/p>\n<p>You need to login to Plesk and find the client account with the problem, log in to phpMyAdmin and apply the fix below by running the SQL as follows:<\/p>\n<p>===========<\/p>\n<pre>DROP TABLE `jos_components`;\r\nCREATE TABLE `jos_components` (\r\n`id` int(11) NOT NULL auto_increment,\r\n`name` varchar(50) NOT NULL default '',\r\n`link` varchar(255) NOT NULL default '',\r\n`menuid` int(11) unsigned NOT NULL default '0',\r\n`parent` int(11) unsigned NOT NULL default '0',\r\n`admin_menu_link` varchar(255) NOT NULL default '',\r\n`admin_menu_alt` varchar(255) NOT NULL default '',\r\n`option` varchar(50) NOT NULL default '',\r\n`ordering` int(11) NOT NULL default '0',\r\n`admin_menu_img` varchar(255) NOT NULL default '',\r\n`iscore` tinyint(4) NOT NULL default '0',\r\n`params` text NOT NULL,\r\n`enabled` tinyint(4) NOT NULL default '1',\r\nPRIMARY KEY  (`id`),\r\nKEY `parent_option` (`parent`, `option`(32))\r\n) TYPE=MyISAM CHARACTER SET `utf8`;\r\n\r\nINSERT INTO `jos_components` VALUES (1, 'Banners', '', 0, 0, '', 'Banner Management', 'com_banners', 0, 'js\/ThemeOffice\/component.png', 0, 'track_impressions=0\\ntrack_clicks=0\\ntag_prefix=\\n\\n', 1);\r\nINSERT INTO `jos_components` VALUES (2, 'Banners', '', 0, 1, 'option=com_banners', 'Active Banners', 'com_banners', 1, 'js\/ThemeOffice\/edit.png', 0, '', 1);\r\nINSERT INTO `jos_components` VALUES (3, 'Clients', '', 0, 1, 'option=com_banners&amp;c=client', 'Manage Clients', 'com_banners', 2, 'js\/ThemeOffice\/categories.png', 0, '', 1);\r\nINSERT INTO `jos_components` VALUES (4, 'Web Links', 'option=com_weblinks', 0, 0, '', 'Manage Weblinks', 'com_weblinks', 0, 'js\/ThemeOffice\/component.png', 0, 'show_comp_description=1\\ncomp_description=\\nshow_link_hits=1\\nshow_link_description=1\\nshow_other_cats=1\\nshow_headings=1\\nshow_page_title=1\\nlink_target=0\\nlink_icons=\\n\\n', 1);\r\nINSERT INTO `jos_components` VALUES (5, 'Links', '', 0, 4, 'option=com_weblinks', 'View existing weblinks', 'com_weblinks', 1, 'js\/ThemeOffice\/edit.png', 0, '', 1);\r\nINSERT INTO `jos_components` VALUES (6, 'Categories', '', 0, 4, 'option=com_categories&amp;section=com_weblinks', 'Manage weblink categories', '', 2, 'js\/ThemeOffice\/categories.png', 0, '', 1);\r\nINSERT INTO `jos_components` VALUES (7, 'Contacts', 'option=com_contact', 0, 0, '', 'Edit contact details', 'com_contact', 0, 'js\/ThemeOffice\/component.png', 1, 'contact_icons=0\\nicon_address=\\nicon_email=\\nicon_telephone=\\nicon_fax=\\nicon_misc=\\nshow_headings=1\\nshow_position=1\\nshow_email=0\\nshow_telephone=1\\nshow_mobile=1\\nshow_fax=1\\nbannedEmail=\\nbannedSubject=\\nbannedText=\\nsession=1\\ncustomReply=0\\n\\n', 1);\r\nINSERT INTO `jos_components` VALUES (8, 'Contacts', '', 0, 7, 'option=com_contact', 'Edit contact details', 'com_contact', 0, 'js\/ThemeOffice\/edit.png', 1, '', 1);\r\nINSERT INTO `jos_components` VALUES (9, 'Categories', '', 0, 7, 'option=com_categories&amp;section=com_contact_details', 'Manage contact categories', '', 2, 'js\/ThemeOffice\/categories.png', 1, 'contact_icons=0\\nicon_address=\\nicon_email=\\nicon_telephone=\\nicon_fax=\\nicon_misc=\\nshow_headings=1\\nshow_position=1\\nshow_email=0\\nshow_telephone=1\\nshow_mobile=1\\nshow_fax=1\\nbannedEmail=\\nbannedSubject=\\nbannedText=\\nsession=1\\ncustomReply=0\\n\\n', 1);\r\nINSERT INTO `jos_components` VALUES (10, 'Polls', 'option=com_poll', 0, 0, 'option=com_poll', 'Manage Polls', 'com_poll', 0, 'js\/ThemeOffice\/component.png', 0, '', 1);\r\nINSERT INTO `jos_components` VALUES (11, 'News Feeds', 'option=com_newsfeeds', 0, 0, '', 'News Feeds Management', 'com_newsfeeds', 0, 'js\/ThemeOffice\/component.png', 0, '', 1);\r\nINSERT INTO `jos_components` VALUES (12, 'Feeds', '', 0, 11, 'option=com_newsfeeds', 'Manage News Feeds', 'com_newsfeeds', 1, 'js\/ThemeOffice\/edit.png', 0, 'show_headings=1\\nshow_name=1\\nshow_articles=1\\nshow_link=1\\nshow_cat_description=1\\nshow_cat_items=1\\nshow_feed_image=1\\nshow_feed_description=1\\nshow_item_description=1\\nfeed_word_count=0\\n\\n', 1);\r\nINSERT INTO `jos_components` VALUES (13, 'Categories', '', 0, 11, 'option=com_categories&amp;section=com_newsfeeds', 'Manage Categories', '', 2, 'js\/ThemeOffice\/categories.png', 0, '', 1);\r\nINSERT INTO `jos_components` VALUES (14, 'User', 'option=com_user', 0, 0, '', '', 'com_user', 0, '', 1, '', 1);\r\nINSERT INTO `jos_components` VALUES (15, 'Search', 'option=com_search', 0, 0, 'option=com_search', 'Search Statistics', 'com_search', 0, 'js\/ThemeOffice\/component.png', 1, 'enabled=0\\n\\n', 1);\r\nINSERT INTO `jos_components` VALUES (16, 'Categories', '', 0, 1, 'option=com_categories&amp;section=com_banner', 'Categories', '', 3, '', 1, '', 1);\r\nINSERT INTO `jos_components` VALUES (17, 'Wrapper', 'option=com_wrapper', 0, 0, '', 'Wrapper', 'com_wrapper', 0, '', 1, '', 1);\r\nINSERT INTO `jos_components` VALUES (18, 'Mail To', '', 0, 0, '', '', 'com_mailto', 0, '', 1, '', 1);\r\nINSERT INTO `jos_components` VALUES (19, 'Media Manager', '', 0, 0, 'option=com_media', 'Media Manager', 'com_media', 0, '', 1, 'upload_extensions=bmp,csv,doc,epg,gif,ico,jpg,odg,odp,ods,odt,pdf,png,ppt,swf,txt,xcf,xls,BMP,CSV,DOC,EPG,GIF,ICO,JPG,ODG,ODP,ODS,ODT,PDF,PNG,PPT,SWF,TXT,XCF,XLS\\nupload_maxsize=10000000\\nfile_path=images\\nimage_path=images\/stories\\nrestrict_uploads=1\\ncheck_mime=1\\nimage_extensions=bmp,gif,jpg,png\\nignore_extensions=\\nupload_mime=image\/jpeg,image\/gif,image\/png,image\/bmp,application\/x-shockwave-flash,application\/msword,application\/excel,application\/pdf,application\/powerpoint,text\/plain,application\/x-zip\\nupload_mime_illegal=text\/html', 1);\r\nINSERT INTO `jos_components` VALUES (20, 'Articles', 'option=com_content', 0, 0, '', '', 'com_content', 0, '', 1, 'show_noauth=0\\nshow_title=1\\nlink_titles=0\\nshow_intro=1\\nshow_section=0\\nlink_section=0\\nshow_category=0\\nlink_category=0\\nshow_author=1\\nshow_create_date=1\\nshow_modify_date=1\\nshow_item_navigation=0\\nshow_readmore=1\\nshow_vote=0\\nshow_icons=1\\nshow_pdf_icon=1\\nshow_print_icon=1\\nshow_email_icon=1\\nshow_hits=1\\nfeed_summary=0\\n\\n', 1);\r\nINSERT INTO `jos_components` VALUES (21, 'Configuration Manager', '', 0, 0, '', 'Configuration', 'com_config', 0, '', 1, '', 1);\r\nINSERT INTO `jos_components` VALUES (22, 'Installation Manager', '', 0, 0, '', 'Installer', 'com_installer', 0, '', 1, '', 1);\r\nINSERT INTO `jos_components` VALUES (23, 'Language Manager', '', 0, 0, '', 'Languages', 'com_languages', 0, '', 1, '', 1);\r\nINSERT INTO `jos_components` VALUES (24, 'Mass mail', '', 0, 0, '', 'Mass Mail', 'com_massmail', 0, '', 1, 'mailSubjectPrefix=\\nmailBodySuffix=\\n\\n', 1);\r\nINSERT INTO `jos_components` VALUES (25, 'Menu Editor', '', 0, 0, '', 'Menu Editor', 'com_menus', 0, '', 1, '', 1);\r\nINSERT INTO `jos_components` VALUES (27, 'Messaging', '', 0, 0, '', 'Messages', 'com_messages', 0, '', 1, '', 1);\r\nINSERT INTO `jos_components` VALUES (28, 'Modules Manager', '', 0, 0, '', 'Modules', 'com_modules', 0, '', 1, '', 1);\r\nINSERT INTO `jos_components` VALUES (29, 'Plugin Manager', '', 0, 0, '', 'Plugins', 'com_plugins', 0, '', 1, '', 1);\r\nINSERT INTO `jos_components` VALUES (30, 'Template Manager', '', 0, 0, '', 'Templates', 'com_templates', 0, '', 1, '', 1);\r\nINSERT INTO `jos_components` VALUES (31, 'User Manager', '', 0, 0, '', 'Users', 'com_users', 0, '', 1, 'allowUserRegistration=1\\nnew_usertype=Registered\\nuseractivation=1\\nfrontend_userparams=1\\n\\n', 1);\r\nINSERT INTO `jos_components` VALUES (32, 'Cache Manager', '', 0, 0, '', 'Cache', 'com_cache', 0, '', 1, '', 1);\r\nINSERT INTO `jos_components` VALUES (33, 'Control Panel', '', 0, 0, '', 'Control Panel', 'com_cpanel', 0, '', 1, '', 1);\r\n\r\nDROP table `jos_core_acl_aro`;\r\nCREATE TABLE `jos_core_acl_aro` (\r\n`id` int(11) NOT NULL auto_increment,\r\n`section_value` varchar(240) NOT NULL default '0',\r\n`value` varchar(240) NOT NULL default '',\r\n`order_value` int(11) NOT NULL default '0',\r\n`name` varchar(255) NOT NULL default '',\r\n`hidden` int(11) NOT NULL default '0',\r\nPRIMARY KEY  (`id`),\r\nUNIQUE KEY `#__section_value_value_aro` (`section_value`(100),`value`(100)),\r\nKEY `#__gacl_hidden_aro` (`hidden`)\r\n) TYPE=MyISAM CHARACTER SET `utf8`;\r\n\r\nDROP table `jos_session`;\r\nCREATE TABLE `jos_session` (\r\n`username` varchar(150) default '',\r\n`time` varchar(14) default '',\r\n`session_id` varchar(200) NOT NULL default '0',\r\n`guest` tinyint(4) default '1',\r\n`userid` int(11) default '0',\r\n`usertype` varchar(50) default '',\r\n`gid` tinyint(3) unsigned NOT NULL default '0',\r\n`client_id` tinyint(3) unsigned NOT NULL default '0',\r\n`data` longtext,\r\nPRIMARY KEY  (`session_id`(64)),\r\nKEY `whosonline` (`guest`,`usertype`),\r\nKEY `userid` (`userid`),\r\nKEY `time` (`time`)\r\n) TYPE=MyISAM CHARACTER SET `utf8`;<\/pre>\n<p><em><br \/>\n<\/em><\/p>\n<p>===========<\/p>\n<p>Do this for each corrupt database. Your Joomla application will start running straight away!<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Re: Error: Incorrect key file for table &#8216;jos_session&#8217;; try to repair it The fact that you&#8217;ve got this error means that you are running Joomla 1.5x, under mysql4.x and have just upgraded to mysql 5.x probably without backing up your database &#8211; am I right? Ok, don&#8217;t worry, there is a fix. First, the problem &#8230; <a title=\"How to fix Joomla error Incorrect key file for table &#8216;jos_session&#8217;; try to repair it\" class=\"read-more\" href=\"https:\/\/www.uk-cheapest.co.uk\/support\/how-to-fix-joomla-error-incorrect-key-file-for-table-jos_session-try-to-repair-it\/\" aria-label=\"More on How to fix Joomla error Incorrect key file for table &#8216;jos_session&#8217;; try to repair it\">Read more&#8230;<\/a><\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"generate_page_header":"","footnotes":""},"categories":[166,79],"tags":[89,90,87,88,75],"class_list":["post-203","post","type-post","status-publish","format-standard","hentry","category-dedicated-servers","category-phpmyadmin-support","tag-89","tag-90","tag-joomla","tag-mysql","tag-upgrade"],"yoast_head":"<!-- This site is optimized with the Yoast SEO Premium plugin v23.4 (Yoast SEO v23.4) - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>How to fix Joomla error Incorrect key file for table &#039;jos_session&#039;; try to repair it - UK-Cheapest.co.uk<\/title>\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.uk-cheapest.co.uk\/support\/how-to-fix-joomla-error-incorrect-key-file-for-table-jos_session-try-to-repair-it\/\" \/>\n<meta property=\"og:locale\" content=\"en_GB\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"How to fix Joomla error Incorrect key file for table &#039;jos_session&#039;; try to repair it\" \/>\n<meta property=\"og:description\" content=\"Re: Error: Incorrect key file for table &#8216;jos_session&#8217;; try to repair it The fact that you&#8217;ve got this error means that you are running Joomla 1.5x, under mysql4.x and have just upgraded to mysql 5.x probably without backing up your database &#8211; am I right? Ok, don&#8217;t worry, there is a fix. First, the problem ... Read more...\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.uk-cheapest.co.uk\/support\/how-to-fix-joomla-error-incorrect-key-file-for-table-jos_session-try-to-repair-it\/\" \/>\n<meta property=\"og:site_name\" content=\"UK-Cheapest.co.uk\" \/>\n<meta property=\"article:published_time\" content=\"2011-10-18T16:20:12+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2011-12-07T11:44:34+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/www.uk-cheapest.co.uk\/support\/wp-content\/uploads\/2023\/12\/IMG_3064.jpeg\" \/>\n\t<meta property=\"og:image:width\" content=\"768\" \/>\n\t<meta property=\"og:image:height\" content=\"439\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"author\" content=\"admin\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@ukchelpdesk\" \/>\n<meta name=\"twitter:site\" content=\"@ukchelpdesk\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"admin\" \/>\n\t<meta name=\"twitter:label2\" content=\"Estimated reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"6 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/www.uk-cheapest.co.uk\/support\/how-to-fix-joomla-error-incorrect-key-file-for-table-jos_session-try-to-repair-it\/\",\"url\":\"https:\/\/www.uk-cheapest.co.uk\/support\/how-to-fix-joomla-error-incorrect-key-file-for-table-jos_session-try-to-repair-it\/\",\"name\":\"How to fix Joomla error Incorrect key file for table 'jos_session'; try to repair it - UK-Cheapest.co.uk\",\"isPartOf\":{\"@id\":\"https:\/\/www.uk-cheapest.co.uk\/support\/#website\"},\"breadcrumb\":{\"@id\":\"https:\/\/www.uk-cheapest.co.uk\/support\/how-to-fix-joomla-error-incorrect-key-file-for-table-jos_session-try-to-repair-it\/#breadcrumb\"},\"inLanguage\":\"en-GB\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/www.uk-cheapest.co.uk\/support\/how-to-fix-joomla-error-incorrect-key-file-for-table-jos_session-try-to-repair-it\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/www.uk-cheapest.co.uk\/support\/how-to-fix-joomla-error-incorrect-key-file-for-table-jos_session-try-to-repair-it\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"UK-Cheapest.co.uk\",\"item\":\"https:\/\/www.uk-cheapest.co.uk\/support\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"How to fix Joomla error Incorrect key file for table &#8216;jos_session&#8217;; try to repair it\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/www.uk-cheapest.co.uk\/support\/#website\",\"url\":\"https:\/\/www.uk-cheapest.co.uk\/support\/\",\"name\":\"UK-Cheapest.co.uk\",\"description\":\"Cheap Domain Names, Web Hosting, Site Builder &amp; Web Security\",\"publisher\":{\"@id\":\"https:\/\/www.uk-cheapest.co.uk\/support\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/www.uk-cheapest.co.uk\/support\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-GB\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/www.uk-cheapest.co.uk\/support\/#organization\",\"name\":\"UKC\",\"url\":\"https:\/\/www.uk-cheapest.co.uk\/support\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-GB\",\"@id\":\"https:\/\/www.uk-cheapest.co.uk\/support\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/www.uk-cheapest.co.uk\/support\/wp-content\/uploads\/2023\/12\/Screenshot-2023-12-14-at-17.40.07.png\",\"contentUrl\":\"https:\/\/www.uk-cheapest.co.uk\/support\/wp-content\/uploads\/2023\/12\/Screenshot-2023-12-14-at-17.40.07.png\",\"width\":217,\"height\":55,\"caption\":\"UKC\"},\"image\":{\"@id\":\"https:\/\/www.uk-cheapest.co.uk\/support\/#\/schema\/logo\/image\/\"},\"sameAs\":[\"https:\/\/x.com\/ukchelpdesk\",\"https:\/\/www.instagram.com\/ukc_hosting\/\"]},{\"@type\":\"Person\",\"@id\":\"https:\/\/www.uk-cheapest.co.uk\/support\/#\/schema\/person\/edbb499d8be140bda5662168e10fa4e3\",\"name\":\"admin\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-GB\",\"@id\":\"https:\/\/www.uk-cheapest.co.uk\/support\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/26922232c5b853e76cef04fc243d8c8b?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/26922232c5b853e76cef04fc243d8c8b?s=96&d=mm&r=g\",\"caption\":\"admin\"},\"url\":\"https:\/\/www.uk-cheapest.co.uk\/support\/author\/admin\/\"}]}<\/script>\n<!-- \/ Yoast SEO Premium plugin. -->","yoast_head_json":{"title":"How to fix Joomla error Incorrect key file for table 'jos_session'; try to repair it - UK-Cheapest.co.uk","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.uk-cheapest.co.uk\/support\/how-to-fix-joomla-error-incorrect-key-file-for-table-jos_session-try-to-repair-it\/","og_locale":"en_GB","og_type":"article","og_title":"How to fix Joomla error Incorrect key file for table 'jos_session'; try to repair it","og_description":"Re: Error: Incorrect key file for table &#8216;jos_session&#8217;; try to repair it The fact that you&#8217;ve got this error means that you are running Joomla 1.5x, under mysql4.x and have just upgraded to mysql 5.x probably without backing up your database &#8211; am I right? Ok, don&#8217;t worry, there is a fix. First, the problem ... Read more...","og_url":"https:\/\/www.uk-cheapest.co.uk\/support\/how-to-fix-joomla-error-incorrect-key-file-for-table-jos_session-try-to-repair-it\/","og_site_name":"UK-Cheapest.co.uk","article_published_time":"2011-10-18T16:20:12+00:00","article_modified_time":"2011-12-07T11:44:34+00:00","og_image":[{"width":768,"height":439,"url":"https:\/\/www.uk-cheapest.co.uk\/support\/wp-content\/uploads\/2023\/12\/IMG_3064.jpeg","type":"image\/jpeg"}],"author":"admin","twitter_card":"summary_large_image","twitter_creator":"@ukchelpdesk","twitter_site":"@ukchelpdesk","twitter_misc":{"Written by":"admin","Estimated reading time":"6 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/www.uk-cheapest.co.uk\/support\/how-to-fix-joomla-error-incorrect-key-file-for-table-jos_session-try-to-repair-it\/","url":"https:\/\/www.uk-cheapest.co.uk\/support\/how-to-fix-joomla-error-incorrect-key-file-for-table-jos_session-try-to-repair-it\/","name":"How to fix Joomla error Incorrect key file for table 'jos_session'; try to repair it - UK-Cheapest.co.uk","isPartOf":{"@id":"https:\/\/www.uk-cheapest.co.uk\/support\/#website"},"breadcrumb":{"@id":"https:\/\/www.uk-cheapest.co.uk\/support\/how-to-fix-joomla-error-incorrect-key-file-for-table-jos_session-try-to-repair-it\/#breadcrumb"},"inLanguage":"en-GB","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.uk-cheapest.co.uk\/support\/how-to-fix-joomla-error-incorrect-key-file-for-table-jos_session-try-to-repair-it\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/www.uk-cheapest.co.uk\/support\/how-to-fix-joomla-error-incorrect-key-file-for-table-jos_session-try-to-repair-it\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"UK-Cheapest.co.uk","item":"https:\/\/www.uk-cheapest.co.uk\/support\/"},{"@type":"ListItem","position":2,"name":"How to fix Joomla error Incorrect key file for table &#8216;jos_session&#8217;; try to repair it"}]},{"@type":"WebSite","@id":"https:\/\/www.uk-cheapest.co.uk\/support\/#website","url":"https:\/\/www.uk-cheapest.co.uk\/support\/","name":"UK-Cheapest.co.uk","description":"Cheap Domain Names, Web Hosting, Site Builder &amp; Web Security","publisher":{"@id":"https:\/\/www.uk-cheapest.co.uk\/support\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.uk-cheapest.co.uk\/support\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-GB"},{"@type":"Organization","@id":"https:\/\/www.uk-cheapest.co.uk\/support\/#organization","name":"UKC","url":"https:\/\/www.uk-cheapest.co.uk\/support\/","logo":{"@type":"ImageObject","inLanguage":"en-GB","@id":"https:\/\/www.uk-cheapest.co.uk\/support\/#\/schema\/logo\/image\/","url":"https:\/\/www.uk-cheapest.co.uk\/support\/wp-content\/uploads\/2023\/12\/Screenshot-2023-12-14-at-17.40.07.png","contentUrl":"https:\/\/www.uk-cheapest.co.uk\/support\/wp-content\/uploads\/2023\/12\/Screenshot-2023-12-14-at-17.40.07.png","width":217,"height":55,"caption":"UKC"},"image":{"@id":"https:\/\/www.uk-cheapest.co.uk\/support\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/x.com\/ukchelpdesk","https:\/\/www.instagram.com\/ukc_hosting\/"]},{"@type":"Person","@id":"https:\/\/www.uk-cheapest.co.uk\/support\/#\/schema\/person\/edbb499d8be140bda5662168e10fa4e3","name":"admin","image":{"@type":"ImageObject","inLanguage":"en-GB","@id":"https:\/\/www.uk-cheapest.co.uk\/support\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/26922232c5b853e76cef04fc243d8c8b?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/26922232c5b853e76cef04fc243d8c8b?s=96&d=mm&r=g","caption":"admin"},"url":"https:\/\/www.uk-cheapest.co.uk\/support\/author\/admin\/"}]}},"_links":{"self":[{"href":"https:\/\/www.uk-cheapest.co.uk\/support\/wp-json\/wp\/v2\/posts\/203"}],"collection":[{"href":"https:\/\/www.uk-cheapest.co.uk\/support\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.uk-cheapest.co.uk\/support\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.uk-cheapest.co.uk\/support\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.uk-cheapest.co.uk\/support\/wp-json\/wp\/v2\/comments?post=203"}],"version-history":[{"count":7,"href":"https:\/\/www.uk-cheapest.co.uk\/support\/wp-json\/wp\/v2\/posts\/203\/revisions"}],"predecessor-version":[{"id":1130,"href":"https:\/\/www.uk-cheapest.co.uk\/support\/wp-json\/wp\/v2\/posts\/203\/revisions\/1130"}],"wp:attachment":[{"href":"https:\/\/www.uk-cheapest.co.uk\/support\/wp-json\/wp\/v2\/media?parent=203"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.uk-cheapest.co.uk\/support\/wp-json\/wp\/v2\/categories?post=203"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.uk-cheapest.co.uk\/support\/wp-json\/wp\/v2\/tags?post=203"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}