Brief description of the process
- Disable cache and code compilation
- Remove extension files from the magento folder.
- Remove db tables which was created by the extension.
- Install the extension again.
Automated solution
- Disable cache and code compilation
Admin> System> Cache Management
Admin> System> Tools> Compilation - Place the file wp_advanced_slider_remover_v3.2.1.php to the root folder of the magento store and run it through any browser using similar URL:
http://myshop.com/wp_advanced_slider_remover_v3.2.1.php
This file would remove extensions files and db tables. - Install the extension again.
Manual solution
- Disable cache and code compilation
Admin> System> Cache Management
Admin> System> Tools> Compilation - Remove all files from the list. You can find the list here.
- In order to delete db tables you need to run following queries via phpMyAdmin or any other mysql management tool: Note: [table_prefix] - should be replaced with your version of the table prefix.
- Or queries if table prefix is empty:
- Install the extension.
Alternative solution. If only db problems prevents the extension from normal behavior
If the following tables are missing: advancedslider_slides, advancedslider_insertion, advancedslider_sliders.
- Disable cache and code compilation
Admin> System> Cache Management
Admin> System> Tools> Compilation - Unpack the latest version of the extension to the root of Magento directory.
- Run this sql query via phpMyAdmin or any other mysql management tool
- Login to the backend again.
In this case Magento would run the installation query again.
This is a guide on how to reinstall the Total Slider Magento extension
Magento Slider is an awesome slider as well, with the ability of adding any html contents (texts, images, html code) in slides.
All slider features are customizable for each individual slide.