Total Users Online: 0 üye, 138 guest | Tarih/Saat: 2025-04-29 06:58
How to uninstall a broken plugin
How to successfully uninstall a broken plugin.
How to uninstall a broken plugin

A common problem you can run into while coding your own plugin or altering one is deleting the files before you uninstall it through the administration panel. This leads to multiple errors and quite a sticky mess! Below you will learn how to solve the problem.


Removing plugin database information:

You'll need to remove the plugin's information from the database. This is due to the Seditio's hooking system, since it grabs the information from the database and uses it to link the files.

To accomplish this task, go to your SQL editor ( most likely phpmyadmin ):

Click the "SQL" tab at the top.

Then copy and paste this sql query:

Kod:
DELETE FROM sed_plugins WHERE pl_code='YOUR-PLUGIN-CODE-HERE';
DELETE FROM sed_auth WHERE auth_code='plug' AND auth_option='YOUR-PLUGIN-CODE-HERE';
DELETE FROM sed_config WHERE config_owner='plug' AND config_cat='YOUR-PLUGIN-CODE-HERE';



Note: Though, make sure you use the right table prefix! Not everyone uses "sed_" as their table prefix. Also make sure to replace "YOUR-PLUGIN-CODE-HERE" with the plugin code. If you are unsure of the plugin's code, refer to the plugin's files.


Clearing internal cache:

Now that you have successfully removed the plugins information from the database, make sure to truncate your internal cache!

To do this:

Go to Adminstation -> Other -> Internal cache

Then click "Purge All"

And you're finished!

Henüz yorum yapılmamıştır.
How to uninstall a broken plugin
Author: Kaan
Date: 2009-12-28 11:14
Comments: (0)
Benzer SayfalarYorum
Sosyal Name Plugin (beta)0
QR Code Plugin0
Facebook Comments Plugin (Seditio)3
Seditio Mirror Plugin v3.03
Chat Plugin İndex0
Karma - Reputation plugin 1.4.12
Mirror Plugin v1.08
Seditio Plus Plugin0
T3-Faq plugin v2.50
Category Index plugin5
 
Powered by Seditio © 2009-2012 All Rights Reserved