Error after 1.8.1.13 update

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #17987
    Scott
    User

    Just updated to the latest version on a client’s site in development and getting the following error repeated 8 times at the top of wp-admin:
    Warning: Can’t to read the Version header for updraftplus/updraftplus.php. The file does not exist. in /nfs/c06/h02/mnt/[Account ID]/domains//html/wp-content/plugins/updraftplus/udaddons/plugin-updates/plugin-update-checker.php on line 267

    #18402
    udadmin
    Keymaster

    Hi Scott,

    Thanks for the report, and sorry about that… to fix it, either:

    a) De-install and re-install
    or
    b) Open up wp-content/plugins/updraftplus/udaddons/updraftplus-addons.php, and change line 161 from:

    Quote:
    $plug_updatechecker = new PluginUpdateChecker($this->url.”/plugin-info/”, $this->slug.’/’.$this->slug.’.php’, $this->slug, 24);

    to:

    Quote:
    $plug_updatechecker = new PluginUpdateChecker($this->url.”/plugin-info/”, WP_PLUGIN_DIR.’/’.$this->slug.’/’.$this->slug.’.php’, $this->slug, 24);

    Best wishes,
    David

    #18406
    Scott
    User

    The messages are gone now.

    Revision committed through WordPress built-in Plugin Editor, but made actual edit by copy and pasting to an external text editor (to find the line easier.)

    Thank you!

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Error after 1.8.1.13 update’ is closed to new replies.