MyBB Community Forums
[Error Message] i am getting error in inc/class_parser.php - Printable Version

+- MyBB Community Forums (https://community.mybb.com)
+-- Forum: 1.8 Support (https://community.mybb.com/forum-175.html)
+--- Forum: General Support (https://community.mybb.com/forum-176.html)
+--- Thread: [Error Message] i am getting error in inc/class_parser.php (/thread-238476.html)



i am getting error in inc/class_parser.php - PARADOX987 - 2023-06-09

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


RE: i am getting error in inc/class_parser.php - Crazycat - 2023-06-09

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