m7shsh
05-17-2008, 07:18 AM
i upgrade my vb to 3.7
when i want to update counters
for user profile
they give me this problem
Fatal error: Please check the $bitfields array in the vB_DataManager_Moderator class definition - $vbulletin->bf_misc_moderatorpermissions2 is not a valid bitfield.
in [path]/includes/class_dm.php on line 192
#0 vb_error_handler(256, Please check the $bitfields array in the vB_DataManager_Moderator class definition - $vbulletin->bf_misc_moderatorpermissions2 is not a valid bitfield.
, /home/xxxxx/public_html/vb/includes/class_dm.php, 192, Array ([this] => vB_DataManager_Moderator Object ([validfields] => Array ([moderatorid] => Array ([0] => 3,[1] => 3,[2] => _-_mEtHoD_-_,[3] => verify_nonzero),[userid] => Array ([0] => 3,[1] => 1,[2] => _-_mEtHoD_-_),[forumid] => Array ([0] => 2,[1] => 1,[2] => _-_mEtHoD_-_),[permissions] => Array ([0] => 101,[1] => 1,[2] => _-_mEtHoD_-_),[permissions2] => Array ([0] => 101,[1] => 1,[2] => _-_mEtHoD_-_)),[bitfields] => Array ([permissions] => Array ([caneditposts] => 1,[candeleteposts] => 2,[canopenclose] => 4,[caneditthreads] => 8,[canmanagethreads] => 16,[canannounce] => 32,[canmoderateposts] => 64,[canmoderateattachments] => 128,[canmassmove] => 256,[canmassprune] => 512,[canviewips] => 1024,[canviewprofile] => 2048,[canbanusers] => 4096,[canunbanusers] => 8192,[newthreademail] => 16384,[newpostemail] => 32768,[cansetpassword] => 65536,[canremoveposts] => 131072,[caneditsigs] =>
how i can fix this problem :confused:
when i want to update counters
for user profile
they give me this problem
Fatal error: Please check the $bitfields array in the vB_DataManager_Moderator class definition - $vbulletin->bf_misc_moderatorpermissions2 is not a valid bitfield.
in [path]/includes/class_dm.php on line 192
#0 vb_error_handler(256, Please check the $bitfields array in the vB_DataManager_Moderator class definition - $vbulletin->bf_misc_moderatorpermissions2 is not a valid bitfield.
, /home/xxxxx/public_html/vb/includes/class_dm.php, 192, Array ([this] => vB_DataManager_Moderator Object ([validfields] => Array ([moderatorid] => Array ([0] => 3,[1] => 3,[2] => _-_mEtHoD_-_,[3] => verify_nonzero),[userid] => Array ([0] => 3,[1] => 1,[2] => _-_mEtHoD_-_),[forumid] => Array ([0] => 2,[1] => 1,[2] => _-_mEtHoD_-_),[permissions] => Array ([0] => 101,[1] => 1,[2] => _-_mEtHoD_-_),[permissions2] => Array ([0] => 101,[1] => 1,[2] => _-_mEtHoD_-_)),[bitfields] => Array ([permissions] => Array ([caneditposts] => 1,[candeleteposts] => 2,[canopenclose] => 4,[caneditthreads] => 8,[canmanagethreads] => 16,[canannounce] => 32,[canmoderateposts] => 64,[canmoderateattachments] => 128,[canmassmove] => 256,[canmassprune] => 512,[canviewips] => 1024,[canviewprofile] => 2048,[canbanusers] => 4096,[canunbanusers] => 8192,[newthreademail] => 16384,[newpostemail] => 32768,[cansetpassword] => 65536,[canremoveposts] => 131072,[caneditsigs] =>
how i can fix this problem :confused: