I upgraded to php 5 and now my journal stopped working, started giving off this error
Parse error: syntax error, unexpected T_PRIVATE, expecting ']' in
/home/user/public_html/journal.php(985) : eval()'d code on line
48
Anyone know of a fix?
Line 985 in journal.php shows this
Code:
$reccom['comment_text']= $bbcode_parser->do_parse($reccom['comment_text'], 0, $setting['allow_imgcode'], $setting['allow_smilies'], $setting['allow_bbcode']);