PHP Parse Error?
hello!
I just viewed my error log and notice (i assume every time someone posts) there appears an error in the log which is:
"[13-Mar-2016 20:16:28 UTC] PHP Parse error: syntax error, unexpected '=' in /home/forumaccount/public_html/showpost.php(258) : eval()'d code on line 71"
line 71 is
70 - "$vbulletin->input->clean_array_gpc('r', array(
71 - 'highlight' => TYPE_STR,
72 - 'postcount' => TYPE_UINT,
73 - ));
"
does anyone know why this is? and could it be the reason for double posts?
|