{"id":14611,"date":"2020-12-09T14:27:11","date_gmt":"2020-12-09T14:27:11","guid":{"rendered":"http:\/\/wiki2.plumserver.com\/?post_type=ht_kb&#038;p=14611"},"modified":"2021-11-18T05:04:50","modified_gmt":"2021-11-18T10:04:50","slug":"magento-2-splash-page-extension-v1-x-uninstalling","status":"publish","type":"post","link":"https:\/\/plumrocket.com\/docs\/magento-splash-page\/v1\/uninstalling","title":{"rendered":"Magento 2 Splash Page v1.x Uninstalling"},"content":{"rendered":"\n<p>Here you will learn how to easily remove <a href=\"\/magento-splash-page\">Magento 2 Splash Page<\/a> using two methods &#8211; via the Automated Removal Script or Composer.<\/p>\n\n\n\n<p><strong>You can choose one of the following two methods to remove the extension from your Magento 2 store.<\/strong><\/p>\n\n\n\n<div class=\"wp-block-buttons\">\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link has-background\" href=\"#Automated_Extension_Removal_Script\" style=\"background-color:#c9383d\"><strong>1. Uninstall using Automated Script<\/strong><\/a><\/div>\n\n\n\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link has-background\" href=\"#Remove_Extension_via_the_Composer\" style=\"background-color:#33b0e2\"><strong>2. Uninstall via the Composer<\/strong><\/a><\/div>\n<\/div>\n\n\n\n<h2 id=\"Automated_Extension_Removal_Script\">Automated Extension Removal Script<\/h2>\n\n\n\n<p>In order to remove this module by means of a script, please:<\/p>\n\n\n\n<p>1. Download the&nbsp;<a href=\"\/docs\/wp-content\/document-archive\/remove_plumrocket_extensions_for_magento2.zip\" rel=\"nofollow\">remove_plumrocket_extensions_for_magento2.zip<\/a>&nbsp;archive and unpack it.<\/p>\n\n\n\n<p>2. Upload it to the root directory of the site as it is shown below:<\/p>\n\n\n\n<div class=\"wp-block-group pr-notice pr-notice-info\"><div class=\"wp-block-group__inner-container\">\n<p class=\"pr-notice-title\">Detailed description:<\/p>\n\n\n\n<ol><li><strong>It is your client side.<\/strong>&nbsp;You will see your module removal script file.<\/li><li><strong>This is your root directory on server side.<\/strong>&nbsp;This is where the file should be uploaded to.<\/li><li><strong>All the files must be uploaded to the server.<\/strong>&nbsp;Select the file and press the right button of your mouse.<\/li><li><strong>Select the &#8220;Upload&#8221; option in order to upload the file to the server.<\/strong><\/li><\/ol>\n<\/div><\/div>\n\n\n\n<p><\/p>\n\n\n\n<figure class=\"wp-block-image\"><img src=\"\/docs\/wp-content\/uploads\/2020\/12\/1_uninstall_magento_2_accelerated_mobile_pages-2.jpg\" alt=\"1 uninstall magento 2 accelerated mobile pages\"\/><\/figure>\n\n\n\n<p>3.Please, enter the script path into your browser&#8217;s address bar and follow this address. The path format is: <\/p>\n\n\n\n<p>www.yourdomain.com\/remove_plumrocket_extensions_for_magento2.php <\/p>\n\n\n\n<p>where &#8220;yourdomain&#8221; is the name of your domain.<\/p>\n\n\n\n<p>The screenshot below shows the page that will appear after you run the universal uninstall script:<\/p>\n\n\n\n<div class=\"wp-block-group pr-notice pr-notice-info\"><div class=\"wp-block-group__inner-container\">\n<p class=\"pr-notice-title\">Detailed description:<\/p>\n\n\n\n<ol><li><strong>In the window opened, you will see the &#8220;Remove&#8221; button next to the &#8220;Plumrocket_SplashPage&#8221; title. In order to remove an extension, press the &#8220;Remove&#8221; button.<\/strong><\/li><\/ol>\n<\/div><\/div>\n\n\n\n<p><\/p>\n\n\n\n<figure class=\"wp-block-image\"><img src=\"\/docs\/wp-content\/uploads\/2020\/12\/2_uninstall_magento_2_Splash_Page_email.png\" alt=\"2 uninstall magento 2 Splash Page email\"\/><\/figure>\n\n\n\n<div class=\"wp-block-group pr-notice pr-notice-info\"><div class=\"wp-block-group__inner-container\">\n<p class=\"pr-notice-title\">Detailed description:<\/p>\n\n\n\n<ol><li><strong>If you see the &#8220;Extension removed successfully&#8221; message, this means that Magento 2 Splash Page Extension has been removed successfully.<\/strong><\/li><li><strong>After you finish, please make sure to remove the uninstall script from your server.<\/strong><\/li><\/ol>\n<\/div><\/div>\n\n\n\n<p><\/p>\n\n\n\n<figure class=\"wp-block-image\"><img src=\"\/docs\/wp-content\/uploads\/2020\/12\/3_uninstall_magento_2_accelerated_mobile_pages-1.jpg\" alt=\"3 uninstall magento 2 accelerated mobile pages\"\/><\/figure>\n\n\n\n<p>At this point, Magento 2 Splash Page extension has been successfully removed from your server.<\/p>\n\n\n\n<h2 id=\"Remove_Extension_via_the_Composer\">Remove Extension via the Composer<\/h2>\n\n\n\n<p><strong>In order to remove your Magento 2 Splash Page extension via the Composer, open the console (SSH terminal) and follow commands:<\/strong><\/p>\n\n\n\n<p>1. In terminal, switch to your Magento 2 root directory using command:<\/p>\n\n\n\n<div class=\"wp-block-prismatic-blocks\"><div><\/div><pre><code class=\"language-bash\">cd \/FULL_PATH_TO_YOUR_MAGENTO2<\/code><\/pre><\/div>\n\n\n\n<p>where &#8220;FULL_PATH_TO_YOUR_MAGENTO2&#8221; is the path to your Magento 2 folder on your server.<\/p>\n\n\n\n<p>2. Disable the extension:<\/p>\n\n\n\n<div class=\"wp-block-prismatic-blocks\"><div><\/div><pre><code class=\"language-bash\">php bin\/magento module:disable Plumrocket_SplashPage<\/code><\/pre><\/div>\n\n\n\n<p>3. Remove the extension:<\/p>\n\n\n\n<div class=\"wp-block-prismatic-blocks\"><div><\/div><pre><code class=\"language-bash\">composer remove plumrocket\/module-splashpage<\/code><\/pre><\/div>\n\n\n\n<p>4. Run the next three Magento 2 commands:<\/p>\n\n\n\n<div class=\"wp-block-prismatic-blocks\"><div><\/div><pre><code class=\"language-bash\"> php bin\/magento setup:upgrade\n php bin\/magento setup:di:compile\n php bin\/magento setup:static-content:deploy<\/code><\/pre><\/div>\n\n\n\n<p>After running these commands, the extension should be uninstalled successfully. Similar message should be displayed in your console as displayed below:<\/p>\n\n\n\n<figure class=\"wp-block-image\"><img src=\"\/docs\/wp-content\/uploads\/2020\/12\/Installation_of_extension_via_composer_by_plumrocket_v3.jpg\" alt=\"Installation of extension via composer by plumrocket v3\"\/><\/figure>\n\n\n\n<p>5. Below you will find the SQL command designed to delete all extension information from the database:<\/p>\n\n\n\n<div class=\"wp-block-prismatic-blocks\"><div><\/div><pre><code class=\"language-sql\">DELETE FROM core_config_data WHERE path LIKE 'prsplashpage\/%';\nDELETE FROM setup_module WHERE module = 'Plumrocket_SplashPage';\nDROP TABLE IF EXISTS plumrocket_splashpage_email_log;<\/code><\/pre><\/div>\n\n\n\n<p>6. Clear Magento Cache:<\/p>\n\n\n\n<div class=\"wp-block-prismatic-blocks\"><div><\/div><pre><code class=\"language-bash\">php bin\/magento cache:flush<\/code><\/pre><\/div>\n\n\n\n<p>At this point, Magento 2 Splash Page extension has been successfully removed from your server.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Here you will learn how to easily remove Magento 2 Splash Page using two methods &#8211; via the Automated Removal Script or Composer. You can choose one of the following two methods to remove the extension from your Magento 2 store. Automated Extension Removal Script In order to remove this module by means of a &hellip; <\/p>\n<p class=\"link-more\"><a href=\"https:\/\/plumrocket.com\/docs\/magento-splash-page\/v1\/uninstalling\" class=\"more-link\">Continue reading<span class=\"screen-reader-text\"> &#8220;Magento 2 Splash Page v1.x Uninstalling&#8221;<\/span><\/a><\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"inline_featured_image":false,"_mi_skip_tracking":false,"_monsterinsights_sitenote_active":false,"_monsterinsights_sitenote_note":"","_monsterinsights_sitenote_category":0},"categories":[146],"tags":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO Premium plugin v17.2 (Yoast SEO v17.2) - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>How to Uninstall Magento 2  Splash Page Extension v1.x Magento 2 Splash Page v1.x Uninstalling - Plumrocket Documentation<\/title>\n<meta name=\"description\" content=\"Here you will learn how to easily remove Magento 2 Splash Page using two methods - via the Automated Removal Script or Composer. You can choose one of the\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/plumrocket.com\/docs\/magento-splash-page\/v1\/uninstalling\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Magento 2 Splash Page v1.x Uninstalling\" \/>\n<meta property=\"og:description\" content=\"Here you will learn how to easily remove Magento 2 Splash Page using two methods - via the Automated Removal Script or Composer. You can choose one of the\" \/>\n<meta property=\"og:url\" content=\"https:\/\/plumrocket.com\/docs\/magento-splash-page\/v1\/uninstalling\" \/>\n<meta property=\"og:site_name\" content=\"Plumrocket Documentation\" \/>\n<meta property=\"article:published_time\" content=\"2020-12-09T14:27:11+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2021-11-18T10:04:50+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/plumrocket.com\/docs\/wp-content\/uploads\/2020\/12\/1_uninstall_magento_2_accelerated_mobile_pages-2.jpg\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Plumrocket\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"3 minutes\" \/>\n<!-- \/ Yoast SEO Premium plugin. -->","yoast_head_json":{"title":"How to Uninstall Magento 2  Splash Page Extension v1.x Magento 2 Splash Page v1.x Uninstalling - Plumrocket Documentation","description":"Here you will learn how to easily remove Magento 2 Splash Page using two methods - via the Automated Removal Script or Composer. You can choose one of the","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/plumrocket.com\/docs\/magento-splash-page\/v1\/uninstalling","og_locale":"en_US","og_type":"article","og_title":"Magento 2 Splash Page v1.x Uninstalling","og_description":"Here you will learn how to easily remove Magento 2 Splash Page using two methods - via the Automated Removal Script or Composer. You can choose one of the","og_url":"https:\/\/plumrocket.com\/docs\/magento-splash-page\/v1\/uninstalling","og_site_name":"Plumrocket Documentation","article_published_time":"2020-12-09T14:27:11+00:00","article_modified_time":"2021-11-18T10:04:50+00:00","og_image":[{"url":"https:\/\/plumrocket.com\/docs\/wp-content\/uploads\/2020\/12\/1_uninstall_magento_2_accelerated_mobile_pages-2.jpg"}],"twitter_card":"summary_large_image","twitter_misc":{"Written by":"Plumrocket","Est. reading time":"3 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebSite","@id":"https:\/\/plumrocket.com\/docs\/#website","url":"https:\/\/plumrocket.com\/docs\/","name":"Plumrocket Documentation","description":"Extensions docs, troubleshootings etc.","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/plumrocket.com\/docs\/?s={search_term_string}"},"query-input":"required name=search_term_string"}],"inLanguage":"en-US"},{"@type":"ImageObject","@id":"https:\/\/plumrocket.com\/docs\/magento-splash-page\/v1\/uninstalling#primaryimage","inLanguage":"en-US","url":"\/docs\/wp-content\/uploads\/2020\/12\/1_uninstall_magento_2_accelerated_mobile_pages-2.jpg","contentUrl":"\/docs\/wp-content\/uploads\/2020\/12\/1_uninstall_magento_2_accelerated_mobile_pages-2.jpg"},{"@type":"WebPage","@id":"https:\/\/plumrocket.com\/docs\/magento-splash-page\/v1\/uninstalling#webpage","url":"https:\/\/plumrocket.com\/docs\/magento-splash-page\/v1\/uninstalling","name":"Magento 2 Splash Page v1.x Uninstalling - Plumrocket Documentation","isPartOf":{"@id":"https:\/\/plumrocket.com\/docs\/#website"},"primaryImageOfPage":{"@id":"https:\/\/plumrocket.com\/docs\/magento-splash-page\/v1\/uninstalling#primaryimage"},"datePublished":"2020-12-09T14:27:11+00:00","dateModified":"2021-11-18T10:04:50+00:00","author":{"@id":"https:\/\/plumrocket.com\/docs\/#\/schema\/person\/38b360639b934d6c984ee4f3ffce7d20"},"description":"Here you will learn how to easily remove Magento 2 Splash Page using two methods - via the Automated Removal Script or Composer. You can choose one of the","breadcrumb":{"@id":"https:\/\/plumrocket.com\/docs\/magento-splash-page\/v1\/uninstalling#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/plumrocket.com\/docs\/magento-splash-page\/v1\/uninstalling"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/plumrocket.com\/docs\/magento-splash-page\/v1\/uninstalling#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Magento 2 Extensions","item":"https:\/\/plumrocket.com\/magento-extensions"},{"@type":"ListItem","position":2,"name":"Magento 2 Splash Page","item":"https:\/\/plumrocket.com\/magento-splash-page"},{"@type":"ListItem","position":3,"name":"Documentation","item":"https:\/\/plumrocket.com\/docs\/magento-splash-page"},{"@type":"ListItem","position":4,"name":"v1","item":"https:\/\/plumrocket.com\/docs\/magento-splash-page\/v1"},{"@type":"ListItem","position":5,"name":"Uninstalling"}]},{"@type":"Person","@id":"https:\/\/plumrocket.com\/docs\/#\/schema\/person\/38b360639b934d6c984ee4f3ffce7d20","name":"Plumrocket","image":{"@type":"ImageObject","@id":"https:\/\/plumrocket.com\/docs\/#personlogo","inLanguage":"en-US","url":"https:\/\/secure.gravatar.com\/avatar\/72392a92ae750c66560be284502b6676?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/72392a92ae750c66560be284502b6676?s=96&d=mm&r=g","caption":"Plumrocket"},"sameAs":["https:\/\/plumrocket.com\/docs"]}]}},"_links":{"self":[{"href":"https:\/\/plumrocket.com\/docs\/wp-json\/wp\/v2\/posts\/14611"}],"collection":[{"href":"https:\/\/plumrocket.com\/docs\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/plumrocket.com\/docs\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/plumrocket.com\/docs\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/plumrocket.com\/docs\/wp-json\/wp\/v2\/comments?post=14611"}],"version-history":[{"count":3,"href":"https:\/\/plumrocket.com\/docs\/wp-json\/wp\/v2\/posts\/14611\/revisions"}],"predecessor-version":[{"id":25096,"href":"https:\/\/plumrocket.com\/docs\/wp-json\/wp\/v2\/posts\/14611\/revisions\/25096"}],"wp:attachment":[{"href":"https:\/\/plumrocket.com\/docs\/wp-json\/wp\/v2\/media?parent=14611"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/plumrocket.com\/docs\/wp-json\/wp\/v2\/categories?post=14611"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/plumrocket.com\/docs\/wp-json\/wp\/v2\/tags?post=14611"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}