You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 20, 2024. It is now read-only.
I don't think this is a bug, but I'm hoping someone can tell me what I'm doing wrong. Line 78 of ET_Get.php always returns:
At line 78 $authstub is:
I'm trying to fix an implementation of ExactTarget/Marketing Cloud that is a few years old and recently randomly stopped working. I've narrowed down the failure to this line but I don't know what to make of the vague error message.
I don't think this is a bug, but I'm hoping someone can tell me what I'm doing wrong. Line 78 of ET_Get.php always returns:
At line 78
$authstub
is:I'm trying to fix an implementation of ExactTarget/Marketing Cloud that is a few years old and recently randomly stopped working. I've narrowed down the failure to this line but I don't know what to make of the vague error message.
Does anyone see anything obviously wrong with
$authstub
? One thing that I thought was odd is that$authstub->tenantKey
is null. I can't find any documentation on what tenantKey should be or how to set it. Is it the same as the 28 char string described here? https://help.salesforce.com/articleView?id=mc_rn_october_2018_platform_tenant_specific_subdomains.htm&type=5So far I've tried:
$config
when instantiatingnew ET_Client()
.Any help would be appreciated. I can provide whatever information would be helpful.
Environment
The text was updated successfully, but these errors were encountered: