
1.Fage:
was soll ich bei diesem Schritt tun ? (ich bewege mich gerade auf Neuland

Code: Alles auswählen
-----[ SQL ]--------------------------------------------
INSERT INTO phpbb_config (config_name, config_value) VALUES ('userlist_sort', 'joindate');
INSERT INTO phpbb_config (config_name, config_value) VALUES ('userlist_order', 'DESC');
INSERT INTO phpbb_config (config_name, config_value) VALUES ('userlist_special', 'no');
INSERT INTO phpbb_config (config_name, config_value) VALUES ('userlist_count', '15');
-----[ COPY ]-------------------------------------------
copy root/*.* to *.*
2.Frage:
Hängt dieser Fehler mit dem oben NICHT ausgeführen Schritt zusammen ? habs jetzt nämlich einfach ausprobiert ohne den schritt ........
Allgemeiner Fehler
Could not query users
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 4
SELECT * FROM phpbb_users WHERE user_id <> -1 ORDER BY user_regdate DESC LIMIT 0,
Line : 568
File : admin_userlist.php
Vielen Dank schonmal im Voraus
Gohst