Quote:
Originally Posted by XxSparks
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?
|
1. it is about line 4029 which is:
PHP Code:
eval($template_code);
So some template cannot be evaluated there. If you can echo which one is that and what is it's content that would be very helpful.
Also if you are using some other plugins - please check does it is not some conflict - temporary disable those and see does vBET will work.
2. If you disabled vBET simply comment additional rules in your .htaccess file.
If you need help more with this issue, please PM me access details to your forum.