Viewing 8 replies - 1 through 8 (of 8 total)
  • @ipajen its possible that other tools are leveraging PHPCompatibility not-yet-fully-released in-progress scans for 8.1 or 8.2. Tide has taken the stance that it will only report on released checks and not ones still in development as there’s a risk that showing 8.1 or 8.2 are passing but in reality are not because the coverage in PHPCompat is not complete.

    Thread Starter Jarko Piironen

    (@ipajen)

    @jeffpaul Yes your correct maybe not show all. Maybe better only show those version that’s currently supported by tilde.

    If plugin author are interested to implement this feature. Something to consider is that should the check be made on the current version installed of the plugins or on the latest version.

    Plugin Author Dinesh Pilani

    (@dineshpilani05)

    HI @ipajen @jeffpaul i have modified the column require php version to supported php version now it is displaying all the supported php version for the plugin please check it out and let me know if you have any more suggestion to improve the plugin

    Thread Starter Jarko Piironen

    (@ipajen)

    @dineshpilani05 after updating to 2.3 I get a fatal error on PHP 8.2.3 for the plugin when going to /blog/wp-admin/admin.php?page=PCC_Check

    Fatal error: Uncaught Error: implode(): Argument #1 ($pieces) must be of type array, string given
    in?public_html/blog/wp-content/plugins/plugin-compatibility-checker/plugin-compatibility-checker.php?on line?315

    Call stack:

    1. implode()
      wp-content/plugins/plugin-compatibility-checker/plugin-compatibility-checker.php:315
    2. PCC::PCC_Check()
      wp-includes/class-wp-hook.php:308
    3. WP_Hook::apply_filters()
      wp-includes/class-wp-hook.php:332
    4. WP_Hook::do_action()
      wp-includes/plugin.php:517
    5. do_action()
      wp-admin/admin.php:259
    Thread Starter Jarko Piironen

    (@ipajen)

    Also there are following warnings.

    Warning: Undefined array key “reports” in?/public_html/blog/wp-content/plugins/plugin-compatibility-checker/plugin-compatibility-checker.php?on line?312

    Warning: Trying to access array offset on value of type null in?public_html/blog/wp-content/plugins/plugin-compatibility-checker/plugin-compatibility-checker.php?on line?312

    Warning: Trying to access array offset on value of type null in?public_html/blog/wp-content/plugins/plugin-compatibility-checker/plugin-compatibility-checker.php?on line?312

    Warning: Trying to access array offset on value of type null in?public_html/blog/wp-content/plugins/plugin-compatibility-checker/plugin-compatibility-checker.php?on line?312

    Plugin Author Dinesh Pilani

    (@dineshpilani05)

    Hi @ipajen I will update the plugin after sometime but it not test with php8.2 so it will be fixed in next release

    Plugin Author Dinesh Pilani

    (@dineshpilani05)

    Hi @jeffpaul @ipajen I updated the plugin, you can check it out i have fixed the issues

    Thread Starter Jarko Piironen

    (@ipajen)

    Thank you, issues fixed and working great. Closing ticket.

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘Feature request all supported PHP versions’ is closed to new replies.