Quote:
Originally Posted by Paul M
Search quiz.php for $vboptions and replace it with $vbulletin->options
|
Paul:
When you do that, this error starts appearing in your Apache log files:
Code:
[Mon Dec 25 20:20:41 2006] [error] [client 64.233.178.136] PHP Parse error: syntax error, unexpected T_OBJECT_OPERATOR, expecting ',' or ';' in /usr/local/www/data/tech-faq.com/forum/quiz.php on line 164
Line 164 is:
Code:
global $templatecache, $db, $vbulletin->options, $style,$headinclude,$footer;