Hi,
When someonte tries to befriend to anotheruser i got this error:
Parse error: syntax error, unexpected T_ENCAPSED_AND_WHITESPACE, expecting ']' in /*****/forum/profile.php(722) : eval()'d code on line 3
I have disable all the plug and still the same problem.
I?m running 3.7.3 and my 722 line is:
Code:
eval(fetch_email_phrases('friendship_request_email', $touserinfo['languageid']));
require_once(DIR . '/includes/class_bbcode_alt.php');
$plaintext_parser =& new vB_BbCodeParser_PlainText($vbulletin, fetch_tag_list());
$plaintext_parser->set_parsing_language($touserinfo['languageid']);
$message = $plaintext_parser->parse($message, 'privatemessage');
vbmail($touserinfo['email'], $subject, $message);
I think it is custom code from some plugin in but i can?t identify it...
Can anyone please help me?
Thanks!!!!!!!!!!!!