• Hello, it’s not a support question, just some points after using it.

    1. I deactivated WP-Cron and created a cron job in CPanel and the scan won’t work (even with Ajax). It shows an “unknown error”.
    2. If Litespeed Object Cache is activated, nonce error is showing – I saw another thread about this in the forum.

    Maybe you could add these points to the Troubleshoot FAQ. And thanks for your products. They help me to clean a hacked site. Too bad Firewall Pro version is too expensive for me.

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Contributor bruandet

    (@bruandet)

    Are you using the absolute path (e.g.: /some/path/domain/wp-cron.php) or the web URI (e.g.: https://domain/wp-cron.php) to run your cron job?

    NS uses the get_transient function to retrieve the value of a transient in the options table. Do you have an option to disable transient caching?

    Thread Starter Li-An

    (@li-an)

    The cron job is like (my webhoster created it, I did not manage to make it work)

    cd /home/user/site.fr && /usr/local/bin/php /home/user/site.fr/wp-cron.php

    In LiteSpeed, there is an option to not store Transient. https://docs.litespeedtech.com/lscache/lscwp/cache/ It was deactivated. I don’t know if it’s related.

    Plugin Contributor bruandet

    (@bruandet)

    Your cron job is using the PHP command line interpreter; consider using the PHP web interpreter instead:
    wget -q -O - https://domain.com/wp-cron.php?doing_wp_cron > /dev/null 2>&1

    Thread Starter Li-An

    (@li-an)

    I think I tried it already but it did not work on my webhoster. I will have a look.

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

You must be logged in to reply to this topic.