MyBB Community Forums

Full Version: Parse Error
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
When my host turned off mod_security, the following errors appeared,


Parse error: syntax error, unexpected T_STRING in /home/bubka3/public_html/global.php(330) : eval()'d code on line 2

Parse error: syntax error, unexpected T_STRING in /home/bubka3/public_html/global.php(430) : eval()'d code on line 2

Parse error: syntax error, unexpected T_STRING in /home/bubka3/public_html/global.php(431) : eval()'d code on line 2

Parse error: syntax error, unexpected $end in /home/bubka3/public_html/global.php(432) : eval()'d code on line 1

Parse error: syntax error, unexpected T_STRING in /home/bubka3/public_html/global.php(433) : eval()'d code on line 2

Parse error: syntax error, unexpected '{' in /home/bubka3/public_html/global.php(486) : eval()'d code on line 2

Parse error: syntax error, unexpected T_STRING in /home/bubka3/public_html/global.php(495) : eval()'d code on line 3

Parse error: syntax error, unexpected T_STRING in /home/bubka3/public_html/index.php(41) : eval()'d code on line 3

Parse error: syntax error, unexpected T_STRING in /home/bubka3/public_html/index.php(175) : eval()'d code on line 3

Parse error: syntax error, unexpected T_STRING in /home/bubka3/public_html/index.php(274) : eval()'d code on line 2

Parse error: syntax error, unexpected T_LNUMBER in /home/bubka3/public_html/index.php(286) : eval()'d code on line 2

Parse error: syntax error, unexpected '{' in /home/bubka3/public_html/inc/functions_forumlist.php(314) : eval()'d code on line 3

Parse error: syntax error, unexpected T_LNUMBER in /home/bubka3/public_html/inc/functions_forumlist.php(314) : eval()'d code on line 2

Parse error: syntax error, unexpected T_STRING, expecting ']' in /home/bubka3/public_html/index.php(349) : eval()'d code on line 4

Parse error: syntax error, unexpected T_STRING in /home/bubka3/public_html/inc/functions.php(2825) : eval()'d code on line 2

Parse error: syntax error, unexpected T_STRING in /home/bubka3/public_html/inc/functions.php(2826) : eval()'d code on line 3
It seems like the functions aren't ending or are ending, but not properly
Never mind, after disabling phpQuickConfig in my cPanel it worked.