Uninstalling easy mod
Forum rules
DO NOT give out any FTP passwords to anyone! There is no reason to do so! If you need help badly enough, create a temporary FTP account that is restricted to only the files that you need help with and give the information for that. Giving out FTP information can be very dangerous!
DO NOT give out any FTP passwords to anyone! There is no reason to do so! If you need help badly enough, create a temporary FTP account that is restricted to only the files that you need help with and give the information for that. Giving out FTP information can be very dangerous!
Uninstalling easy mod
How do I uninstall easy mod? I don't see a "uninstall.php" file.
Re: Uninstalling easy mod
remove the EasyMOD files and remove the easymod table from your sql database, or restore a backup, I presume you got a SQL backup don't you?
-
Re: Uninstalling easy mod
ttt - question not anwsered..
I deleted all the easymod files, deleted the easymod table in mysql and also restored the database.. still has the mod section in control panel.. what now?
I deleted all the easymod files, deleted the easymod table in mysql and also restored the database.. still has the mod section in control panel.. what now?
Re: Uninstalling easy mod
You need to delete the admin_easmod.php file in your admin folder. You should also delete the easmod template files from your template(s).
Re: Uninstalling easy mod
thanks man!!!
there was a messed up version of the menu under my admin CP and deleting the admin_easymod.php fixed it.. and I noticed that file before so i knew it was there
thanks again... I might backup everything and give easymod a try again, easymod itself was sweet but the mods I downloaded.. I didnt see anything and I tried to install one that didnt appear corrupted, but it screwed over everything.. neway.. your response was much appreciated!
maybe a uninstall DIY should be stickied?
there was a messed up version of the menu under my admin CP and deleting the admin_easymod.php fixed it.. and I noticed that file before so i knew it was there
thanks again... I might backup everything and give easymod a try again, easymod itself was sweet but the mods I downloaded.. I didnt see anything and I tried to install one that didnt appear corrupted, but it screwed over everything.. neway.. your response was much appreciated!
maybe a uninstall DIY should be stickied?
Re: Uninstalling easy mod
i agree
i am very much a novice to all this i wouldnt even know where to start to edit my database tables.
i been trying to install it after deleting my whole forum it says there is already the em running however because i just deleted all the forum the files are nolonget there but i assume att the tables in the database are therefpre not allowing me to reinstall it.
i am very much a novice to all this i wouldnt even know where to start to edit my database tables.
i been trying to install it after deleting my whole forum it says there is already the em running however because i just deleted all the forum the files are nolonget there but i assume att the tables in the database are therefpre not allowing me to reinstall it.
-
- Registered User
- Posts: 2
- Joined: Sat Jun 11, 2005 9:22 am
Re: Uninstalling easy mod
How can we know what are the em tamplete files?delete the easmod template files
Thanks...
Re: Uninstalling easy mod
They are the one that you installed . Any way they should be in /admin/mods/easymod/ directory
How To Ask Questions The Smart Way.
ReadMe ver. 0.0.4 for EasyMOD ver. 0.3.0 (on-line at sourceforge)
Recent problems that are not answered in the ReadMe.
My page: DOM, Javascript, SQL - tips&scripts (mostly in Polish, sorry )
ReadMe ver. 0.0.4 for EasyMOD ver. 0.3.0 (on-line at sourceforge)
Recent problems that are not answered in the ReadMe.
My page: DOM, Javascript, SQL - tips&scripts (mostly in Polish, sorry )
-
- Registered User
- Posts: 4
- Joined: Tue Jun 28, 2005 8:19 am
Re: Uninstalling easy mod
yep if anyone knows how to deleat tables here then great. I use plesk
Re: Uninstalling easy mod
Go to your database administration (> your.domain.com > Databases > databse_name > DB WebAdmin) and run this SQL query (notice: you won't be able to restore it after this!):conspiracy cam wrote: yep if anyone knows how to deleat tables here then great. I use plesk
Code: Select all
DROP TABLE phpbb_easymod;