• Resolved alienicious

    (@alienicious)


    Hey guys πŸ™‚

    I have a problem with the plugin since the last update.

    Error:
    Fatal error: Call to undefined function get_plugins() in /var/www/web134650/html/alien/wp-content/plugins/email-subscribers/includes/feedback/class-ig-tracker-v-1-0-1.php on line 33

    I updated the plugin, and get this error. I try to delete the plugin and install it clean from the plugin store, but I always get this Error Message.

    WordPress 5.2.1
    Email Subscribers & Newsletters I think 4.1.2 (last version I can get in store)

    Please help me, what can i do? πŸ˜€

    Thanks in advance.

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

Viewing 3 replies - 1 through 3 (of 3 total)
  • Malay Ladu

    (@malayladu)

    Hi,

    Sorry for the inconvenience you had.

    We will take a look into this issue and fix the issue in upcoming release of Email Subscribers.

    Meanwhile, if you have access to your file system, please add following code on the line 32 in feedback/class-ig-tracker-v-1-0-1.php.

    if ( ! function_exists( 'get_plugins' ) ) {
        require_once ABSPATH . 'wp-admin/includes/plugin.php';
    }

    This should fix the issue

    Thread Starter alienicious

    (@alienicious)

    Thank you for the rapid response.

    It works perfectly!

    Malay Ladu

    (@malayladu)

    Hi,

    Just released 4.1.2.2 with the fix.

    Please upgrade and check once again.

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

The topic ‘“Fatal error” since last update’ is closed to new replies.