• I seem to be seeing some errors within WordPress’ logs.

    Here are the ones I have been seeing pop up.

    E_WARNING
    gzinflate(): data error at /path/wp-content/plugins/social-networks-auto-poster-facebook-twitter-g/inc/nxs_class_http.php (233)
    timed at 23-Jun-2019 05:15:04
    Array

    E_WARNING
    array_flip(): Can only flip STRING and INTEGER values! at /path/wp-content/plugins/social-networks-auto-poster-facebook-twitter-g/inc-cl/vk.api.php (23)
    timed at 23-Jun-2019 05:15:04
    Array

Viewing 2 replies - 1 through 2 (of 2 total)
  • Please see the FAQ – #1.13:
    https://www.nextscripts.com/support-faq/#a113

    Thread Starter jh20001

    (@jh20001)

    Yep. I was just pointing it out as an FYI. Sure, they may be watching out for these notices themselves, but who knows if it is unique to a specific environment or set of conditions that they might not have seen yet. Either way.

    As for disabling debug mode, that will never happen as we keep debug mode going for good reasons. It allows us to keep an eye on every little thing going on for the purposes of scripts/plugins we have written or customized, or for the purposes of various potential upgrades (like PHP versions). Helps to track down deprecations of older plugins that will never be updated again (when an author abandons a plugin), allowing us to decide to drop it or make the changes ourselves. Etc etc etc. ??

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘gzinflate(): Data Error/array_flip(): Can only flip STRING and INTEGER values’ is closed to new replies.