MyBB Community Forums

Full Version: HELP!!!
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Installed PMadmin and now when I click on admin permissions, I get this error!!

Parse error: parse error in /home/sktarringer/smartmouthmedia.com/html/blab/admin/adminoptions.php on line 136

HELP Please!!
Well open admin/adminoptions.php and post lines 130-140 so we can see where you have gone wrong. Smile
Here's the whole file. Don't have time to isolate the file. Please find the line and let me know.

Thanks Dale,
It seems like you have an extra " at the end of this line:
        makeyesnocode("Can View Private Messages", "newperms[caneditpms]", $permissions['caneditpms']);"

Remove it and try again.
Do a search for:
makeyesnocode("Can View Private Messages", "newperms[caneditpms]", $permissions['caneditpms']);"
(Around Line 134) When you find it just remove the --> " <-- (quotation mark) from the end. Smile

That should work. Smile

Here, i've done it for you, tell me if this works. Smile
Thank you Dale! You too Dennis! Cool