I recently installed CrackerTracker v5.x in my forums (phpbb2 with no mods, running a custom interface) and I'm having a massive amount of parsing errors.
Examples:
Parse error: parse error, unexpected ',' in /forum/includes/functions_post.php on line 103
103: }$lang, $phpEx, $phpbb_root_path;
Parse error: parse error, unexpected T_INCLUDE_ONCE in /forum/includes/page_tail.php on line 36
'36: overall_footer' => ( empty($gen_simple_header) ) ? 'overall_footer.tpl' : 'simple_footer.tpl')include_once($phpbb_root_path . 'ctracker/engines/ct_footer.' . $phpEx);
Any tips or hints as to what I'm doing wrong? Any help would be appreciated.