• Hello World!

    I’m getting following error while trying to run verify-checksums:

    
    # wp plugin list --name=xml-sitemap-feed
    +------------------+--------+--------+---------+
    | name             | status | update | version |
    +------------------+--------+--------+---------+
    | xml-sitemap-feed | active | none   | 5.2.3   |
    +------------------+--------+--------+---------+
    # wp plugin verify-checksums xml-sitemap-feed
    +------------------+-----------+-----------------+
    | plugin_name      | file      | message         |
    +------------------+-----------+-----------------+
    | xml-sitemap-feed | LICENSE   | File is missing |
    | xml-sitemap-feed | README.md | File is missing |
    +------------------+-----------+-----------------+
    Error: No plugins verified (1 failed).
    # 
    
Viewing 1 replies (of 1 total)
  • Hi,

    The fact these files are missing is not going to break the plugin (they are only doc files from github) but it’s strange that they are missing though… How/when did you upgrade to 5.2.3?

    You could try wp plugin delete xml-sitemap-feed and wp plugin install xml-sitemap-feed to reinstall. The files should be there…

Viewing 1 replies (of 1 total)
  • The topic ‘File is missing (verify-checksums)’ is closed to new replies.