PDA

View Full Version : Error with plugin


n2fshn
03-05-2009, 04:17 PM
I installed a bad plugin that results this error:

Parse error: syntax error, unexpected T_LNUMBER in /home/fishingn/public_html/forum5/global.php(607) : eval()'d code on line 3

I have narrowed it down to the fact that the plugin xml file has somehow altered something in the DB to cause this error. Can anyone help with this?

Lynne
03-05-2009, 04:25 PM
I doubt that is an error caused by anything done to the database. Database errors are different - that is just a php error. You should post in the modification thread for help fixing it.

n2fshn
03-05-2009, 04:40 PM
The reason I suspect a DB problem is because I can edit the config file to point to an older DB backup and the error goes away. I have also completly erased all file and started with a fresh copy of VB.

I have already had a lengthy discussion about this on the VB forum. It is here: http://www.vbulletin.com/forum/showthread.php?t=301844

Where is the modifications thread? Thanks for your help!

ragtek
03-05-2009, 05:08 PM
line 607 in global.php eval('$spacer_close = "' . fetch_template('spacer_close1') . '";');

could you check your spacer_close1 template?
i think that it's not valid!