Josh Tanberg

Results 10 comments of Josh Tanberg

$LeadId = '08644B69-XXXX-XXXX-A965-005056BB3D77'; $options = [ 'serverUrl' => 'correctdomain', 'username' => 'domain\username', 'password' => 'password', 'authMode' => 'Federation', ]; $serviceSettings = new Settings( $options ); $service = new OrganizationService( $serviceSettings...

Even if I just do $service->entity('Lead') it blows up during the construction of the Entity class. I have also tried Contact. I know they exist as I have seen them...

i will do my best to get a logger in place and post back as fast as I can.

Unfortunately server log just gives me the same stack trace back to Entity 103

Account is set up as Administrator, changed to 'lead' and still having the same issues.

We also have a ticket in with the CRM provider and he has this link to follow the issue as well.

This was using the cli-whoami.php essentially. I'm guessing that we have permission issues going on here. ERROR TYPE: E_EXCEPTION MESSAGE: Access is denied. SITE PAGE: http://vgminsurance.localhost/testmeta.php LOCATION: /var/www/vgminsurance.com/vendor/alexacrm/php-crm-toolkit/src/Client.php LINE NUMBER:...