I guessed that...but I see you just noticed by yourself
It works...but it still gives an error in "Update Counters" --> "Forum Info"
Code:
SELECT max(canview) as cveiw ,count(canview) as cnt from forumpermission where usergroupid=2 and forumid=
mysql error: You have an error in your SQL syntax near '' at line 1
I think it's because from misc.php it doesn't have the
Code:
.$getchildforum[forumid]
variable.