Magento 2 stuck in “Update pending” when trying to uninstall a Magento ExtensionMagento 2: Run a uninstall script when module is uninstalled via command line?Magento 2: installation stuck at 65% “installing user configuration”Magento Update: There is no Mage_All_Latest in Magento Connect?Magento 2 - which folder the installed extension will beNot able to update Magento 2 theme,Magento 2 : Install an ExtensionExtension Manager stuck on “Please Wait”Magento 2 Extension Update - Check Component Dependency FailedMagento Marketplace: After update the magento marketplace, extension stuck in “Awaiting Marketing Review”Instructions to update extension in Magento 1.9Magento 2 Cron jobs are stuck in Pending

How could a scammer know the apps on my phone / iTunes account?

How to change two letters closest to a string and one letter immediately after a string using notepad++

A sequence that has integer values for prime indexes only:

What approach do we need to follow for projects without a test environment?

Why doesn't using two cd commands in bash script execute the second command?

Gravity magic - How does it work?

Are there verbs that are neither telic, or atelic?

Do these spellcasting foci from Xanathar's Guide to Everything have to be held in a hand?

Does someone need to be connected to my network to sniff HTTP requests?

how to write formula in word in latex

Why is the President allowed to veto a cancellation of emergency powers?

Why does Bach not break the rules here?

Use of undefined constant bloginfo

Sailing the cryptic seas

Are all passive ability checks floors for active ability checks?

How to simplify this time periods definition interface?

Gantt Chart like rectangles with log scale

Life insurance that covers only simultaneous/dual deaths

How to make healing in an exploration game interesting

Is it normal that my co-workers at a fitness company criticize my food choices?

What do Xenomorphs eat in the Alien series?

Professor being mistaken for a grad student

Why do Australian milk farmers need to protest supermarkets' milk price?

Is there a data structure that only stores hash codes and not the actual objects?



Magento 2 stuck in “Update pending” when trying to uninstall a Magento Extension


Magento 2: Run a uninstall script when module is uninstalled via command line?Magento 2: installation stuck at 65% “installing user configuration”Magento Update: There is no Mage_All_Latest in Magento Connect?Magento 2 - which folder the installed extension will beNot able to update Magento 2 theme,Magento 2 : Install an ExtensionExtension Manager stuck on “Please Wait”Magento 2 Extension Update - Check Component Dependency FailedMagento Marketplace: After update the magento marketplace, extension stuck in “Awaiting Marketing Review”Instructions to update extension in Magento 1.9Magento 2 Cron jobs are stuck in Pending













0















I'm currently trying to uninstall an extension that I installed using "Magento Marketplace" on a Magento 2.2.7 install but every time I try it gets stuck in the "Update pending" stage.



There are no errors in the developer console or in the console log.



enter image description here



Is there a solution for this or any other way to uninstall the extension?










share|improve this question



















  • 1





    check this one mate magento.stackexchange.com/questions/208903/…

    – magefms
    15 hours ago






  • 1





    i have recently this type problem and you have rollback it and manually extension install

    – Rakesh Donga
    15 hours ago











  • Thanks guys, much obliged.

    – CJNotts
    15 hours ago















0















I'm currently trying to uninstall an extension that I installed using "Magento Marketplace" on a Magento 2.2.7 install but every time I try it gets stuck in the "Update pending" stage.



There are no errors in the developer console or in the console log.



enter image description here



Is there a solution for this or any other way to uninstall the extension?










share|improve this question



















  • 1





    check this one mate magento.stackexchange.com/questions/208903/…

    – magefms
    15 hours ago






  • 1





    i have recently this type problem and you have rollback it and manually extension install

    – Rakesh Donga
    15 hours ago











  • Thanks guys, much obliged.

    – CJNotts
    15 hours ago













0












0








0








I'm currently trying to uninstall an extension that I installed using "Magento Marketplace" on a Magento 2.2.7 install but every time I try it gets stuck in the "Update pending" stage.



There are no errors in the developer console or in the console log.



enter image description here



Is there a solution for this or any other way to uninstall the extension?










share|improve this question
















I'm currently trying to uninstall an extension that I installed using "Magento Marketplace" on a Magento 2.2.7 install but every time I try it gets stuck in the "Update pending" stage.



There are no errors in the developer console or in the console log.



enter image description here



Is there a solution for this or any other way to uninstall the extension?







magento2 extensions uninstall-module






share|improve this question















share|improve this question













share|improve this question




share|improve this question








edited 13 hours ago









Chirag Patel

2,283423




2,283423










asked 15 hours ago









CJNottsCJNotts

13612




13612







  • 1





    check this one mate magento.stackexchange.com/questions/208903/…

    – magefms
    15 hours ago






  • 1





    i have recently this type problem and you have rollback it and manually extension install

    – Rakesh Donga
    15 hours ago











  • Thanks guys, much obliged.

    – CJNotts
    15 hours ago












  • 1





    check this one mate magento.stackexchange.com/questions/208903/…

    – magefms
    15 hours ago






  • 1





    i have recently this type problem and you have rollback it and manually extension install

    – Rakesh Donga
    15 hours ago











  • Thanks guys, much obliged.

    – CJNotts
    15 hours ago







1




1





check this one mate magento.stackexchange.com/questions/208903/…

– magefms
15 hours ago





check this one mate magento.stackexchange.com/questions/208903/…

– magefms
15 hours ago




1




1





i have recently this type problem and you have rollback it and manually extension install

– Rakesh Donga
15 hours ago





i have recently this type problem and you have rollback it and manually extension install

– Rakesh Donga
15 hours ago













Thanks guys, much obliged.

– CJNotts
15 hours ago





Thanks guys, much obliged.

– CJNotts
15 hours ago










1 Answer
1






active

oldest

votes


















2














You can uninstall module using php bin/magento module:uninstall Namespace_Modulename. (For more information click here)




This command works only with modules defined as Composer packages.




If you did not install the module via composer, it won't work.



You can only disable it via php bin/magento module:disable Namespace_Modulename



To remove module run below command.



cd app/code/<ExtensionProvider>/



rm -rf <ExtensionName>



I hope it helps!






share|improve this answer






















    Your Answer








    StackExchange.ready(function()
    var channelOptions =
    tags: "".split(" "),
    id: "479"
    ;
    initTagRenderer("".split(" "), "".split(" "), channelOptions);

    StackExchange.using("externalEditor", function()
    // Have to fire editor after snippets, if snippets enabled
    if (StackExchange.settings.snippets.snippetsEnabled)
    StackExchange.using("snippets", function()
    createEditor();
    );

    else
    createEditor();

    );

    function createEditor()
    StackExchange.prepareEditor(
    heartbeatType: 'answer',
    autoActivateHeartbeat: false,
    convertImagesToLinks: false,
    noModals: true,
    showLowRepImageUploadWarning: true,
    reputationToPostImages: null,
    bindNavPrevention: true,
    postfix: "",
    imageUploader:
    brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
    contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
    allowUrls: true
    ,
    onDemand: true,
    discardSelector: ".discard-answer"
    ,immediatelyShowMarkdownHelp:true
    );



    );













    draft saved

    draft discarded


















    StackExchange.ready(
    function ()
    StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmagento.stackexchange.com%2fquestions%2f266089%2fmagento-2-stuck-in-update-pending-when-trying-to-uninstall-a-magento-extension%23new-answer', 'question_page');

    );

    Post as a guest















    Required, but never shown

























    1 Answer
    1






    active

    oldest

    votes








    1 Answer
    1






    active

    oldest

    votes









    active

    oldest

    votes






    active

    oldest

    votes









    2














    You can uninstall module using php bin/magento module:uninstall Namespace_Modulename. (For more information click here)




    This command works only with modules defined as Composer packages.




    If you did not install the module via composer, it won't work.



    You can only disable it via php bin/magento module:disable Namespace_Modulename



    To remove module run below command.



    cd app/code/<ExtensionProvider>/



    rm -rf <ExtensionName>



    I hope it helps!






    share|improve this answer



























      2














      You can uninstall module using php bin/magento module:uninstall Namespace_Modulename. (For more information click here)




      This command works only with modules defined as Composer packages.




      If you did not install the module via composer, it won't work.



      You can only disable it via php bin/magento module:disable Namespace_Modulename



      To remove module run below command.



      cd app/code/<ExtensionProvider>/



      rm -rf <ExtensionName>



      I hope it helps!






      share|improve this answer

























        2












        2








        2







        You can uninstall module using php bin/magento module:uninstall Namespace_Modulename. (For more information click here)




        This command works only with modules defined as Composer packages.




        If you did not install the module via composer, it won't work.



        You can only disable it via php bin/magento module:disable Namespace_Modulename



        To remove module run below command.



        cd app/code/<ExtensionProvider>/



        rm -rf <ExtensionName>



        I hope it helps!






        share|improve this answer













        You can uninstall module using php bin/magento module:uninstall Namespace_Modulename. (For more information click here)




        This command works only with modules defined as Composer packages.




        If you did not install the module via composer, it won't work.



        You can only disable it via php bin/magento module:disable Namespace_Modulename



        To remove module run below command.



        cd app/code/<ExtensionProvider>/



        rm -rf <ExtensionName>



        I hope it helps!







        share|improve this answer












        share|improve this answer



        share|improve this answer










        answered 15 hours ago









        Chirag PatelChirag Patel

        2,283423




        2,283423



























            draft saved

            draft discarded
















































            Thanks for contributing an answer to Magento Stack Exchange!


            • Please be sure to answer the question. Provide details and share your research!

            But avoid


            • Asking for help, clarification, or responding to other answers.

            • Making statements based on opinion; back them up with references or personal experience.

            To learn more, see our tips on writing great answers.




            draft saved


            draft discarded














            StackExchange.ready(
            function ()
            StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmagento.stackexchange.com%2fquestions%2f266089%2fmagento-2-stuck-in-update-pending-when-trying-to-uninstall-a-magento-extension%23new-answer', 'question_page');

            );

            Post as a guest















            Required, but never shown





















































            Required, but never shown














            Required, but never shown












            Required, but never shown







            Required, but never shown

































            Required, but never shown














            Required, but never shown












            Required, but never shown







            Required, but never shown







            Popular posts from this blog

            Masuk log Menu navigasi

            16 Maret Daftar isi Peristiwa | Kelahiran | Meninggal | Hari raya dan peringatan | Menu navigasis

            ジョン・ファウルズ