by simontang on Wed 11. Jun, 2003 11:10
Not sure if your problem related to this issue. In the install.txt of the ShoutBox, there is a typo
#-----[ ADD SQL ]------------------------------------------
#
# remember to add the prefix, you may run with, if in doubt, run the included db_update.php file
INSERT IGNORE INTO forums (forum_id ,cat_id, forum_name, forum_desc, forum_status )
VALUES ("-101", "0", "SHOUTBOX_PAGE", "Shoutbox Page Control", 1 )
The "SHOUTBOX_PAGE" should be "SHOUTBOX PAGE"