davispeixoto / Laravel-5-Salesforce

Laravel 5 wrapper for Salesforce Force.com Toolkit SOAP API
MIT License
47 stars 36 forks source link

Login NULL Error #30

Closed hugohernandezfcc closed 7 years ago

hugohernandezfcc commented 7 years ago

I've follow all steps to install the package in Laravel 5.4 and when execute the first sample is shown the error:

Exception at ConstructorINVALID_LOGIN: Invalid username, password, security token; or user locked out. /sys/vendor/davispeixoto/force-dot-com-toolkit-for-php/src/Davispeixoto/ForceDotComToolkitForPhp/SforceBaseClient.php(176): SoapClient->__call('login', Array)

I believe that the information of config/salesforce.php isn't received correctly because my credentials are correct (I did more of one test with Data Loader).

davispeixoto commented 7 years ago

Hi @hugohernandezfcc ,

I'd like you to do a quick sanity check:

hugohernandezfcc commented 7 years ago

I apologize for the delay but all points was checked and none was wrong.... I had to create the project again and put my credentials and wsdls again and run correct.

When I am more relaxed I will continue with the issue and will share my error in the creation.

Thanks for you help from México ;D.

davispeixoto commented 7 years ago

Alright, @hugohernandezfcc , I will close this issue, but you can add you comments as complement and reference for future users