Quote:
Originally Posted by Lynne
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.
|
yes thank you for your help. i found the hook. now how do i determine which plug in is using that location?