Deleting a user “bug”
-
When deleting a user, I am taken to a page that displeys these error messages:
Warning: Bad arguments to implode() in /homepages/37/d88440971/htdocs/wp-admin/users.php on line 141
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]
DELETE FROM wp_comments WHERE comment_post_ID IN ()
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]
DELETE FROM wp_post2cat WHERE post_id IN ()
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]
DELETE FROM wp_postmeta WHERE post_id IN ()
Warning: Cannot add header information - headers already sent by (output started at /homepages/37/d88440971/htdocs/wp-admin/users.php:141) in /homepages/37/d88440971/htdocs/wp-admin/users.php on line 156However, the user is deleted from the database. I will try to see what is happening and fix the bug.
- The topic ‘Deleting a user “bug”’ is closed to new replies.