| Citation: |
| Erreur Générale
Could not delete group for this user DEBUG MODE SQL Error : 1064 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 DELETE FROM nuke_bbgroups WHERE group_id = Line : 192 File : /var/www/free.fr/3/a/bbwsexfrance3/PHPNUKE/modules/Forums/admin/admin_users.php |
| Code: |
| $sql = "DELETE FROM " . GROUPS_TABLE . "
WHERE group_id = " . $row['group_id']; if( !$db->sql_query($sql) ) { message_die(GENERAL_ERROR, 'Could not delete group for this user', '', __LINE__, __FILE__, $sql); } $sql = "DELETE FROM " . AUTH_ACCESS_TABLE . " WHERE group_id = " . $row['group_id']; if( !$db->sql_query($sql) ) { message_die(GENERAL_ERROR, 'Could not delete group for this user', '', __LINE__, __FILE__, $sql); } |
| Code: |
| if($row_group['group_id'] > 0) { |
| Code: |
| //--> Fix Chat Serv - 01/02/2005 00:44
if($row_group['group_id'] > 0) { $sql = "DELETE FROM " . GROUPS_TABLE . " WHERE group_id = " . $row['group_id']; if( !$db->sql_query($sql) ) { message_die(GENERAL_ERROR, 'Could not delete group for this user', '', __LINE__, __FILE__, $sql); } $sql = "DELETE FROM " . AUTH_ACCESS_TABLE . " WHERE group_id = " . $row['group_id']; if( !$db->sql_query($sql) ) { message_die(GENERAL_ERROR, 'Could not delete group for this user', '', __LINE__, __FILE__, $sql); } } //--> Fix ChatServ - 01/02/2005 00:44 |
Toutes les heures sont au format GMT + 2 Heures