Well, subject sais it all.
I installed yellow_card_1.4.9em_cat_hierachy on phpbb .17 and HC2.11RC5, and set the post report to reg.
But everywhere i try to look, there are no cards whatsoever coming up.
Not even the blue ones, and i did set a reportforum in the config.
Any idea what might be wrong?
There were no errors during install.
Maybe there is something wrong in the mysql dbase, when i open the db update php i got
This list is a result of the SQL queries needed for this Mod
Yellow Card Mod
[Added/Updated] line: 1 , INSERT INTO phpbb_auths_def ( `auth_type` , `auth_name` , `auth_order` ) VALUES ("f", "auth_bluecard", "150")
[Added/Updated] line: 2 , INSERT INTO phpbb_auths_def ( `auth_type` , `auth_name` , `auth_order` ) VALUES ("f", "auth_greencard", "160")
[Added/Updated] line: 3 , INSERT INTO phpbb_auths_def ( `auth_type` , `auth_name` , `auth_order` ) VALUES ("f", "auth_yellowcard", "170")
[Added/Updated] line: 4 , INSERT INTO phpbb_auths_def ( `auth_type` , `auth_name` , `auth_order` ) VALUES ("f", "auth_redcard", "180")
[Already added] line: 5 , INSERT INTO phpbb_config (config_name, config_value) VALUES ("bluecard_limit", "3")
[Already added] line: 6 , INSERT INTO phpbb_config (config_name, config_value) VALUES ("bluecard_limit_2", "1")
[Already added] line: 7 , INSERT INTO phpbb_config (config_name, config_value) VALUES ("max_user_bancard", "10")
[Already added] line: 8 , INSERT INTO phpbb_config (config_name, config_value) VALUES ("report_forum", "0")
[Already added] line: 9 , ALTER TABLE phpbb_users ADD user_warnings SMALLINT (5) DEFAULT "0"
[Already added] line: 10 , ALTER TABLE phpbb_posts ADD post_bluecard TINYINT (1)
But the first 4 lines keep on saying Added/Updated, while they already should be in there. Looking in the dbase, it seems it keeps adding those lines, and not recognizing them.

