• Resolved abarry

    (@abarry)


    When upgrading to 4.4.1 and my plug-ins I got the following message- “Fatal error: require_once() [function.require]: Failed opening required ‘/home/acaat0/public_html/wp-content/plugins/wp-error-fix/bootstrap.php’ (include_path=’.:/usr/lib/php’) in /home/acaat0/public_html/wp-config.php on line 83”

    I am unable to deactivate my plug-ins through my admin panel. What do I need to do to fix this? I’m assuming it is a plug-in problem. In 9 years, this it only time I have had an update problem.

    Thanks,

    Ann

Viewing 4 replies - 1 through 4 (of 4 total)
  • Moderator t-p

    (@t-p)

    you plugin “wp-error-fix” is likely the error.

    Try deleting this plugin’s folder using FTP , or your web-host’s cPanel or whatever file management application your host provides (no Dashboard access required).

    Thread Starter abarry

    (@abarry)

    Unfortunately, that did not work….Should I also make a change in the wp-config.php file on line 83 which the error message refers to?

    define( ‘WP_DEBUG’, false);
    require_once ( ‘/home/acaat0/public_html/wp-content/plugins/wp-error-fix/bootstrap.php’ ) ;

    Thread Starter abarry

    (@abarry)

    Deleting the phrase above in the wp-config file fixed it. I’m a much happier person.

    Thanks Tara. It just needed to be done in two places.

    Moderator t-p

    (@t-p)

    Glad to know it 🙂

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

The topic ‘Fatal Error – Upgrading to 4.4.1 and plugins’ is closed to new replies.