• I just updated by self-hosted site to 4.4. While I was at it I installed the updates for the plugins. For some reason is does not show me the updating process. I opened the site in a new tab and got this message

    Warning: require_once(/home/public/wp-content/plugins/jetpack/require-lib.php): failed to open stream: No such file or directory in /home/public/wp-content/plugins/jetpack/jetpack.php on line 49
    
    Fatal error: require_once(): Failed opening required '/home/public/wp-content/plugins/jetpack/require-lib.php' (include_path='.:/usr/local/php/5.5.30-nfsn2/lib/:/usr/local/php/lib/') in /home/public/wp-content/plugins/jetpack/jetpack.php on line 49

    How can I fix this? My site is a personal author site: https://johnpaulwohlscheid.work/

    Thanks

Viewing 5 replies - 1 through 5 (of 5 total)
  • The plugin update may have been interrupted for some reason. Try using your ftp client to rename the jetpack plugin directory and see if that lets you back in. Then you can install a fresh version of jetpack and see what happens.

    Seems your update process (replacing files) was interrupted somehow and the files were not copied to your plugin directory.
    Download the jetpack plugin from: https://www.ads-software.com/plugins/jetpack/
    Login via ftp and replace the jetpack directory (assuming you didn’t made any modification on the plugin files, so you need to keep the old files just in case)

    Thread Starter JohnBlood

    (@johnblood)

    I updated another WP site Manjaro Gazette and that one has the same problem.

    Thread Starter JohnBlood

    (@johnblood)

    Well, got one fixed. Now, I’ve got to work on the other. Thanks, guys.

    Add this code in your wp-admin folder. I hope this may help.

    upload_max_filesize = 128M
    post_max_size = 128M
    max_execution_time = 600

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Site crashed during plugin updates’ is closed to new replies.