PHP error related to database table wp_yoast_indexable
-
Our php error log is being hammered with the following error:
WordPress database error Unknown column 'version' in 'field list' for query UPDATE 'wp_yoast_indexable' SET 'object_id' = '89', 'object_type' = 'user', 'permalink' =...The error goes on for a bit but I think this is the important part, I can post the entire error if needed.
The ‘version’ column is indeed missing from the ‘wp_yoast_indexable’ table. I was looking at the Yoast Test Helper plugin but was hesitant to use the ‘Reset indexables tables and migrations’ option. Can you confirm this will not remove/replace data on the website and whether or not it will actually fix the issue?
One additional detail, I did try to manually create the ‘version’ column but I got a “Row size too large (> 8126)” error. I have a feeling this is why the column might not have been created to begin with and may again prevent the column from being created when using the fix above. Any other thoughts on how I can fix this.
Thanks.
Lukas
The topic ‘PHP error related to database table wp_yoast_indexable’ is closed to new replies.