• Resolved ram130

    (@ram130)


    Hello

    I’ve noticed a php warning happening regardless if I’m using php 7.3 or 8.4

    “Invalid characters passed for attempted conversion, these have been ignored”

    I got the alert in Query Monitor plugin which monitors for any backend slow downs and errors. I’m not seeing the error on all my sites though. Can you please take a look what’s up?

    —— more info

    
    <code>
    wp-content/plugins/security-malware-firewall/lib/CleantalkSP/Common/Helpers/IP.php:458
    hexdec()
    wp-content/plugins/security-malware-firewall/lib/CleantalkSP/Common/Helpers/IP.php:458
    CleantalkSP\C\H\IP::isIPInNetwork()
    wp-content/plugins/security-malware-firewall/lib/CleantalkSP/Common/Helpers/IP.php:250
    CleantalkSP\C\H\IP::get()
    wp-content/plugins/security-malware-firewall/security-malware-firewall.php:1434
    spbc_auth_log()
    wp-content/plugins/security-malware-firewall/inc/spbc-admin.php:438
    spbc_admin_log_action()
    wp-content/plugins/security-malware-firewall/inc/spbc-admin.php:24
    spbc_admin_init()
    wp-includes/class-wp-hook.php:308
    do_action('admin_init')
    wp-admin/admin.php:175<code></code>
    </code>

    _

    • This topic was modified 1 year, 11 months ago by ram130.
    • This topic was modified 1 year, 11 months ago by ram130.

    The page I need help with: [log in to see the link]

Viewing 6 replies - 1 through 6 (of 6 total)
  • Plugin Support amagsumov

    (@amagsumov)

    Hello @ram130

    Please give us 2-3 business days for investigations.

    We’ll get back to you as soon as possible.

    Thread Starter ram130

    (@ram130)

    thanks, will wait.

    Plugin Support amagsumov

    (@amagsumov)

    Hello @ram130

    We checked these notices. They are not critical and do not break the plugin/website. You have nothing to worry about.

    The notices itself are related to the php function hexdec(), since php7.4 it throws “notice”. In the code this notice is blocked with a @. Looks like Query Monitor ignores @ to show these notices.

    Thank you.

    Thread Starter ram130

    (@ram130)

    It seems a solution would be a minor fix or alternative simple line of code, why not make the change for that? so far on one of my sites with over 30 plugins, only clean talk is throwing an warning on all pages.

    • This reply was modified 1 year, 11 months ago by ram130.
    Plugin Support eugenecleantalk

    (@eugenecleantalk)

    In this case, the line of code you are talking about is part of a complex algorithm. This cannot be changed in one line.

    But we have taken this task into work and are going to fix it in the next release of the plugin – 6.2.

    Thank you for your feedback.

    Plugin Support amagsumov

    (@amagsumov)

    Hello @ram130

    We need additional details about your website to investigate your case.
    Please contact us via our private Ticket System: https://cleantalk.org/my/support/open.

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Php error Invalid characters passed for attempted conversion’ is closed to new replies.