Was kann ich jetzt dagegen tun?Failed to update general configuration for ('wwd_record_users', '0');
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 'wwd_record_users', '0');'' at line 3
UPDATE phpbb_config SET config_value = '(''wwd_record_users'', ''0'');' WHERE config_name = '('wwd_record_users', '0');'
Line : 79
File : admin_board.php
Hab folgende Änderungen gemacht:
Code: Alles auswählen
#-----[ SQL ]------------------------------------------
#
INSERT INTO `phpbb_config` (config_name, config_value) VALUES ('wwd_record_users', '0');
INSERT INTO `phpbb_config` (config_name, config_value) VALUES ('wwd_record_time', '0');
INSERT INTO `phpbb_config` (config_name, config_value) VALUES ('wwd_counter_date', '20060717');
CREATE TABLE `phpbb_wwd_counter_ips` (`ip` VARCHAR( 8 ) NOT NULL , PRIMARY KEY ( `ip` ));
#