PDA

View Full Version : vBulletin CP Error: (Resolved)


epicphail
11-29-2007, 02:40 AM
When I go into my admin cp I get this
Parse error: syntax error, unexpected '<' in /hosted/domains/e/p/epic-phail.com/public_html/forum/admincp/index.php(873) : eval()'d code on line 1
So I went to 873 and got this
($hook = vBulletinHook::fetch_hook('admin_index_main1')) ? eval($hook) : false;

Line 1 says this
<?php

Any idea what is happening? Or do I have to ask at VB?

UnlimitedMB
11-29-2007, 03:26 AM
You should ask vb.

You could also change eval to echo and it will show the bad code.
But really this is VB's problem not for you to try and fix their bugs.

I would imagine if this were happening alot vb would know about it and release a fix, have you installed any mods? if so remove them.

epicphail
11-29-2007, 04:32 AM
You should ask vb.

You could also change eval to echo and it will show the bad code.
But really this is VB's problem not for you to try and fix their bugs.

I would imagine if this were happening alot vb would know about it and release a fix, have you installed any mods? if so remove them.
Alright thanks for the help.
I will ask them.