jeudi 8 février 2018

consolibyte/quickbooks-php & Laravel - Failed Opening Required File

I'm trying to implement consolibyte/quickbooks-php in my Laravel 5.5 project but it's a bit difficult as the instructions are a little vague from this (as well as from Laravel 5.2 so I'm not sure how much has changed)(http://lamparchitect.blogspot.com/2016/03/how-to-implement-quickbooks-online-api.html).

I receive this error after following the instructions:

QuickBooks_Loader::load(): Failed opening required 'E:\webserver\htdocs\truckin\vendor\consolibyte\quickbooks/QuickBooks\Driver\.php' (include_path='E:\webserver\php\PEAR;E:\webserver\htdocs\truckin\vendor\consolibyte\quickbooks')

This specific line it is referring to is here:

if (QUICKBOOKS_LOADER_REQUIREONCE)
        {
            require_once QUICKBOOKS_BASEDIR . $file;
        }

But I'm not sure where $file is defined given that I followed the instructions and it isn't defined anywhere in there...

I'm not sure where to go from here. The project I am working on requires Intuit integration, so I'm not sure if there is a better way or not on the integration itself.

Thanks - Matt



via Chebli Mohamed

Aucun commentaire:

Enregistrer un commentaire