Seite 1 von 1

Fehler beim Updaten der Mod-Rechte

Verfasst: 27.09.2003 10:11
von t3Qn0lo-G
Hallo.
Ich habe folgendes Problem:
Wenn ich in die Benutzerbefugnisskontrolle gehe und einem User bestimmte Rechte für ein Forum gebe, kommt manchmal (nicht bei allen Usern) so eine Debug-Fehlernachricht.
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 phpbb2_auth_access WHERE group_id = AND auth_mod = 0

Line : 178
File : \forum\admin\admin_ug_auth.php
oder eine andere
Couldn't update private forum permissions

DEBUG MODE

SQL Error : 1064 You have an error in your SQL syntax near ' 0, 0, 0, 0, 0, 0, 0, 0, 0, 1)' at line 2

INSERT INTO phpbb2_auth_access (forum_id, group_id, auth_view, auth_read, auth_post, auth_reply, auth_edit, auth_delete, auth_sticky, auth_vote, auth_pollcreate, auth_mod) VALUES (119, , 0, 0, 0, 0, 0, 0, 0, 0, 0, 1)

Line : 388
File : \forum\admin\admin_ug_auth.php
Ich kenne mich recht gut mit PHP aus, braucht mir also keiner zu sagen, dass er die $group_id variable nicht findet... aber kann mir einer vielleicht gründe nennen, wie das auftreten konnte?!

Verfasst: 27.09.2003 10:53
von Chaze
Poste doch mal die URL zu einer .txt Version Deiner admin_ug_auth.php

Hast Du irgendwelche Mods eingebaut?
Welche phpBB Version hast DU installiert?

Verfasst: 27.09.2003 10:54
von t3Qn0lo-G
Ich habe nichts eingebaut, das ist es ja...!
Das ist die Original Datei!!

Ich hab 2.0.6

Verfasst: 27.09.2003 11:11
von Chaze
Poste bitte trotzdem die URL zu einer .txt Version Deiner admin_ug_auth.php. Es kommt oft vor, dass beim FTP-Upload Dateien 'verhuntzt' werden.