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
Sendportal\Base\Services\Messages\MessageTrackingOptions::setIsOpenTracking(): Argument #1 ($isOpenTracking) must be of type bool, int given, called in /Users/admin/Herd/web-project/project/vendor/mettle/sendportal-core/src/Services/Messages/MessageTrackingOptions.php on line 35
The issue is in sendportal_campaigns table we have 2 columns is_open_tracking and is_click_tracking , it have value stored as 0, 1 but the expected value by function is true/false
The text was updated successfully, but these errors were encountered:
- The issue is in sendportal_campaigns table we have 2 columns is_open_tracking and is_click_tracking , it have value stored as 0, 1 but the expected value by function is true/false
- mettle/sendportal#313
Sendportal\Base\Services\Messages\MessageTrackingOptions::setIsOpenTracking(): Argument #1 ($isOpenTracking) must be of type bool, int given, called in /Users/admin/Herd/web-project/project/vendor/mettle/sendportal-core/src/Services/Messages/MessageTrackingOptions.php on line 35
The issue is in
sendportal_campaigns
table we have 2 columnsis_open_tracking
andis_click_tracking
, it have value stored as 0, 1 but the expected value by function is true/falseThe text was updated successfully, but these errors were encountered: