Author: Helter » Sat Apr 26, 2008 11:45 pm
it is because when you installed your forum, includes/phpbb_security.php was not chmodded to 666 so the install was not able to write to the file. You will have to edit the file to match the database entry.
in your database open phpbb_config.
look for these thee entries and thier following values.
sec_admin
sec_mods
sec_name
open includes/phpbb_security.php
find
function phpBBSecurity_AdminConfigName()
{
return 'phpBBSecurity_max_admins';
}
function phpBBSecurity_ModConfigName()
{
return 'phpBBSecurity_max_mods';
}
function phpBBSecurity_UseSpecial()
{
return 'phpBBSecurity_use_max';
}
replace the info in red with the values from the database fields
*note... the values are auto generated and will look something like kxucgncqteynvtykgiusb
after you have edited this file, set the chmod to 644
Last edited by Helter on Wed Dec 31, 1969 5:00 pm, edited 1 time in total.
"Success is getting what you want. Happiness is wanting what you get." - Dale Carnegie