MyBB Community Forums

Full Version: i am getting error in inc/class_parser.php
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
in my site i am getting this error


Parse error: syntax error, unexpected ';', expecting ')' in /home/storiesp/public_html/inc/class_parser.php on line 1054

please help me
You probably have a ; in line 1054 of /home/storiesp/public_html/inc/class_parser.php when a ) is expected.

More seriously, did you change something (php version, new plugin, ..) ?
And look in server logs to see if there is no more details about this error