[OPGELOST] General Error SQL ERROR [ mysql4 ]
Geplaatst: 08 sep 2008, 21:26
- Adres van je forum: click hier
Event. modificaties op je forum:
Wanneer ontstond het probleem?vanavond, ma 8 sept.
phpBB versie: 3.0.0
Heb je onlangs iets veranderd aan je forum?Ja.
Wat is het probleem?
Code: Selecteer alles
General Error
SQL ERROR [ mysql4 ]
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 'AND ug.user_pending = 0 ) WHERE g.group_legend = 1 AND (g.group_type <> ' at line 7 [1064]
An sql error occurred while fetching this page. Please contact an administrator if this problem persists.
Er lijkt dus echt iets niet goed te zitten in de database.
In de database moest ik bij het installeren van de mod onderstaande 2 stappen uitvoeren.
Code: Selecteer alles
CREATE TABLE phpbb_tags (
topic_id int NOT NULL,
tag varchar(255) NOT NULL,
PRIMARY KEY (topic_id,tag)
);
Code: Selecteer alles
INSERT INTO phpbb_config (config_name,config_value,is_dynamic)VALUES ('pbf_on', '1', '0');
INSERT INTO phpbb_config (config_name,config_value,is_dynamic)VALUES ('pbf_index_tags', '60', '0');
INSERT INTO phpbb_config (config_name,config_value,is_dynamic)VALUES ('pbf_index_tag_cloud', '1', '0');
INSERT INTO phpbb_config (config_name,config_value,is_dynamic)VALUES ('pbf_topic_tags', '60', '0');
INSERT INTO phpbb_config (config_name,config_value,is_dynamic)VALUES ('pbf_topic_tagcloud', '1', '0');
INSERT INTO phpbb_config (config_name,config_value,is_dynamic)VALUES ('pbf_min_font', '9', '0');
INSERT INTO phpbb_config (config_name,config_value,is_dynamic)VALUES ('pbf_max_font', '30', '0');
Ik weet niet hoe ik die 2de stap evt ongedaan kan maken en of het dit probleem uberhaupt wel oplost.
Heeft iemand een idee?