Solved Unknown Column 'xs_seo' Error

sevenmix

Licensed
Licensed
User Upgrade Duration
SEO Optimization
Joined
Apr 30, 2020
Messages
1
Reaction score
0
Hi there,

I am experiencing an issue with your SEO addon for XenForo. I have encountered an error that seems to be related to the 'xs_seo' column. Here is the specific part of the error message:

XF\Db\Exception: MySQL statement prepare error [1054]: Unknown column 'xs_seo' in 'field list' src/XF/Db/AbstractStatement.php:230

INSERT INTO `xf_rm_category` (`title`, `description`, `parent_category_id`, `display_order`, `allow_local`, `allow_external`, `allow_commercial_external`, `allow_fileless`, `enable_versioning`, `enable_support_url`, `always_moderate_create`, `always_moderate_update`, `min_tags`, `thread_node_id`, `thread_prefix_id`, `require_prefix`, `xs_seo`, `xs_seo_title`, `resource_category_id`, `resource_count`, `featured_count`, `last_update`, `last_resource_title`, `last_resource_id`, `field_cache`, `review_field_cache`, `prefix_cache`, `lft`, `rgt`, `depth`, `breadcrumb_data`) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Could you please provide some guidance on how to resolve this problem?

Thank you for your assistance.
 

CRUEL-MODZ

Administrator
Staff member
Administrator
Moderator
Licensed
Joined
Jul 8, 2019
Messages
1,029
Reaction score
422
Hello,

You have a rebuild for that in tools/rebuild : SEO Optimization - Rebuilding Tables

Regards, CRUEL-MODZ
 
Solution
Top Bottom