Quote:
Originally Posted by aidler
After installing the hack, when I try to chance forumpermissions of any non private forum which doesn't have the hide by time attributes in forumpermissions, I get the following error:
Obviously non private forums do also carry the autoclose and autoopen attributes but as I'm unable to put any numbers into the corresponding fields (they are not there if the forum is non private) they are empty. This leads to the above error. Does anyone have any solution??
|
I figured out a temp fix for this ... open up the formpermission.php, make a backup and remove these lines:
autoclose,autoopen
$autoclose,$autoopen
autoclose=$autoclose,autoopen=$autoopen
Save/upload "formpermission.php" and make any changes to your permissions. Add the lines back in the same place they were (or upload the backup you made) and everything works fine.
I hope that someone try to fix this so that it will work without having to remove these variables!