Still unable to create the database tables
-
I still got a lot of this kind of messages in my error log?
Backend log: WordPress databasefout Table ‘wp_yoast_indexable’ already exists bij query CREATE TABLE
wp_yoast_indexable
(\nid
int(11) UNSIGNED auto_increment NOT NULL,\npermalink
mediumtext,\npermalink_hash
varchar(191),\nobject_id
int(11) UNSIGNED,\nobject_type
varchar(32) NOT NULL,\nobject_sub_type
varchar(32),\nauthor_id
int(11) UNSIGNED,\npost_parent
int(11) UNSIGNED,\ntitle
varchar(191),\ndescription
text,\nbreadcrumb_title
varchar(191),\npost_status
varchar(191),\nis_public
tinyint(1),\nis_protected
tinyint(1) DEFAULT ‘0’,\nhas_public_posts
tinyint(1),\nnumber_of_pages
int(11) UNSIGNED,\ncanonical
mediumtext,\nprimary_focus_keyword
varchar(191),\nprimary_focus_keyword_score
int(3),\nreadability_score
int(3),\nis_cornerstone
tinyint(1) DEFAULT ‘0’,\nis_robots_noindex
tinyint(1) DEFAULT ‘0’,\nis_robots_nofollow
tinyint(1) DEFAULT ‘0’,\nis_robots_noarchive
tinyint(1) DEFAULT ‘0’,\nis_robots_noimageindex
tinyint(1) DEFAULT ‘0’,\nis_robots_nosnippet
tinyint(1) DEFAULT ‘0’,\ntwitter_title
varchar(191),\ntwitter_image
mediumtext,\ntwitter_description
mediumtext,\ntwitter_image_id
varchar(191),\ntwitter_image_source
varchar(191),\nopen_graph_title
varchar(191),\nopen_graph_description
mediumtext,\nopen_graph_image
mediumtext,\nopen_graph_image_id
varchar(191),\nopen_graph_image_source
Is there a solution for this problem?
- The topic ‘Still unable to create the database tables’ is closed to new replies.