SEO Premium install: SQL errors
-
WP 4.9.7
I just purchased SEO Redirection Premium, installed, activated, went to Settings.These SQL errors are presented below.
How do I fix this?WordPress database error: [Unknown column ‘cat’ in ‘where clause’]
select count(*) as cnt from
wp_WP_SEO_Redirectionwhere cat=’link’ and grpID=1
select count(*) as cnt fromwp_WP_SEO_Redirectionwhere cat=’link’ and grpID=2
select count(*) as cnt fromwp_WP_SEO_Redirectionwhere cat=’link’ and grpID=3
select count(*) as cnt from wp_WP_SEO_Redirection where cat=’link’ and blog=’1′ and redirect_from_type <> ‘Replace’ order by ID desc
select ID, redirect_from, redirect_from_type, enabled, redirect_to, redirect_to_type, redirect_type, (SELECT count(ID) FROM wp_WP_SEO_Redirection_LOG whererfrom= redirect_from andrto= redirect_to ) as redirect_hits, (SELECTctimeFROM wp_WP_SEO_Redirection_LOG whererfrom= redirect_from andrto= redirect_to order byctimedesc limit 1) as redirect_last_access from wp_WP_SEO_Redirection where cat=’link’ and blog=’1′ and redirect_from_type <> ‘Replace’ order by ID desc limit 0,10WordPress database error: [Unknown column ‘blog’ in ‘where clause’]
delete from wp_WP_SEO_404_links where blog=’1′ and link=’blog.sohnen-moe.com/’WordPress database error: [Unknown column ‘blog’ in ‘where clause’]
select redirect_from from wp_WP_SEO_Redirection where blog=’1′ and redirect_from=’blog.sohnen-moe.com/’ and cat=’link’WordPress database error: [Unknown column ‘grpID’ in ‘field list’]
insert into wp_WP_SEO_Redirection(enabled,grpID,redirect_from_type,redirect_from_folder_settings,redirect_from_subfolders,redirect_to_type,redirect_to_folder_settings,redirect_type,redirect_from,redirect_to,cat,regex,blog) values(‘1′,’1′,’EndWith’,’1′,’0′,’Page’,”,’301′,’blog.sohnen-moe.com/’,’/blog/’,’link’,’^.*blog\\.sohnen\\-moe\\.com\\/$’,’1′)
The topic ‘SEO Premium install: SQL errors’ is closed to new replies.