Seite 1 von 1

simple_admin_userlist

Verfasst: 21.05.2006 01:02
von Gohst
Hallo ! habe gerade auf meinem Board den "simple_admin_userlist" Mod versucht zu installieren und kam schon am Anfang an meine Grenzen ;) ..............


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

Verfasst: 21.05.2006 02:37
von Markus67
Hi ...

diesen Querie ...

Code: Alles auswählen

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'); 

musst du in KB:phpmyadmin ausführen.

Ganz hilfreich ... -> KB:pma_faq

Markus

Verfasst: 21.05.2006 11:42
von Gohst
ich danke dir !!! hat alles funktionniert