Quote:
Originally Posted by vrokar
Parse error: syntax error, unexpected T_STRING in /home/siphon/public_html/forums/newthread.php(71) : eval()'d code on line 899
Getting this error. Havnt changed anything was working perfect yetserday. I did copy the form and change the name though trying to make a second. Havnt finished though. Any ideas?
Also Got
Invalid Forum specified. If you followed a valid link, please notify the administrator
Like I said, no forums have been changed or anything. So im a but confused as to why this happened. Any ideas?
|
newthread.php - line 71:
Code:
($hook = vBulletinHook::fetch_hook('newthread_start')) ? eval($hook) : false;
Instructions at the top of the page:
Quote:
The beauty of this hack is that once you install this hack, to make a new form all you need to do is copy the main hook, rename it to whatever you want,edit the variables in the hook, and you have a totally new form!!!
|
That's my guess as to your problem.