SQL PROCESSING HALTED
An error was encountered while processing the SQL commands. Further SQL processing has been halted. You may choose to complete the MOD installation anyway and perform the SQL commands manually yourself. However, at this point EM cannot guarantee the MOD will work correctly so you are best off seeking support from the Author before continuing further.
The failed line was:
ALTER TABLE phpbb_themes ADD online_color VARCHAR(6) NOT NULL;;
SQL ERROR: 1060
Duplicate column name 'online_color'
The following SQL was attempted: Allow
ALTER TABLE phpbb_themes ADD online_color VARCHAR(6) NOT NULL;;
FAILED
ALTER TABLE phpbb_themes ADD offline_color VARCHAR(6) NOT NULL;;
Not Attempted
ALTER TABLE phpbb_themes ADD hidden_color VARCHAR(6) NOT NULL;;
Not Attempted
UPDATE phpbb_themes SET online_color = '008500' WHERE themes_id >= '1';;
Not Attempted
UPDATE phpbb_themes SET offline_color = 'DF0000' WHERE themes_id >= '1';;
Not Attempted
UPDATE phpbb_themes SET hidden_color = 'EBD400' WHERE themes_id >= '1';;
Not Attempted
INSERT INTO phpbb_config(config_name,config_value) VALUES('online_time','60');;
Not Attempted
Wat gaat er mis? Volgens de handleiding van die mod zou ie goed te installeren zijn via Easymod
