foutmelding in user level
Geplaatst: 11 jan 2005, 15:41
Ik krijg deze melding in acp:
en het zou hierom gaan:
Hoe los ik dit op?
Code: Selecteer alles
Couldn't delete auth access info
DEBUG MODE
SQL Error : 1064 You have an error in your SQL syntax near 'AND auth_mod = 0' at line 3
DELETE FROM phpbb_auth_access WHERE group_id = AND auth_mod = 0
Line : 221
File : /home/httpd/vhosts/kazango.nl/httpdocs/forum/admin/admin_ug_auth.php
Code: Selecteer alles
$sql = "DELETE FROM " . AUTH_ACCESS_TABLE . "
WHERE group_id = $group_id
AND auth_mod = 0";
if ( !($result = $db->sql_query($sql)) )
{
message_die(GENERAL_ERROR, "Couldn't delete auth access info", "", __LINE__, __FILE__, $sql);
}