Hey all,
I am switching hosts as we speak from my own server to bluehost.com.
I have a quick question, my transition was smooth except for the error I get on many of my pages:
Warning: main(DB.php): failed to open stream: No such file or directory in db_universal.php on line 5
Fatal error: main(): Failed opening required 'DB.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in db_universal.php on line 5
Now, on line 5 I include the following PEAR :: DB classes:
require_once 'DB.php';
On my old server, the include-path for PHP was .:/usr/share/pear, but on my new one, it's .:/usr/lib/php:/usr/local/lib/php
How do I get access to the PEAR :: DB classes on my new bluehost.com servers?
Thanks in advance!