when i delete a user, such an error appears:
"user warning: 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 'WHERE uid = 6' at line 1 query: DELETE FROM profile_privacy_values ppv WHERE uid = 6 in /site/includes/database.mysql.inc on line 172."
Drupel 5.3,
MySQL database 5.0.27
PHP 5.2.5
Comments
Comment #1
ali_a commentedI get the same error:
user warning: 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 'WHERE uid = 25' at line 1 query: DELETE FROM profile_privacy_values ppv WHERE uid = 25 in /home/elnitco/public_html/includes/database.mysql.inc on line 172.
drupal 5.5
MySQL version: 5.0.45
PHP version: 5.2.5
Comment #2
mindyblock commentedGosh, I've been getting that error for months. I didn't understand it until tonight. I deleted this module and it went away.
Comment #3
quicksketchThanks I finally committed http://drupal.org/node/171796 which fixes the problem so that the profile_privacy information is cleaned up when removing a user.
Comment #4
Anonymous (not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.