Quote:
Originally Posted by BirdOPrey5
Thanks.
I see your Facebook Like button is on the right but I thought they moved it to the left in 4.1.2. Did you do something to move it to the right or is that the default location in 4.1.3?
|
I don't believe we've done anything to change its location, so I'm assuming that's its default location.
Using v22, I made the change from your post earlier, and it removed 2 of the errors, but two of the errors remained.
Code:
Warning: Unexpected character in input: ''' (ASCII=39) state=1 in /home/themozz/public_html/bmgf/includes/class_core.php(4465) : eval()'d code on line 96
Parse error: syntax error, unexpected '<' in /home/themozz/public_html/bmgf/includes/class_core.php(4465) : eval()'d code on line 97
Also, one of my staff noticed that member profiles would not load when the mod was active.
Upgraded to v223, and found that we got a slightly different error. Disabled the add share options to templates plugin, and disabled everything in the mod other than turning it off, and still had the following error.
Code:
Warning: Unexpected character in input: ''' (ASCII=39) state=1 in /home/themozz/public_html/bmgf/includes/class_core.php(4465) : eval()'d code on line 108
Parse error: syntax error, unexpected '=' in /home/themozz/public_html/bmgf/includes/class_core.php(4465) : eval()'d code on line 108
I'm guessing that these errors may have something to do with our vBSEO settings? That's about the only thing which seems to make sense.
Probably should mention also, we do have an edited class_core.php, as per Paul M's changes
here.