• I’m unable to update on two different sites, https://www.thepiratescove.us and ncdevil.com/pc. I get

    Download failed.: The checksum of the file (b5238626f66428b39eec15abdbf9fd9f) does not match the expected checksum value (5601580296bc0122084df3f965490112).

    Installation Failed

    And several plugins, including Jetpack, WP Super Cache, WPtouch Mobile Plugin, and a few others get the error “Update Failed: The package could not be installed. PCLZIP_ERR_BAD_FORMAT (-10) : Unable to find End of Central Dir Record signature”

    The NCDevil site is just used for development stuff, so there is no caching program. And Jetpack isn’t turned on. Yet, same issues. Any ideas?

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

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hey there ??
    Try increasing memory of your WordPress site by adding

    define('WP_MEMORY_LIMIT', '240M');

    in your wp-config.php, which by default is located in the root WordPress directory.

    Moderator t-p

    (@t-p)

    If that does not work, try MANUALLY updating. Download WordPress again and unzip it. Access your server via SFTP or FTP, or a file manager in your hosting account’s control panel (consult your hosting provider’s documentation for specifics on these), and delete then replace your copies of everything on the server except the wp-config.php file and the /wp-content/ directory with fresh copies from the download. This will effectively replace all of your core files without damaging your content and settings. Please read the Manual Update directions first.

    Backup: If you haven’t already done, always backup everything (including your database) before doing any actions, just in case something really goes wrong. You can never have enough backups!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Updating 4.9.6 Errors, Including Plugins’ is closed to new replies.