Log in

View Full Version : Need help ! Getting Error while Adding New Template to site


parash
03-21-2010, 01:51 AM
Parse error: syntax error, unexpected T_VARIABLE in /home/mysite/public_html/forums/index.php(597) : eval()'d code on line 66

I am getting the above mentioned Error while implementing a new template on a site . Can someone help me why is this error showing up .

Thanks in Advance .

--------------- Added 1269144225 at 1269144225 ---------------

Anyone ? I need bit of help here asap .

--------------- Added 1269189249 at 1269189249 ---------------

Any anyone !

Marco van Herwaarden
03-22-2010, 12:25 PM
To troubleshoot this, please remove any hacks and disable your plugins, then see if you still have this problem.
Note: To temporarily disable the plugin system, edit config.php and add this line right under <?php

define('DISABLE_HOOKS', true);

If so, reupload all the original vB non-image files (except install.php). Make sure you upload these in ASCII format and overwrite the ones on the server.

If your problem still exists, please create a new Style with no Parent set. Now browse the forum using this new style, do you still have the same problems? If you are troubleshooting login or guest issues, you will need to set this style as board default in the vBulletin Options.

parash
03-22-2010, 11:48 PM
Thanks Marco for the reply . Actually I found the unusual issue here in firefox only . When i Logout and check second template it works fine but not after Login .

It works fine in IE too . This is secondary Style which is not working the Parent style works fine here .