It looks like your include_path is set to a specific folder... Check your php.ini settings or try adding before the include_once line so it looks like:

PHP Code:
set_include_path('/home/vshopgr9/public_html/admin/includes/modules/)';
include_once 
'facebook/php/facebook.php'