• Subhash

    (@subhashbose)


    Recently i have updated php version, current version is php 8.3, but we are some issue, can you check this.
    : Uncaught Error: Call to undefined function ASDK() in /var/www/html/folder/dev/wp-content/themes/folder/template-login.php:14 Stack trace: #0 /var/www/html/folder/dev/wp-content/themes/folder/base.php(36): include() #1 /var/www/html/folder/dev/wp-includes/template-loader.php(106): include(‘…’) #2 /var/www/html/folder/dev/wp-blog-header.php(19): require_once(‘…’) #3 /var/www/html/folder/dev/index.php(17): require(‘…’) #4 {main} thrown in

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter Subhash

    (@subhashbose)

    require_once (ABSPATH. ‘wp-content/plugins/integration-dynamics/vendor/autoload.php’);

    use AlexaCRM\CRMToolkit\Settings;

    use AlexaCRM\CRMToolkit\Client as OrganizationService;

    $service = ASDK();

    $options = [

        ‘serverUrl’ => ASDK()->settings->serverUrl,

      //  ‘username’ => ASDK()->settings->username,

      //  ‘password’ => ASDK()->settings->password,

        ‘authMode’ => ASDK()->settings->authMode,

    ];

    • This reply was modified 3 months, 1 week ago by Subhash.
    Plugin Author alexacrm

    (@alexacrm)

    Is plugin itself connected and working?

Viewing 2 replies - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.