• Resolved DinoG

    (@dinog)


    Hi, my entire site is giving this error message:

    Fatal error: Call to undefined function is_plugin_active() in /home/armpitwr/public_html/wp-content/plugins/youtube-embed-plus/youtube.php on line 4081

    I’ve made NO changes to the site, so I’m not sure what’s causing this. Any ideas? I have the free version of the plugin. I had no choice but to de-activate the plugin because it was causing my entire site to show that error. Once I de-activated your plugin, my site works (except for the pages that use your plugin, obviously).

    • This topic was modified 6 years, 8 months ago by DinoG.
    • This topic was modified 6 years, 8 months ago by DinoG.

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

Viewing 5 replies - 1 through 5 (of 5 total)
  • I have the same issue! https://www.floorish.com/
    Fatal error: Call to undefined function is_plugin_active() in /www/htdocs/floorish/wp-content/plugins/youtube-embed-plus/youtube.php on line 4081

    Same issue here… I’ve done a rollback to 11.8.5 and got my site back online.

    • This reply was modified 6 years, 8 months ago by bibiwan.
    • This reply was modified 6 years, 8 months ago by bibiwan.

    simply add

    <?php include_once( ABSPATH . ‘wp-admin/includes/plugin.php’ ); ?>

    on the top of youtube.php

    Plugin Author embedplus

    (@embedplus)

    We’ve identified the issue and updated the plugin to 11.8.6.1. Please update and let us know here if that solves the issue.

    Sincerely,
    EmbedPlus Team

    Thread Starter DinoG

    (@dinog)

    Update seems to have worked, thank you!

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Fatal Error (Entire Site Down!)’ is closed to new replies.