I'm getting this error when installed:
Code:
Parse error: syntax error, unexpected $end in /home/******/public_html/forum/includes/class_core.php(4029) : eval()'d code on line 125
line 125 of class_core.php is this:
PHP Code:
/**
* Array of constants for use in fetch_array
*
* @var array
*/
var $fetchtypes = array(
DBARRAY_NUM => MYSQL_NUM,
DBARRAY_ASSOC => MYSQL_ASSOC,
DBARRAY_BOTH => MYSQL_BOTH
);
Line 125 of that is:
PHP Code:
DBARRAY_BOTH => MYSQL_BOTH
When I disable the mod, everything goes back to normal, unfortunately, I have vBSEO 3.5 installed with vb4 and when I add in the rules for vbseo in .htaccess I get this page where all images are gone, but all my writing and subforums and links are on the
LEFT side, but everything else is blank white, what might be the problem?