Fatal Error with Legacy feeds
-
I noticed on one of my client’s page that get updated plugin Fatal error.
The shortcode[custom-facebook-feed id="207785512594299"]They are having “legacy” feeds
When the shortcode is used page is getting:
PHP Fatal error: Uncaught TypeError: base64_decode(): Argument #1 ($string) must be of type string, array given /content/plugins/custom-facebook-feed/inc/SB_Facebook_Data_Encryption.php:99
Seems likebase64_decodeis getting Array while it has set STRICT check.And there is another one when I tried to edit (click Settings) (second time it worked some how)
PHP Fatal error: Uncaught TypeError: json_decode(): Argument #1 ($json) must be of type string, array given in public/content/plugins/custom-facebook-feed/inc/CFF_Shortcode.php:1827Plugin Version: 4.3.4
WP: 6.8.3
PHP: 8.2Sorry, I can’t give access to the page.
NOTE: Seems like the “Source” is also missing but that’s my client’s fault. But I don’t think this should cause Fatal? 😀
You must be logged in to reply to this topic.