Hello,
No compatibility issues with PHP 7 have been confirmed. If you believe so, please provide more details
I suspect you likely have plugin or theme conflicts. To find it out try a clean install. Create a test site with the default theme without any plugin but Fetch Tweets. Then see if the problem occurs. If not, install and activate the theme you are using and see if the problem occurs. If not, install the plugins you are using one by one. At some point, you’ll see the problem starts to occur. Then you can tell which one causes it.
Hope this halps.
-
This reply was modified 8 years, 9 months ago by
miunosoft.
Here are the issues:
FILE: /nas/content/live/vietnamvoices/wp-content/plugins/fetch-tweets/include/library/apf/utility/requirement/AdminPageFramework_Requirement.php
49 | ERROR | Extension ‘mysql_’ is deprecated since PHP 5.5 and removed since PHP 7.0 – use mysqli instead.
FILE: /nas/content/live/vietnamvoices/wp-content/plugins/fetch-tweets/include/library/apf/factory/_common/utility/wp_utility/AdminPageFramework_WPUtility.php
495 | ERROR | Extension ‘mysql_’ is deprecated since PHP 5.5 and removed since PHP 7.0 – use mysqli instead.
These issues are checked by PHP compatibility checker by wpengine. Currently I am using Fetch Tweets Version 2.6.3 .
-
This reply was modified 8 years, 9 months ago by
tuhinsb.
It is a false positive.
The plugin uses a isset() condition to avoid such errors.
Yes, I have checked the plugin code. It won’t create a problem. Thanks for quick response.