• Resolved retrovertigo

    (@retrovertigo)


    Hi there,

    This is not a bug, just a deprecation warning for PHP8.1+ (or 8.0?).

    And I only came a cross it while debugging, explicitly displaying it by setting define('WP_DEBUG_DISPLAY', true);

    Deprecated: Implicit conversion from float NAN to int loses precision in /[...]/wp-content/plugins/post-smtp/Postman/PostmanUtils.php on line 215

    https://php.watch/versions/8.1/deprecate-implicit-conversion-incompatible-float-string

    The output of that deprecation message then also triggers a warning and stops the page rendering.

    Warning: Cannot modify header information - headers already sent by (output started at /[...]/wp-content/plugins/post-smtp/Postman/PostmanUtils.php:215) in /[...]/wp-admin/includes/misc.php on line 1431
Viewing 3 replies - 1 through 3 (of 3 total)
  • furqanfazal

    (@furqanfazal)

    Hi @retrovertigo,

    I hope you are doing good.

    Thank you for contacting us and considering the Post SMTP plugin. It’s a deprecated warning thank you for pointing out this, let us reproduce your case on our end and if we find these warnings we will fix this in the upcoming release.

    Thanks and regards,
    Support Team – WPExperts

    furqanfazal

    (@furqanfazal)

    Hi @retrovertigo,

    We have resolved the issue, you can download the updated file from here. Please ensure you take a backup of your site and test this fixed plugin. Let us know if it is functioning as expected in your environment.

    Thank you for your patience and understanding.

    Thanks and Regards,
    Support Team-WP Experts.

    Thread Starter retrovertigo

    (@retrovertigo)

    Thanks furqanfazal! ??

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘[Minor deprecation warning] Implicit conversion from float NAN to int’ is closed to new replies.