Thanks for the response!
I did some snooping around on the web and it turns out that my new server doesn't display errors. I added:
ini_set('display_errors', 1);
error_reporting(E_ALL);
Now I am getting the following errors when I view the code:
Warning: main(): open_basedir restriction in effect. File(/usr/share/pear/DB.php) is not within the allowed path(s): (/var/www/vhosts/xxxxxxx/httpdocs:/tmp) in /var/www/vhosts/ygptechnologies.com/httpdocs/test.php on line 6
Warning: main(DB.php): failed to open stream: Operation not permitted in /var/www/vhosts/xxxxxxxx/httpdocs/test.php on line 6
Fatal error: main(): Failed opening required 'DB.php' (include_path='.:/usr/share/pear:/user/share/pear:') in /var/www/vhosts/xxxxxxxx/httpdocs/test.php on line 6
I really don't understand what what those errors are, but one thing that looked odd to me was in the final error it says: "include_path='.:/usr/share/pear:/user/share/pear:'" is that supposed to 'user'?
Any thoughts would be greatly appreciated. Thanks!