Hey,
i installed a plugin and got an error when i load the site:
ParseError: syntax error, unexpected 'new' (T_NEW) in ..../includes/init.php(357) : eval()'d code on line 22
PHP Code:
if (!defined('VB_AREA') AND !defined('THIS_SCRIPT'))
{
echo 'VB_AREA and THIS_SCRIPT must be defined to continue';
exit;
}
if (isset($_REQUEST['GLOBALS']) OR isset($_FILES['GLOBALS']))
{
echo 'Request tainting attempted.';
exit;
}
@ini_set('pcre.backtrack_limit', -1);
Any idea how to solve it?
is line 22.