PDA

View Full Version : Parse Error after Upgrade


jambo_1969
11-17-2008, 12:58 PM
Just checking my error logs, and have found a repeated error message..I've just upgraded to .7.4

PHP Parse error: syntax error, unexpected T_STRING in /home/httpd/*****/******/httpdocs/report.php(104) : eval()'d code on line 6

Anyone any idea ?

Lynne
11-17-2008, 02:07 PM
Line 104 of report.php:
($hook = vBulletinHook::fetch_hook('report_start')) ? eval($hook) : false;


Your error is from a plugin using the report_start hook.

jambo_1969
11-17-2008, 02:15 PM
Thanks Lynne...just dawned on me when I read your post what I've done :)