For Magento 1
Prerequisites
Backup your Magento store file system and database before uninstalling the extension.
Recommend to perform on a development server.
Highly recommend contacting your technical team for this operation.
User guide for uninstalling Botgento extension for Magento 1 using FTP
To uninstall the extension in Magento 1 using FTP, follow below steps:
Step 1: Connect your Magento store server with FTP or SFTP client.
Step 2: Enabled Magento maintenance mode
Create maintenance.flag file on your Magento 1 root folder.
Step 3: Disable System Cache and Compilation
Disable store cache from System >> Cache Management inside Magento Admin panel.
Disable compilation if enabled within the System >> Tools >> Compilation page (optional).
Step 4: Disable module loading from the module configuration file
Open MAGENTO_ROOT/app/etc/modules/Botgento_Base.xml file and replace <active> tag value to false.
Step 5: Deleted listed tables from Magento store database:
al_botgento_users
al_botgento_data
al_botgento_sync_attributes
al_botgento_sync_log
al_botgento_subscriber_quote_mapping
al_botgento_instock_alert_subscriber
Step 6: Delete the Botgento extension core config entries from core_resource table. Use below MySQL query for the Botgento related entries:
Step 7: Remove all sub-directories locate under MAGENTO_ROOT/var/cache.
Step 8: Enable System Cache and Compilation
Enable store cache from System >> Cache Management inside Magento Admin panel. Perform cache clean if required.
Re-indexed Catalog, Categories, Store Config data if required.
Re-compile code inside the System >> Tools >> Compilation page and enable compilation if your store previously running on compilation mode(optional).
Step 9: Remove maintenance.flag file from Magento root directory to disable maintenance mode.
Step 10: Check core storefront pages home, categories listing, product detail page, cart/checkout page. Also, check if your website is fully functional or not. Contact your technical team if you are running any issue.
Last updated
Was this helpful?