hi :)
I noticed that trying to change permissions of a forum will results in this error message:
Parse error: syntax error, unexpected ',', expecting ')' /in public_html/board/Sources/ManagePermissions.php on line 1317
what should I do to fix this? :'(
thanks
This is due to a mod that you have installed putting the permissions code in the wrong spot. Talk to the author of whatever mod you most recently installed about how to fix this.
thanks for the answer :)
the latest mod I added is tinyportal... but before coming to a conclusion I will try to uninstall every mod in order to clearify things...
This happened with one of my friends too.
There is an extra comma ( , ) in the file /Sources/ManagePermissions.php.
Search for // Tinyportal end, I think it will be there. :)
oooh, this solved all, thanks very much!!!! :D :D