im working on some forums for a friend and i started getting this error in the admin cp when i tried going into the users and groups section
Parse error: syntax error, unexpected T_DOUBLE_ARROW in D:\Hosting\6046050\html\femmefataleclan\Forums\includes\acp\acp_users.php on line 2396
i open up that document and go to that line here is what i see
2395 // Assign general variables $template->assign_vars(array(
2396 'S_ERROR' => (sizeof($error)) ? true : false);
2397 'ERROR_MSG' => (sizeof($error)) ? implode('<br />', $error) : '')
i want to know how to fix that any help is appreciated
Thank You