• Resolved iamcicero

    (@iamcicero)


    I have sent data via the plugin = UUID

    ampwp-71a5b4c4-ff59-5e3c-b3a9-5aa95ef33186

    When I go to delete the plugin I get this message. I can see others are having a similar issue.

    Deletion failed: There has been a critical error on this website.Learn more about troubleshooting WordPress.

    I’d prefer to let the uninstall script run it’s path rather than manually uninstall and then have to find the DB references to delete as well.

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

Viewing 5 replies - 1 through 5 (of 5 total)
  • Hi @iamcicero,

    Thanks for contacting us. The remove data plugin was introduced by version 2.2, and We will do some investigation over it. But on the meantime, you could remove all the data with WP-CLI:

    1. Remove AMP settings data: wp option delete amp-options
    2. Remove all amp_validated_url posts: wp post delete $(wp post list –post_type=’amp_validated_url’ –format=ids)
    3. Remove all amp_validation_error terms: wp term list amp_validation_error –field=term_id | xargs wp term delete amp_validation_error
    4. In case you’re using AMP Stories: Remove all amp_story posts: wp post delete $(wp post list –post_type=’amp_story’ –format=ids)

    I hope that helps!

    Plugin Author Weston Ruter

    (@westonruter)

    @iamcicero It would be very helpful if you could look at the PHP error log to see if there is perhaps something there to indicate what went wrong. I looked at the support data you provided and I don’t see any error log included. So either the AMP plugin wasn’t able to obtain the error log, or you provided the data prior to trying to uninstall, or there’s no PHP error happening at all and something else is going wrong with uninstallation.

    @fellyph The manual instructions are getting wptexturized with dashes and curly quotes. So you’ll probably want to re-post with code formatting.

    Plugin Author Weston Ruter

    (@westonruter)

    There’s also a GitHub issue now to investigate this further: https://github.com/ampproject/amp-wp/issues/6826

    Hi @iamcicero,

    I will close this topic, but please follow the GitHub issue for further updates over the AMP plugin.

    If you have any questions, please let us know.

    Thread Starter iamcicero

    (@iamcicero)

    Thanks, I’ll follow along at Github.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Can’t Delete AMP plugin’ is closed to new replies.