mcp error

Get help with installation and running phpBB 3.0.x here. Please do not post bug reports, feature requests, or MOD-related questions here.
Anti-Spam Guide
Forum rules
END OF SUPPORT: 1 January 2017 (announcement)
Locked
MewDragon
Registered User
Posts: 191
Joined: Fri Dec 23, 2005 6:24 pm

mcp error

Post by MewDragon »

Hey guys,

I'm getting this error when trying to access the mcp or pretty much any moderator tool:

Parse error: syntax error, unexpected T_CONSTANT_ENCAPSED_STRING, expecting ')' in /home/btfrtr/public_html/forums/mcp.php on line 118

This is what's around line 118 in the mcp.php file though, but everything looks correct, though I could be blind.
// Except he is using one of the quickmod tools for users
$user_quickmod_actions = array(
'lock' => 'f_user_lock',
'make_sticky' => 'f_sticky',
'make_announce' => 'f_announce',
'make_global' => 'f_announce',
'make_normal' => array('f_announce', 'f_sticky')
'masspm' => 'u_masspm'
);
Anybody have any ideas on what I should do?

Thanks a lot in advance.
User avatar
Brf
Support Team Member
Support Team Member
Posts: 53400
Joined: Tue May 10, 2005 7:47 pm
Location: {postrow.POSTER_FROM}
Contact:

Re: mcp error

Post by Brf »

You are missing the comma on the line before your addition.
Locked

Return to “[3.0.x] Support Forum”