• Resolved aveal

    (@aveal)


    Hello!

    Just noticed an error in Security by CleanTalk dashboard: “Подтверждение ключа доступа: Unknown access key.” (https://ibb.co/y6cSkZP). Could you please tell what caused the error?

    Also regularly facing WordPress notifications like:

    An error of type E_ERROR was caused in line 212 of the file security-malware-firewall/lib/CleantalkSP/SpbctWP/Scanner/Surface.php. Error message: Maximum execution time of 120 seconds exceeded

    Don’t sure if the reason of both issues is the same…

    Security by CleanTalk version is 2.132. Thanks in advance!

Viewing 9 replies - 1 through 9 (of 9 total)
  • Plugin Support eugenecleantalk

    (@eugenecleantalk)

    Hello @aveal.

    Let’s address the first issue first. Perhaps the second one will solve itself.

    You may have inserted an access key from another service. Please insert the access key from your Security dashboard to the plugin settings and click “Save changes”.

    Thread Starter aveal

    (@aveal)

    @eugenecleantalk thanks for the reply!

    Checked the key, seems that it is correct (the same as in the cleantalk.org dashboard). Reentered and resaved it anyway, the error is still shown, but it is dated 2024-03-25.

    Plugin Support eugenecleantalk

    (@eugenecleantalk)

    It’s probably a cache. Please reset it. Then click the “Synchronize with Cloud” button in the plugin settings, wait until the rotating icon disappears and refresh the page.

    Thread Starter aveal

    (@aveal)

    Synchronization helped with message removing, thank you! But I’m still facing:

    An error of type E_ERROR was caused in line 212 of the file /security-malware-firewall/lib/CleantalkSP/SpbctWP/Scanner/Surface.php. Error message: Maximum execution time of 120 seconds exceeded

    Should I create a separate topic for this issue?

    SergeM

    (@serge00)

    Please, delete all unused, outdated and abandoned plugins and themes from your website. Doing so will reduce the total amount of files for the scanner to check.

    Disable the options “Scan links”, “Heuristic analysis” and “Scan HTML code”, then launch the Malware Scanner again:
    • WordPress Admin Page → Settings → Security by CleanTalk → General Settings → section “Malware Scanner” → disable the options “Scan links”, “Heuristic analysis” and “Scan HTML code” → Save Changes.

    After the initial scan, please enable the options “Scan links”, “Heuristic analysis” and “Scan HTML code” back. Now future scans will be faster and more stable.

    Did it help?

    Thread Starter aveal

    (@aveal)

    Hello! I’ve disabled these settings, but then got timeout error (https://ibb.co/87T210G) while attempting to perform a manual scan.

    Plugin Support sergecleantalk

    (@sergecleantalk)

    For further investigation please contact us through our private Ticket System:


    https://cleantalk.org/my/support/open

    SergeM

    (@serge00)

    We haven’t received your reply in a few days, so I’m going to mark this topic as “resolved”.
    If you have any further questions, you can start a new topic anytime.

    Thread Starter aveal

    (@aveal)

    If anyone experiences the same issue, I’ve currently ended up with editing hardcoded timeout values in plugin files:

    ScannerOpaque.php
    set_time_limit(120); => set_time_limit(360);

    spbc-scanner-plugin.min.js
    12e4 => 36e4

    spbc-scanner-plugin.min.js.map
    120000 => 360000

Viewing 9 replies - 1 through 9 (of 9 total)

The topic ‘Dashboard errors’ is closed to new replies.