PHP Warning: Attempt to read property on array
-
Dear Developers,
After the latest version of the plugin (3.0.4), there are some PHP warnings in the log file.
[01-Dec-2022 08:40:10 UTC] PHP Warning: Attempt to read property "ig_shopping_enabled" on array in /home/{domain}/wp-content/plugins/facebook-for-woocommerce/includes/Utilities/Tracker.php on line 164 [01-Dec-2022 08:40:10 UTC] PHP Warning: Attempt to read property "ig_cta_enabled" on array in /home/{domain}/wp-content/plugins/facebook-for-woocommerce/includes/Utilities/Tracker.php on line 165It seems that in this line the returned transient is an array and not an object.
$config = get_transient( self::TRANSIENT_WCTRACKER_FBE_BUSINESS_CONFIG );
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
The topic ‘PHP Warning: Attempt to read property on array’ is closed to new replies.