Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author miunosoft

    (@miunosoft)

    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 7 years, 4 months ago by miunosoft.
    Thread Starter tuhinsb

    (@tuhinsb)

    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 7 years, 4 months ago by tuhinsb.
    Plugin Author miunosoft

    (@miunosoft)

    It is a false positive.

    The plugin uses a isset() condition to avoid such errors.

    Thread Starter tuhinsb

    (@tuhinsb)

    Yes, I have checked the plugin code. It won’t create a problem. Thanks for quick response.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Plugin won’t work on PHP 7 server’ is closed to new replies.