This repository has been archived by the owner on Jan 20, 2024. It is now read-only.
[BUG] Trying to access array offset on value of type null in ET_Client.php on line 645 #176
Open
1 of 4 tasks
Labels
Describe the bug
PHP shows warning
PHP Warning: Trying to access array offset on value of type null in ../vendor/salesforce-mc/fuel-sdk-php/src/ET_Client.php on line 645
when assigningET_Client
toET_Subscriber->authStub
. This is flooding our logs and making a lot of unnecessary notification about the warnings. Doe not actually stop the functionality, it's just the warning.To Reproduce
ET_Subscriber
ET_Client
(as well as all of the authentication for ET_Client)Expected behavior
I should not see the warning.
Screenshots
Code snippet
Environment
The bug has the severity
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: