• Resolved jamelescroc

    (@jamelescroc)


    The last update fill error log every second with the same error : PHP Warning: foreach() argument must be of type array|object, bool given in /home/intellis/foubouffe.com/wp-content/plugins/freesoul-deactivate-plugins-pro/inc/mu-plugin.php on line 60

    the temporary fix is to stop error log :

    // Add a check to ensure $opts is an array
    if (!is_array($opts)) {
    $opts = [];
    }
    if( $eos_dp_paths && !empty( $eos_dp_paths ) ) {
    global $eos_dp_debug;
    $disabled_plugins = array_filter( $eos_dp_paths );

    • This topic was modified 2 years, 8 months ago by jamelescroc.
    • This topic was modified 2 years, 8 months ago by jamelescroc.
Viewing 1 replies (of 1 total)
  • Plugin Author Jose Mortellaro

    (@giuse)

    Hi @jamelescroc

    thank you for reporting this issue, and also for providing the solution 🙂

    I’m happy you was able to fix it quickly.

    This is solved with the new version of FDP PRO v. 1.1.0.3.
    If you don’t see the update available, go to Dashboard => Updates, and click on “Check again” a couple of times.
    It’s also important you have the last free version FDP v. 2.1.2 and an active license.

    Cause you are a PRO user, if you still have issues with the PRO version, please open a ticket on the premium support, or if you want leave a message on https://freesoul-deactivate-plugins.com/contact/ using the same email you used for buying the PRO version
    Unfortunately, we can’t help here for issues caused by the PRO version, because this goes against the rules of this forum. This is why I’m going to close this ticket. But of course, if you still help, I will be happy to help you via the premium support.

    Have a great day!

    Jose

Viewing 1 replies (of 1 total)

The topic ‘Last update cause error log’ is closed to new replies.