Skip to content
This repository has been archived by the owner on Aug 27, 2024. It is now read-only.

Re-install sliComments #36

Closed
edjorura opened this issue Mar 3, 2012 · 1 comment
Closed

Re-install sliComments #36

edjorura opened this issue Mar 3, 2012 · 1 comment

Comments

@edjorura
Copy link

edjorura commented Mar 3, 2012

I install slicomment and uninstall folder by folder, now I want reinstall sliComments y said me:
Plugin Instalar: Plugin plg_content_slicomments ya existe
Plugin Instalar: Plugin plg_slicomments_akismet ya existe
Instalar componente: Las funciones de la base de datos, no reportan ningún error

I erase all files con phpMyAdmin and again said the same thing.

What can I do?

@jonnsl
Copy link
Owner

jonnsl commented Mar 8, 2012

try to run this query on phpMyAdmin

DELETE FROM `#__extensions`
WHERE `name` = "com_slicomments" OR `name` = "plg_content_slicomments" OR `name` = "plg_slicomments_akismet"

and

DELETE FROM `#__menu` WHERE `name` = "COM_COMMENTS"

Don't forget to replace #_ with the prefix of your joomla installation.
Then try to re-install.

@jonnsl jonnsl closed this as completed Mar 8, 2012
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants