Simple Machines Community Forum

SMF Support => SMF 1.1.x Support => Topic started by: The_Cresta on October 22, 2006, 05:58:29 PM

Title: [RC3] Parse Error
Post by: The_Cresta on October 22, 2006, 05:58:29 PM
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
Title: Re: [RC3] Parse Error
Post by: Oldiesmann on October 22, 2006, 09:01:38 PM
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.
Title: Re: [RC3] Parse Error
Post by: The_Cresta on October 23, 2006, 08:06:44 AM
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...
Title: Re: [RC3] Parse Error
Post by: LeGaS on October 23, 2006, 09:08:26 AM
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. :)
Title: Re: [RC3] Parse Error
Post by: The_Cresta on October 23, 2006, 11:47:30 AM
oooh, this solved all, thanks very much!!!!  :D :D