ericchen642
Forum Replies Created
-
@marcanor Your suggestion didn’t solve my problem. However, I found my only 2 table of wp_yoast_indexable and wp_yoast_migrations in database were empty. Therefore, I just removed them. After that, I de-Activated and then Activated the Yoast SEO plugin. All tables were created correctly, so there is no issue now. Anyway, thanks for your help.
@mikes41720 I got the problem. Below is the debug information. Could you help me?
WpYoastIndexable – Error executing ‘query’ with:
CREATE TABLE
wp4_yoast_indexable(idint(11) UNSIGNED auto_increment NOT NULL,permalinkmediumtext,permalink_hashvarchar(191),object_idint(11) UNSIGNED,object_typevarchar(32) NOT NULL,object_sub_typevarchar(32),author_idint(11) UNSIGNED,post_parentint(11) UNSIGNED,titlevarchar(191),descriptiontext,breadcrumb_titlevarchar(191),post_statusvarchar(191),is_publictinyint(1),is_protectedtinyint(1) DEFAULT ‘0’,has_public_poststinyint(1),number_of_pagesint(11) UNSIGNED,canonicalmediumtext,primary_focus_keywordvarchar(191),primary_focus_keyword_scoreint(3),readability_scoreint(3),is_cornerstonetinyint(1) DEFAULT ‘0’,is_robots_noindextinyint(1) DEFAULT ‘0’,is_robots_nofollowtinyint(1) DEFAULT ‘0’,is_robots_noarchivetinyint(1) DEFAULT ‘0’,is_robots_noimageindextinyint(1) DEFAULT ‘0’,is_robots_nosnippettinyint(1) DEFAULT ‘0’,twitter_titlevarchar(191),twitter_imagemediumtext,twitter_descriptionmediumtext,twitter_image_idvarchar(191),twitter_image_sourcevarchar(191),open_graph_titlevarchar(191),open_graph_descriptionmediumtext,open_graph_imagemediumtext,open_graph_image_idvarchar(191),open_graph_image_sourcevarchar(191),open_graph_image_metatext,link_countint(11),incoming_link_countint(11),prominent_words_versionint(11) UNSIGNED, PRIMARY KEY (id)) DEFAULT CHARSET=utf8;Reason: Table ‘wp4_yoast_indexable’ already exists