I think I know what the error is.
In the bitfield array in init.php, you need to take the value of the LAST entry, DOUBLE the numeric value after the =>, then add the rpg line with the doubled value instead of whatever the instructions say.
Tell me if this solves your problems
For instance, even though my instructions say it should look like this:
PHP Code:
'canadminupgrade' => 32768,
'canadminrpg' => 65536,
, on my live forum it looks like this:
PHP Code:
'canadminupgrade' => 32768,
// SHOUTBOX
'canadminshouts' => 65536,
// SHOUTBOX
'canadminrpg' => 131072
Quote:
Originally Posted by Chief Corn
|
I could, but since they should be ran in quick succession, I figured I added that error check to the installer to tell the user exactly what to do first.