Bonjour à tous,
J'ai un très gros problème avec le plugin JLSecure My Site, je ne me rappelle plus du lien. J'ai trouvé un début de réponse mais je ne comprend pas comment faire à manipulation ci-dessous, je n'ai aucune connaissance en la matière.
Merci d'avance pour votre aide
Q: HELP!!! 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/administra...y=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.
J'ai un très gros problème avec le plugin JLSecure My Site, je ne me rappelle plus du lien. J'ai trouvé un début de réponse mais je ne comprend pas comment faire à manipulation ci-dessous, je n'ai aucune connaissance en la matière.
Merci d'avance pour votre aide
Q: HELP!!! 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/administra...y=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.
Commentaire