The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
![]()
well i made a thread about this over at vb.com but no one seemed to be able to help. i recently upgraded my version of vb (3.7.3) and all my products and plug ins to make sure they are up to date. i had a bunch of errors codes but after reloading all the vbulletin files, reloading the database, and disabling/enabling products and plugins, i still have one error left. its on the top of the pafe of an opened thread. it appears no where else but in an opened thread. the interesting thing is that the error code appears the same amount of times as their are posts. here is the error code:
Parse error: syntax error, unexpected '=' in /var/www/vhosts/allthemisc.com/httpdocs/includes/class_postbit.php(293) : eval()'d code on line 137 any ideas? ![]() |
#2
|
|||
|
|||
![]()
Check your postbit template for a missing </if> statement.
Also check plugins with a postbit related hook. |
#3
|
||||
|
||||
![]()
Check line 293 of your class_postbit.php template and my guess is you'll find this hook:
($hook = vBulletinHook::fetch_hook('postbit_display_complet e')) ? eval($hook) : false; If so, then your error is related to a plugin using that hook location. |
#4
|
|||
|
|||
![]() Quote:
yes thank you for your help. i found the hook. now how do i determine which plug in is using that location? |
#5
|
|||
|
|||
![]() Quote:
The 2nd column is 'Hook Location', look for the hook you found, disable them all and enable one by one until you find the culprit. |
![]() |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|