• When I try to update a page I have created I get the following SQL error message.

    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 2]
    INSERT INTO wp_post2cat (post_id, category_id) VALUES (1018, )

    Warning: Cannot modify header information – headers already sent by (output started at /home/.felicja/slamhype/slamxhype.com/wp-includes/wp-db.php:102) in /home/.felicja/slamhype/slamxhype.com/wp-admin/post.php on line 127

    I assume that the prolblem is here – (1018, ) – where there needs to be 2 arguments. Not sure how to fix this problem.

    Thanks

    Thanks

  • The topic ‘SQL Error’ is closed to new replies.