PDA

View Full Version : New Posts


mk craig 42
02-11-2009, 06:46 PM
When i click new posts although it does work this comes up

Parse error: syntax error, unexpected '>' in /home/mkcraig/public_html/forum/search.php(2983) : eval()'d code on line 1


for every new post there is one of these codes each one slightly different.

could anyone help me

thanks

Lynne
02-11-2009, 06:53 PM
Reupload a newly downloaded copy of the search.php page.

mk craig 42
02-11-2009, 08:50 PM
Ive re uploaded it from the members page on vbulletin.com and it still says

Parse error: syntax error, unexpected '>' in /home/mkcraig/public_html/forum/search.php(2983) : eval()'d code on line 1

any ideas?

Lynne
02-11-2009, 08:59 PM
Whoops, I didn't realize it was a hook problem. LIne 2983 in search.php is:
($hook = vBulletinHook::fetch_hook('search_results_threadbi t')) ? eval($hook) : false;So, the error is caused from a plugin using that hook location. Disable the modification and you should be fine.

mk craig 42
02-11-2009, 09:16 PM
ye that worked Lynne thank you so much. :)

Dismounted
02-12-2009, 04:48 AM
The author may have updated the modification to fix the bug, you should check this.