I am trying to use quickbooks php webkit to connect my PHP website to quickbooks web connector. However when I run example_web_connector.php in my browser as suggested by http://www.consolibyte.com/docs/index.php/PHP_DevKit_for_QuickBooks_-_Quick-Start, I get the following error.
Warning: require_once(/var/www/vhosts/abc.com/httpdocs/app/webroot/quickbooks-php-master/QuickBooks/Driver/.php): failed to open stream: No such file or directory in /var/www/vhosts/abc.com/httpdocs/app/webroot/quickbooks-php-master/QuickBooks/Loader.php on line 56
Fatal error: require_once(): Failed opening required '/var/www/vhosts/abc.com/httpdocs/app/webroot/quickbooks-php-master/QuickBooks/Driver/.php' (include_path='.:/opt/plesk/php/5.5/share/pear:/var/www/vhosts/abc.com/httpdocs/app/webroot/quickbooks-php-master') in /var/www/vhosts/abc.com/httpdocs/app/webroot/quickbooks-php-master/QuickBooks/Loader.php on line 56
I didn't change any of the files in the devkit folder. The only change I did was adding the connection string to the file.
$dsn ='server=localhost;uid=username;pwd=password;database=database';