Quote:
Originally Posted by brookemegg
Hello,
Since installing 3.7, we have this on the top of all our webtemplate pages:
Parse error: syntax error, unexpected T_STRING in /nfs/c01/h05/mnt/38570/domains/spiffymoms.com/html/forums/view.php(901) : eval()'d code on line 1
Please see live version here: http://spiffymoms.com/forums/view.ph...ontest41_shell
How do I fix this? Thanks!!
|
If anybody has this problem AND has "QuoteIt!" hack installed, this is because 2 hacks are clashing. To fix the issue, follow these steps:
1- Go to pluggin manager
2- Find pluggin "vBadvanced and Global Quote Stuff" under Product : QuoteIt!, click edit
3- Replace entire content like this:
PHP Code:
if (THIS_SCRIPT != 'view')
{
if (defined('VBA_PORTAL') OR defined('QUOTEIT_GLOBAL')) {
$headinclude =& $vbulletin->templatecache['headinclude'];
}
if (defined('QUOTEIT_GLOBAL')) {
$showrandomquote = get_random_quote();
}
}
This should fix your problem. (alternatively you can uninstall either product)
@brookemegg : I've already fixed yours.