this happens when you install without setting includes/phpbb_security.php chmod to 666. By default when you install IM141 phpBBSecurity sets a random code in the db and writes it to includes/phpbb_security.php.
check your db in phpbb_config for the 3 phpbb security fields
sec_admin = admins_allowed
sec_mods = mods_allowed
sec_name = block_unwanted
the values for these fields dont matter, but they need to match the valuse in phpbb_security
- Code: Select all
function phpBBSecurity_AdminConfigName() { return '[b]admins_allowed[/b]'; } function phpBBSecurity_ModConfigName() { return '[b]mods_allowed[/b]'; } function phpBBSecurity_UseSpecial() { return '[b]block_unwanted[/b]'; }
Ive posted them with the default values, but you should choose something else.
"Success is getting what you want. Happiness is wanting what you get." - Dale Carnegie