Issue After Updating to 17.6
-
Hi
After upgrading to the lastest Yoast version 17.6 at the end of last week, without realising, this caused a wordpress database error in that the following error was occuring multiple times per second to teh point that it grew our php error log from it’s usual few bites in size to over 176GB in a matter of less than 3 days!
The error that was occuring is as follows from the log file in question:
[22-Nov-2021 10:41:07 UTC] WordPress database error Unknown column 'object_published_at' in 'field list' for query UPDATE
wp_yoast_indexableSET
object_id= '1',
object_type= 'user',
permalink= '######################################',
title= NULL,
description= NULL,
is_cornerstone= '0',
is_robots_noindex= '0',
is_robots_nofollow= NULL,
is_robots_noarchive= NULL,
is_robots_noimageindex= NULL,
is_robots_nosnippet= NULL,
is_public= NULL,
has_public_posts= '0',
blog_id= '1',
open_graph_image= '######################################',
open_graph_image_id= NULL,
open_graph_image_source= 'gravatar-image',
open_graph_image_meta= NULL,
twitter_image= '######################################',
twitter_image_id= NULL,
twitter_image_source= 'gravatar-image',
object_published_at= '2020-08-11 14:14:50',
object_last_modified= '2021-11-22 06:54:28',
version= '2',
permalink_hash= '######################################',
updated_at= '2021-11-22 10:41:07' WHERE
id= '1' made by require('wp-blog-header.php'), require_once('wp-includes/template-loader.php'), include('######################################'), get_header, locate_template, load_template, require_once('/themes/genesis/header.php'), wp_head, do_action('wp_head'), WP_Hook->do_action, WP_Hook->apply_filters, wp_robots, apply_filters('wp_robots'), WP_Hook->apply_filters, Yoast\WP\SEO\Integrations\Front_End\WP_Robots_Integration->add_robots, Yoast\WP\SEO\Integrations\Front_End\WP_Robots_Integration->get_robots_value, Yoast\WP\SEO\Memoizers\Meta_Tags_Context_Memoizer->for_current_page, Yoast\WP\SEO\Repositories\Indexable_Repository->for_current_page, Yoast\WP\SEO\Repositories\Indexable_Repository->find_by_id_and_type, Yoast\WP\SEO\Repositories\Indexable_Repository->upgrade_indexable, Yoast\WP\SEO\Builders\Indexable_Builder->build, Yoast\WP\SEO\Builders\Indexable_Builder->save_indexable, do_action('wpseo_save_indexable'), WP_Hook->do_action, WP_Hook->apply_filters, Yoast\WP\SEO\Integrations\Watchers\Indexable_Post_Watcher->updated_indexable, Yoast\WP\SEO\Integrations\Watchers\Indexable_Post_Watcher->update_has_public_posts, Yoast\WP\SEO\Repositories\Indexable_Repository->find_by_id_and_type, Yoast\WP\SEO\Repositories\Indexable_Repository->upgrade_indexable, Yoast\WP\SEO\Builders\Indexable_Builder->build, Yoast\WP\SEO\Builders\Indexable_Builder->save_indexable, Yoast\WP\SEO\Models\Indexable->save, Yoast\WP\Lib\Model->save, Yoast\WP\Lib\ORM->save, Yoast\WP\Lib\ORM::execute
Although reindexing the indexables via the Yoast Test Helper tool cleared the issue and stopped it occuring obiously we don’t want the issue occuring again as it filled our entire HD preventing any uploading or publishing of new posts, how can we prevent this occuring again??
KInd Regards
- The topic ‘Issue After Updating to 17.6’ is closed to new replies.