• Resolved a1exus

    (@a1exus)


    Hello World!

    I’m getting following while trying to verify checksums of a plugin:

    
    # wp-cli --allow-root plugin delete xml-sitemap-feed
    Deleted 'xml-sitemap-feed' plugin.
    Success: Deleted 1 of 1 plugins.
    # wp-cli --allow-root plugin install xml-sitemap-feed
    Installing XML Sitemap & Google News (5.2.3)
    Downloading installation package from https://downloads.wp.xz.cn/plugin/xml-sitemap-feed.5.2.3.zip...
    Using cached file '/root/.wp-cli/cache/plugin/xml-sitemap-feed-5.2.3.zip'...
    Unpacking the package...
    Installing the plugin...
    Plugin installed successfully.
    Success: Installed 1 of 1 plugins.
    # wp-cli --allow-root plugin verify-checksums --all
    Error: Only verified 9 of 10 plugins (1 failed).
    +------------------+-----------+-----------------+
    | plugin_name      | file      | message         |
    +------------------+-----------+-----------------+
    | xml-sitemap-feed | LICENSE   | File is missing |
    | xml-sitemap-feed | README.md | File is missing |
    +------------------+-----------+-----------------+
    # 
    

    Please advise.

Viewing 1 replies (of 1 total)
  • Hi, thanks for reporting. These two files are inside the zip package but apparently for some reason (no idea which, I have not seen that happen before) are not unpacked during installation on your server.

    For plugin functionality there is no problem as these two files are only there because of Github but do not play any role for WordPress. I’ll consider actively removing them when syncing the Github repo with the wp.org repo 🙂

Viewing 1 replies (of 1 total)

The topic ‘File is missing’ is closed to new replies.