On Fri, Jan 6, 2012 at 5:08 PM, Curtis Maurand <cur...@maurand.com> wrote:
>
> it will be somewhere in php's search path.  you'd be better off trying
> search for a file of the same name.
>
> cd /usr/lib/php5
> find . -iname "vB_ProfileBlock*"
>
> if you have locate installed, try: "locate vB_ProfileBlock"
>

This works if vBulletin was installed as a system package. No other
package directly installs in php include paths.

OP should try this: grep -ir 'class vb_profileblock' <path to root of
vBulletin installation>

-- 
Nilesh Govindarajan
http://nileshgr.com

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to