Upgrade from 2.6 to 2.6.5 breaks any db save function in admin section.
-
I just upgraded my 2.6 server to the latest rev (2.6.5) and everything seemed to go just fine until I attempted to save my first post.
I followed the directions as normal for an upgrade (delete the wp-admin and wp-includes directories) upload the root, wp-admin and wp-includes directories.
That part went fine and was able to login…after wordpress prompted me to upgrade my database (I think that’s where things went wrong).
Not really sure what to do here. I’m dead in the water for publishing and I have deadlines. I’m thinking about downgrading to the last version but don’t know if that will cause more trouble than it’s worth.
Here’s the error messages that appear when I attempt to publish the article:
WordPress database error: [You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ” at line 1]
SELECT ID AS ‘ID’, post_date AS ‘post_date’, post_title AS ‘post_title’ FROM wp_posts WHERE post_date > ‘2008-11-01 00:00:00’ AND post_date < ‘2008-12-01 00:00:00’ AND post_status = ‘publish’ AND post_type = ‘post’ ORDER BYWordPress database error: [You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ” at line 1]
SELECT ID AS ‘ID’, post_date AS ‘post_date’, post_title AS ‘post_title’ FROM wp_posts WHERE post_date > ‘2008-10-01 00:00:00’ AND post_date < ‘2008-11-01 00:00:00’ AND post_status = ‘publish’ AND post_type = ‘post’ ORDER BYWordPress database error: [You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ” at line 1]
SELECT ID AS ‘ID’, post_date AS ‘post_date’, post_title AS ‘post_title’ FROM wp_posts WHERE post_date > ‘2008-09-01 00:00:00’ AND post_date < ‘2008-10-01 00:00:00’ AND post_status = ‘publish’ AND post_type = ‘post’ ORDER BYWordPress database error: [You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ” at line 1]
SELECT ID AS ‘ID’, post_date AS ‘post_date’, post_title AS ‘post_title’ FROM wp_posts WHERE post_date > ‘2008-08-01 00:00:00’ AND post_date < ‘2008-09-01 00:00:00’ AND post_status = ‘publish’ AND post_type = ‘post’ ORDER BYWordPress database error: [You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ” at line 1]
SELECT ID AS ‘ID’, post_date AS ‘post_date’, post_title AS ‘post_title’ FROM wp_posts WHERE post_date > ‘2008-07-01 00:00:00’ AND post_date < ‘2008-08-01 00:00:00’ AND post_status = ‘publish’ AND post_type = ‘post’ ORDER BYWordPress database error: [You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ” at line 1]
SELECT ID AS ‘ID’, post_date AS ‘post_date’, post_title AS ‘post_title’ FROM wp_posts WHERE post_date > ‘2008-06-01 00:00:00’ AND post_date < ‘2008-07-01 00:00:00’ AND post_status = ‘publish’ AND post_type = ‘post’ ORDER BYWordPress database error: [You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ” at line 1]
SELECT ID AS ‘ID’, post_date AS ‘post_date’, post_title AS ‘post_title’ FROM wp_posts WHERE post_date > ‘2008-11-01 00:00:00’ AND post_date < ‘2008-12-01 00:00:00’ AND post_status = ‘publish’ AND post_type = ‘post’ ORDER BYWordPress database error: [You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ” at line 1]
SELECT ID AS ‘ID’, post_date AS ‘post_date’, post_title AS ‘post_title’ FROM wp_posts WHERE post_date > ‘2008-10-01 00:00:00’ AND post_date < ‘2008-11-01 00:00:00’ AND post_status = ‘publish’ AND post_type = ‘post’ ORDER BYWordPress database error: [You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ” at line 1]
SELECT ID AS ‘ID’, post_date AS ‘post_date’, post_title AS ‘post_title’ FROM wp_posts WHERE post_date > ‘2008-09-01 00:00:00’ AND post_date < ‘2008-10-01 00:00:00’ AND post_status = ‘publish’ AND post_type = ‘post’ ORDER BYWordPress database error: [You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ” at line 1]
SELECT ID AS ‘ID’, post_date AS ‘post_date’, post_title AS ‘post_title’ FROM wp_posts WHERE post_date > ‘2008-08-01 00:00:00’ AND post_date < ‘2008-09-01 00:00:00’ AND post_status = ‘publish’ AND post_type = ‘post’ ORDER BYWordPress database error: [You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ” at line 1]
SELECT ID AS ‘ID’, post_date AS ‘post_date’, post_title AS ‘post_title’ FROM wp_posts WHERE post_date > ‘2008-07-01 00:00:00’ AND post_date < ‘2008-08-01 00:00:00’ AND post_status = ‘publish’ AND post_type = ‘post’ ORDER BYWordPress database error: [You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ” at line 1]
SELECT ID AS ‘ID’, post_date AS ‘post_date’, post_title AS ‘post_title’ FROM wp_posts WHERE post_date > ‘2008-06-01 00:00:00’ AND post_date < ‘2008-07-01 00:00:00’ AND post_status = ‘publish’ AND post_type = ‘post’ ORDER BYWarning: Cannot modify header information – headers already sent by (output started at <absolute path on server>/wp-includes/wp-db.php:517) in <absolute path on server>/wp-includes/pluggable.php on line 770
- The topic ‘Upgrade from 2.6 to 2.6.5 breaks any db save function in admin section.’ is closed to new replies.