Update to wordpress 6.1 failed
-
Hi
I attempted to do a manual update to 6.1 using this page as a guide:
When I manually move the contents of the wp-includes folder it breaks the database connection (or so it appears):
“This either means that the username and password information in your wp-config.php file is incorrect or that contact with the database server at xxxxxxxxx could not be established. This could mean your host’s database server is down.”
This happens when I move over the new link-template.php file into the existing wp-includes folder.When I looked at the php-error.log I see this:
WordPress database error [Microsoft][ODBC Driver 17 for SQL Server][SQL Server]Invalid object name 'wp_spectrom_sync_log'. Code - 208 for query SELECT COUNT(*) as Computed FROM wp_spectrom_sync_log WHERE type LIKE'recv' made by wp_dashboard, do_meta_boxes, SyncAdminDashboard->render_dashboard_widget, SyncLogModel->get_count [22-Nov-2022 14:28:43 UTC] WordPress database error [Microsoft][ODBC Driver 17 for SQL Server][SQL Server]Cannot insert the value NULL into column 'option_value', table 'xxxx.bo.wp_options'; column does not allow nulls. INSERT fails. Code - 515 for query IF NOT EXISTS (SELECT * FROM [wp_options] with (nolock) WHERE [option_name] = ?) INSERT INTO [wp_options] ([option_name], [option_value], [autoload]) VALUES (?, ?, ?) else UPDATE [wp_options] set [option_value] = ?, [autoload] = ? where [option_name] = ? made by wp_dashboard, do_meta_boxes, SyncAdminDashboard->render_dashboard_widget, SyncExtensionSettings->get_extension_data, set_transient, add_option [22-Nov-2022 14:28:43 UTC] PHP Warning: count(): Parameter must be an array or an object that implements Countable in D:\home\site\wwwroot\wp-content\plugins\wpsitesynccontent\classes\admindashboard.php on line 34Also, I do not have the automatic update button available when I use the wp-admin dashboard so the update has to be done manually,
Any ideas why this is happening?
Thanks!
The topic ‘Update to wordpress 6.1 failed’ is closed to new replies.