Fatal error: Uncaught Exception: cURL Error: 6, Could not resolve host:
-
Hi.
System:
Dynamics 365 Integration: 1.3.8
Dynamics 365 Integration Premium: 1.3.5
WordPress: 6.0.2
PHP: 7.4.18
cURL version: OpenSSL/1.0.2g
Gravity Forms: 2.6.6Recently I realized when I enter in to the Backend Forms->Form that uses the connection I see error:
Fatal error: Uncaught Exception: cURL Error: 6, Could not resolve host: https in /var/www/1/www/wp-content/plugins/integration-dynamics/vendor/alexacrm/php-crm-toolkit/src/Client.php:1261 Stack trace: #0 /var/www/1/www/wp-content/plugins/integration-dynamics/vendor/alexacrm/php-crm-toolkit/src/Client.php(2280): AlexaCRM\CRMToolkit\Client->getSoapResponse('https:///XRMSer...', '<s:Envelope xml...') #1 /var/www/1/www/wp-content/plugins/integration-dynamics/vendor/alexacrm/php-crm-toolkit/src/Client.php(831): AlexaCRM\CRMToolkit\Client->attemptSoapResponse('organization', Object(Closure)) #2 /var/www/1/www/wp-content/plugins/integration-dynamics/vendor/alexacrm/php-crm-toolkit/src/Client.php(808): AlexaCRM\CRMToolkit\Client->retrieveEntityRaw('bn_kursdeltager', NULL, NULL, false) #3 /var/www/1/www/wp-content/plugins/integration-dynamics/vendor/alexacrm/php-crm-toolkit/src/Entity/MetadataCollection.php(192): AlexaCRM\CRMToolkit\Client->retrieveEntity('bn_kursdeltager') #4 /var/www/1/281726/w in /var/www/1/www/wp-content/plugins/integration-dynamics/vendor/alexacrm/php-crm-toolkit/src/Client.php on line 1261
In another part of the page I’m using also custom connect using: https://github.com/AlexaCRM/php-crm-toolkit/blob/master/examples/cli-getallcontacts.php
and my code:$sdk = ACRM()->getSdk(); $kurses = $sdk->retrieveMultipleEntities( "bn_kurs", $allPages = true, $pagingCookie = null, $limitCount = 5, $pageNumber = 1, $simpleMode = false );
This also produces exact same error.
How I can solve this issue?
??
- The topic ‘Fatal error: Uncaught Exception: cURL Error: 6, Could not resolve host:’ is closed to new replies.