You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 11, 2018. It is now read-only.
I've tried several times to update but keep getting this error;
WordPress database error: [ERROR: syntax error at or near "a" LINE 1: DELETE a, b FROM wp_options a, wp_options b ^]
DELETE a, b FROM wp_options a, wp_options b WHERE a.option_name LIKE '\_transient\_%' AND a.option_name NOT LIKE '\_transient\_timeout\_%' AND b.option_name = CONCAT( '_transient_timeout_', SUBSTRING( a.option_name, 12 ) ) AND b.option_value < 1433256011
WordPress database error: [ERROR: syntax error at or near "a" LINE 1: DELETE a, b FROM wp_options a, wp_options b ^]
DELETE a, b FROM wp_options a, wp_options b WHERE a.option_name LIKE '\_site\_transient\_%' AND a.option_name NOT LIKE '\_site\_transient\_timeout\_%' AND b.option_name = CONCAT( '_site_transient_timeout_', SUBSTRING( a.option_name, 17 ) ) AND b.option_value < 1433256011
WordPress database error: [ERROR: syntax error at or near "FULL" LINE 1: SHOW FULL COLUMNS FROM wp_options ^]
SHOW FULL COLUMNS FROM `wp_options`
Any ideas?
The text was updated successfully, but these errors were encountered:
WordPress versions 4.2 and earlier are affected by a critical cross-site scripting vulnerability, which could enable anonymous users to compromise a site. WordPress 4.2.2 includes a comprehensive fix for this issue.
I've tried several times to update but keep getting this error;
Any ideas?
The text was updated successfully, but these errors were encountered: