Kan iemand me helpen

Code: Selecteer alles
CREATE TABLE phpbb_post_reports (
report_id MEDIUMINT( 8 ) NOT NULL AUTO_INCREMENT ,
post_id MEDIUMINT( 8 ) NOT NULL ,
reporter_id MEDIUMINT( 8 ) NOT NULL ,
report_status TINYINT( 1 ) DEFAULT '0' NOT NULL ,
report_time INT( 11 ) DEFAULT '0' NOT NULL,
report_comments TEXT,
PRIMARY KEY ( report_id )
);
ALTER TABLE phpbb_users ADD user_report_optout TINYINT( 1 ) DEFAULT '0' NOT NULL ;
INSERT INTO phpbb_config ( config_name, config_value ) VALUES ('report_email', '1');
DEBUG MODE
SQL Error : 1064 You have an error in your SQL syntax near ') AND ug.user_id = u.user_id AND u.user_report_optout <> 1' at line 5
SELECT u.user_email FROM user_group ug, groups g, users u WHERE ug.group_id = g.group_id AND g.group_single_user = 0 AND g.group_id IN () AND ug.user_id = u.user_id AND u.user_report_optout <> 1
Line : 102
File : functions_report.php
http://www.hetontdekkenwaard.nl/Forummosymuis schreef:Die query in functions_report.php krijgt niet de goede informatie, het lijkt erop dat je een fout hebt gemaakt in het modden, zo uit mijn hoofd waarschijnlijk in viewtopic.php. Wat is het adres naar je forum?
Code: Selecteer alles
Could not insert data into users table
DEBUG MODE
INSERT INTO users (user_id, username, user_regdate, user_password, user_email, user_icq, user_website, user_occ, user_from, user_interests, user_sig, user_sig_bbcode_uid, user_avatar, user_avatar_type, user_viewemail, user_aim, user_yim, user_msnm, user_attachsig, user_allowsmile, user_allowhtml, user_allowbbcode, user_allow_viewonline, user_notify, user_notify_pm, user_popup_pm, user_timezone, user_dateformat, user_show_quickreply, user_quickreply_mode, user_lang, user_style, user_level, user_allow_pm, user_active, user_actkey) VALUES (86, 'mosymuis', 1131044700, '*foo*', '*foo*', '', '', '', '', '', '', '', '', 0, 0, '', '', '', 1, 1, 0, 1, 1, 0, 1, 1, 1, 'D M d, Y g:i a', 1, 0, 'dutch', 6, 0, 1, 1, '')
Line : 602
File : usercp_register.php