Quote:
Originally Posted by BirdOPrey5
You're missing the first line of my code in the plugin-
PHP Code:
gloabl $vbulletin;
|
If I put this code in first line then I will get error
PHP Code:
Parse error: syntax error, unexpected T_VARIABLE in /home/WEBSITE/public_html/forum/includes/functions.php(1329) : eval()'d code on line 1
I see this error line before my forum header hundreds times (same line) !
like this:
PHP Code:
Parse error: syntax error, unexpected T_VARIABLE in /home/WEBSITE/public_html/forum/includes/functions.php(1329) : eval()'d code on line 1
Parse error: syntax error, unexpected T_VARIABLE in /home/WEBSITE/public_html/forum/includes/functions.php(1329) : eval()'d code on line 1
Parse error: syntax error, unexpected T_VARIABLE in /home/WEBSITE/public_html/forum/includes/functions.php(1329) : eval()'d code on line 1
Parse error: syntax error, unexpected T_VARIABLE in /home/WEBSITE/public_html/forum/includes/functions.php(1329) : eval()'d code on line 1
Parse error: syntax error, unexpected T_VARIABLE in /home/WEBSITE/public_html/forum/includes/functions.php(1329) : eval()'d code on line 1
......................................