Great Plugin: Reporting PHP Bugs
-
Hello,
Firstly thank you for a brilliant plugin, it’s fantastic! I received it from Envato Elements. [not sure where to find license info to add from package]
The requirement of Twitter API is problematic, been trying to get my account upgraded for almost a month! Still waiting… The way Instagram works is fantastic.
I’ve been working on the development of a website that will use this plugin and found a bunch of repeating errors in the debug log.
Please can you take a look at the following issues:
PHP Deprecated: Unparenthesized
a ? b : c ? d : e
is deprecated. Use either(a ? b : c) ? d : e
ora ? b : (c ? d : e)
in /var/www/vhosts/example.com/httpdocs/wp-content/plugins/flow-flow/includes/LABase.php on line 260PHP Deprecated: Unparenthesized
a ? b : c ? d : e
is deprecated. Use either(a ? b : c) ? d : e
ora ? b : (c ? d : e)
in /var/www/vhosts/example.com/httpdocs/wp-content/plugins/insta-flow/flow-flow/includes/LABase.php on line 241I am receiving the above in both PHP 7.3.17 & 7.4.5
Also in 7.4.5, I am seeing additionally:
PHP Deprecated: Array and string offset access syntax with curly braces is deprecated in /var/www/vhosts/example.com/httpdocs/wp-content/plugins/flow-flow/libs/InstagramAPI/Model/Media.php on line 229
PHP Deprecated: Array and string offset access syntax with curly braces is deprecated in /var/www/vhosts/example.com/httpdocs/wp-content/plugins/flow-flow/libs/FlowSocial/src/flow/social/FFInstagram.php on line 461
My environment is Plesk Obsidian 18.0.26, Litespeed Enterprise Webserver, LSAPI via FastCGI for PHP. PHP v7.3.17 & 7.4.5
Thanks!
- The topic ‘Great Plugin: Reporting PHP Bugs’ is closed to new replies.