Joomla.it Forum

Joomla! 3 => Joomla! 3 => : squalogu 13 Apr 2015, 16:08:21

: disabilitare plugin [RISOLTO]
: squalogu 13 Apr 2015, 16:08:21
ciao, ho installato un plugin, vorrei disabilitarlo perchè mi impedisce l'accesso al pannello amministrativo.
seguendo le istruzioni del produttore del plugin non riesco..
I've enabled the plugin and now I can't login to my admin panel. What can I do??
A: First, if you enabled the plugin without any change of default values try to login with the next link: http://www.yourdomain.com/administrator?secure_key=secure_value (http://www.yourdomain.com/administrator?secure_key=secure_value) If this doesn't works, you need to login into your mysql admin (phpmyadmin for example) and run the next query to disable the plugin:UPDATE #__extensions SET enabled = 0 WHERE name LIKE '%jlsecure%' AND type='plugin' AND folder='system';Replace the #__ with your table prefix. After that the plugin would be disabled.
: Re:disabilitare plugin
: squalogu 13 Apr 2015, 17:38:25
ho cancellato la cartella del plugin da sistem tramite ftp, mi ha fatto accedere con /administrator, ho quindi disabilitato il plugin