JAuthentication: :authenticate: Failed to load plugin:
Moderator: General Support Moderators
Forum rules
Forum Rules
Absolute Beginner's Guide to Joomla! <-- please read before posting.
Forum Post Assistant - If you are serious about wanting help, you should use this tool to help you post.
Windows Defender SmartScreen Issues <-- please read this if using Windows 10
Forum Rules
Absolute Beginner's Guide to Joomla! <-- please read before posting.
Forum Post Assistant - If you are serious about wanting help, you should use this tool to help you post.
Windows Defender SmartScreen Issues <-- please read this if using Windows 10
- ceford
- Joomla! Hero
- Posts: 2029
- Joined: Mon Feb 24, 2014 10:38 pm
- Location: Edinburgh, Scotland
- Contact:
Re: JAuthentication: :authenticate: Failed to load plugin:
You can disable or enable a plugin using phpMyAdmin and looking in the xxxxx_extensions table - see my screenshot - and set enabled to 0 or 1. However, you don't need to worry about that just now because we know the joomla method is tried next. Just plant that line of code in my last suggestion and let us find out whether it returns 1 or 4 or something else or nothing.
Also, try logging with a deliberately bad username and password: what error message do you see?
Also, try logging with a deliberately bad username and password: what error message do you see?
-
- I've been banned!
- Posts: 13639
- Joined: Sun Jul 05, 2009 3:30 am
- Location: Canberra, Australia
Re: JAuthentication: :authenticate: Failed to load plugin:
I realise that I’m invisible (to everyone except the panel of experts). I would dearly love to know what is the exact URL the OP types into the browser to get the error message displayed in the sixteenth post in this topic? Please!
-
- I've been banned!
- Posts: 13639
- Joined: Sun Jul 05, 2009 3:30 am
- Location: Canberra, Australia
Re: JAuthentication: :authenticate: Failed to load plugin:
Yes, as the column names suggest, where an extension has 1 in the enabled column, this means the extension is enabled; 0 in that column means the extension is disabled. We don’t need to discuss what all the other column names mean or what they’re used for at this time.Nickinamillion wrote: ↑Sun May 28, 2023 3:46 pmSo, in the mrb_extentions table I have a row (record?) called 88, plg_authentication_joomla. This has the value of 1 in the columns enabled, access protected and locked. Does 1 = enabled, true etc?
That’s one way to enable or disable extensions. I agree with @ceford: there’s no need to disable the plg_authentication_cookie plugin … unless there’s a problem with the file system; see next paragraph.
The usual reason people will see a “failed to load plugin” message is because a plugin is enabled in the database but the required file(s) is/are missing in the file system. See https://joomla.stackexchange.com/questi ... tioncookie for some discussion on this situation. If there is no authentication plugin enabled you would get a different error message; there must be at least one authentication plugin enabled and, in this case, there are two.
Everything points to a J! 4.x website with a shonky file system on the XAMPP machine; missing files or files not properly located where they should be.
-
- Joomla! Intern
- Posts: 83
- Joined: Mon Feb 29, 2016 10:31 am
Re: JAuthentication: :authenticate: Failed to load plugin:
Thank you webdongle for your reply. Thank you for confirming that 1 = true and 0 = false in the configuration.php file.
The question of which values need updating to '0' still remains unanswered. The values I listed above have neither 1 or 0. So which values in the configuration file should I edit to '0' ? I genuinely do not know, however that may seem to you amazing people that answer these questions.
The question of which values need updating to '0' still remains unanswered. The values I listed above have neither 1 or 0. So which values in the configuration file should I edit to '0' ? I genuinely do not know, however that may seem to you amazing people that answer these questions.
-
- I've been banned!
- Posts: 13639
- Joined: Sun Jul 05, 2009 3:30 am
- Location: Canberra, Australia
Re: JAuthentication: :authenticate: Failed to load plugin:
Nickinamillion wrote: ↑Fri Jun 02, 2023 9:57 pmThank you webdongle for your reply. Thank you for confirming that 1 = true and 0 = false in the configuration.php file.

I can't see where @Webdongle mentioned anything about the configuration.php file.
I asked before,
sozzled wrote: ↑Fri Jun 02, 2023 9:27 am... what is the exact URL [you type] into the browser to get the error message displayed in the sixteenth post in this topic?
- Webdongle
- Joomla! Master
- Posts: 42902
- Joined: Sat Apr 05, 2008 9:58 pm
Re: JAuthentication: :authenticate: Failed to load plugin:
Perhaps you need to put your glasses on?Nickinamillion wrote: ↑Fri Jun 02, 2023 9:57 pmThank you webdongle for your reply. Thank you for confirming that 1 = true and 0 = false in the configuration.php file.
...
You do not have the required permissions to view the files attached to this post.
http://www.weblinksonline.co.uk/
https://www.weblinksonline.co.uk/updating-joomla.html
"When I'm right no one remembers but when I'm wrong no one forgets".
https://www.weblinksonline.co.uk/updating-joomla.html
"When I'm right no one remembers but when I'm wrong no one forgets".
-
- I've been banned!
- Posts: 13639
- Joined: Sun Jul 05, 2009 3:30 am
- Location: Canberra, Australia
Re: JAuthentication: :authenticate: Failed to load plugin:
A little pointed but the message may get through … in a month of Sundays …
Anyway, advice about what to do with the database notwithstanding, my conclusion is unchanged:
Anyway, advice about what to do with the database notwithstanding, my conclusion is unchanged:
-
- Joomla! Intern
- Posts: 83
- Joined: Mon Feb 29, 2016 10:31 am
Re: JAuthentication: :authenticate: Failed to load plugin:
Which lines do I need to change in configuration.php?
-
- Joomla! Intern
- Posts: 83
- Joined: Mon Feb 29, 2016 10:31 am
Re: JAuthentication: :authenticate: Failed to load plugin:
Hi, apologies, I did not realise that the book continues on to page 2 now, i had not realised how to turn the page.
Thank you webdongle, I do know the difference between 1 and 2, and i have been wearing my glasses, you are right I do need them.
Thank you Sozzled, I have noticed you now I am on the right page. I need to examine some things and get back to you.
Thank you webdongle, I do know the difference between 1 and 2, and i have been wearing my glasses, you are right I do need them.
Thank you Sozzled, I have noticed you now I am on the right page. I need to examine some things and get back to you.
-
- Joomla! Intern
- Posts: 83
- Joined: Mon Feb 29, 2016 10:31 am
Re: JAuthentication: :authenticate: Failed to load plugin:
I disabled all the extensions in the mrb_extention folder and got the attached error message.
Drastic
The exact url is https://localhost/jmla_MrBumble/administrator/index.php
I don't think it is worth pausing this, it is broke and I can get around it.
Drastic
The exact url is https://localhost/jmla_MrBumble/administrator/index.php
I don't think it is worth pausing this, it is broke and I can get around it.
You do not have the required permissions to view the files attached to this post.
-
- I've been banned!
- Posts: 13639
- Joined: Sun Jul 05, 2009 3:30 am
- Location: Canberra, Australia
Re: JAuthentication: :authenticate: Failed to load plugin:
Enter this URL in the browser, please:
Tell us what happens next.
Code: Select all
localhost/jmla_MrBumble/fpa-en.php
-
- Joomla! Intern
- Posts: 83
- Joined: Mon Feb 29, 2016 10:31 am
Re: JAuthentication: :authenticate: Failed to load plugin:
Just get a blank screen with that url
I think I will enable all the records in the extension table again, it was a rash move disable them.
I think I will enable all the records in the extension table again, it was a rash move disable them.
- Webdongle
- Joomla! Master
- Posts: 42902
- Joined: Sat Apr 05, 2008 9:58 pm
Re: JAuthentication: :authenticate: Failed to load plugin:
OK so the fpa won't run on your localhost.
1. What localhost are you using?
2. What php version is it?
3. What version of Joomla are you using?
1. What localhost are you using?
2. What php version is it?
3. What version of Joomla are you using?
http://www.weblinksonline.co.uk/
https://www.weblinksonline.co.uk/updating-joomla.html
"When I'm right no one remembers but when I'm wrong no one forgets".
https://www.weblinksonline.co.uk/updating-joomla.html
"When I'm right no one remembers but when I'm wrong no one forgets".
-
- Joomla! Intern
- Posts: 83
- Joined: Mon Feb 29, 2016 10:31 am
Re: JAuthentication: :authenticate: Failed to load plugin:
XAMPP
PHP 8.1.1
JOOMLA 4 (updated from 3, that may have coursed the problem!)
PHP 8.1.1
JOOMLA 4 (updated from 3, that may have coursed the problem!)
- Webdongle
- Joomla! Master
- Posts: 42902
- Joined: Sat Apr 05, 2008 9:58 pm
Re: JAuthentication: :authenticate: Failed to load plugin:
If you have the backup of the J3 site then I suggest
1: Install wamp
1. Set the php to 7.4.x
3. Install your J3 backup
4. Check everything then migrate to J4
1: Install wamp
1. Set the php to 7.4.x
3. Install your J3 backup
4. Check everything then migrate to J4
http://www.weblinksonline.co.uk/
https://www.weblinksonline.co.uk/updating-joomla.html
"When I'm right no one remembers but when I'm wrong no one forgets".
https://www.weblinksonline.co.uk/updating-joomla.html
"When I'm right no one remembers but when I'm wrong no one forgets".
-
- Joomla! Intern
- Posts: 83
- Joined: Mon Feb 29, 2016 10:31 am
Re: JAuthentication: :authenticate: Failed to load plugin:
I do not have backups that old. Judge me if you like.
Lets close this thread please!
Lets close this thread please!
- Webdongle
- Joomla! Master
- Posts: 42902
- Joined: Sat Apr 05, 2008 9:58 pm
Re: JAuthentication: :authenticate: Failed to load plugin:
Do you have a backup of your J4 site before it broke?
What was the last thing you did before it broke?
What was the last thing you did before it broke?
http://www.weblinksonline.co.uk/
https://www.weblinksonline.co.uk/updating-joomla.html
"When I'm right no one remembers but when I'm wrong no one forgets".
https://www.weblinksonline.co.uk/updating-joomla.html
"When I'm right no one remembers but when I'm wrong no one forgets".
-
- Joomla! Intern
- Posts: 83
- Joined: Mon Feb 29, 2016 10:31 am
Re: JAuthentication: :authenticate: Failed to load plugin:
Thankyou WebDongle, but I have got the access to the important things I needed with this site via the PHPMyAdmin and the file structure. It is also a bit difficult to answer your question because I have not paid much attention to this site for quite a while. I am trough grateful for all the help I have received from everybody., I am truly impressed by your abilities.
- Webdongle
- Joomla! Master
- Posts: 42902
- Joined: Sat Apr 05, 2008 9:58 pm
Re: JAuthentication: :authenticate: Failed to load plugin:
If your database is not compromised then you can rebuild the files for the 3rd part extensions by installing them into a clean Joomla install. Then edit the configuration.php to connect to the original database.
http://www.weblinksonline.co.uk/
https://www.weblinksonline.co.uk/updating-joomla.html
"When I'm right no one remembers but when I'm wrong no one forgets".
https://www.weblinksonline.co.uk/updating-joomla.html
"When I'm right no one remembers but when I'm wrong no one forgets".
-
- Joomla! Intern
- Posts: 83
- Joined: Mon Feb 29, 2016 10:31 am
Re: JAuthentication: :authenticate: Failed to load plugin:
I was thinking about that approach. I will do some experimenting when I am not so pressed for time. Though I think if I need any help with that, I would do it in a new thread. That way it would be outlined properly and be easier to understand by onlookers. Thanks for all your help.