Mysql 5…..
-
MySQL 5 is not supported? I get this error when trying to write a new entry.
WordPress database error: [Incorrect datetime value: ” for column ‘post_date’ at row 1]
INSERT INTO wp_posts (post_author, post_date, post_date_gmt, post_content, post_content_filtered, post_title, post_excerpt, post_status, comment_status, ping_status, post_password, post_name, to_ping, pinged, post_modified, post_modified_gmt, post_parent, menu_order, post_mime_type) VALUES (‘1’, ”, ”, ‘asdasdsa’, ”, ‘asasd’, ”, ‘draft’, ‘open’, ‘open’, ”, ”, ”, ”, ”, ”, ‘0’, ‘0’, ”)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 3]
SELECT category_id FROM wp_post2cat WHERE post_id =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 ‘ 1)’ at line 2]
INSERT INTO wp_post2cat (post_id, category_id) VALUES (, 1)Warning: Cannot modify header information – headers already sent by (output started at D:\Program Files\Apache Group\Apache2\www\test\wp-includes\wp-db.php:102) in D:\Program Files\Apache Group\Apache2\www\test\wp-admin\post.php on line 59
- The topic ‘Mysql 5…..’ is closed to new replies.