Advertisement
Admin login cannot find admin user that is mapped. Topic is solved
Moderator: General Support Moderators
Forum rules
Forum Rules
Absolute Beginner's Guide to Joomla! <-- please read before posting, this means YOU.
Forum Post Assistant - If you are serious about wanting help, you will 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, this means YOU.
Forum Post Assistant - If you are serious about wanting help, you will use this tool to help you post.
Windows Defender SmartScreen Issues <-- please read this if using Windows 10.
-
- Joomla! Apprentice
- Posts: 19
- Joined: Sat May 21, 2016 11:20 pm
Admin login cannot find admin user that is mapped.
Hello,
I know there have been a number of similar issues to the one I am posting on, but I haven't found any yet that match it precisely.
I run an unpublished site on my MacBook Pro (currently 12.7.2, due for an upgrade of the OS) which contains research notes and materials I wish to keep accessible only to myself. I have not used it in a while but would like to start again. Versions are definitely out of date (Joomla 3.9.4, XAMPP 7.3.1 [and same for PhP]). This means I need to do some serious upgrading/migration of Joomla and XAMPP. I use only a couple of non-standard plugins and the protostar template to keep maintenance simple.
When I restarted it the other day, however, I suddenly found I could no longer log in to the admin backend. The site frontend is fine, and phpMyAdmin is fine, as is access to the MySql database.
The error I get is rather peculiar. I have only one user registered, 'admin', with admin level (7) privileges. When I give it the username and password, the dialog displays:
"Warning.
Username and password do not match or you do not have an account yet."
Clearing the browser cache (on Chrome and Safari) does not help.
I also removed the login info from the keychain and retried, which did not help.
Inspecting the database:
The jos_users table has the corresponding information, with id = 42.
The jos_user_usergroup_map maps 42 to group_id 7.
jos_user_keys is empty
jos_user_profiles is empty
The usual remedies of creating a new user + password do not work for me either.
I've turned up debugging but the only error being reported is the one that is displayed (though I may not be looking in all the right places ...).
From the configuration.php:
public $cookie_domain = '';
public $cookie_path = '';
public $session_handler = 'none';
I would really like to fix this as it will simply greatly the migration process if I can access the backend.
I apologize if there actually is a solution posted here ... I just haven't found it.
Thanks, Al
I know there have been a number of similar issues to the one I am posting on, but I haven't found any yet that match it precisely.
I run an unpublished site on my MacBook Pro (currently 12.7.2, due for an upgrade of the OS) which contains research notes and materials I wish to keep accessible only to myself. I have not used it in a while but would like to start again. Versions are definitely out of date (Joomla 3.9.4, XAMPP 7.3.1 [and same for PhP]). This means I need to do some serious upgrading/migration of Joomla and XAMPP. I use only a couple of non-standard plugins and the protostar template to keep maintenance simple.
When I restarted it the other day, however, I suddenly found I could no longer log in to the admin backend. The site frontend is fine, and phpMyAdmin is fine, as is access to the MySql database.
The error I get is rather peculiar. I have only one user registered, 'admin', with admin level (7) privileges. When I give it the username and password, the dialog displays:
"Warning.
Username and password do not match or you do not have an account yet."
Clearing the browser cache (on Chrome and Safari) does not help.
I also removed the login info from the keychain and retried, which did not help.
Inspecting the database:
The jos_users table has the corresponding information, with id = 42.
The jos_user_usergroup_map maps 42 to group_id 7.
jos_user_keys is empty
jos_user_profiles is empty
The usual remedies of creating a new user + password do not work for me either.
I've turned up debugging but the only error being reported is the one that is displayed (though I may not be looking in all the right places ...).
From the configuration.php:
public $cookie_domain = '';
public $cookie_path = '';
public $session_handler = 'none';
I would really like to fix this as it will simply greatly the migration process if I can access the backend.
I apologize if there actually is a solution posted here ... I just haven't found it.
Thanks, Al
You do not have the required permissions to view the files attached to this post.
Advertisement
- toivo
- Joomla! Master
- Posts: 17837
- Joined: Thu Feb 15, 2007 5:48 am
- Location: Sydney, Australia
Re: Admin login cannot find admin user that is mapped.
Follow these instructions: How do you recover or reset your admin password?
Toivo Talikka, Global Moderator
-
- Joomla! Apprentice
- Posts: 19
- Joined: Sat May 21, 2016 11:20 pm
Re: Admin login cannot find admin user that is mapped.
Thanks Toivo, but I have "been there, done that." It was in fact my lack of success with any of the methods which drove me here.
- Webdongle
- Joomla! Master
- Posts: 44644
- Joined: Sat Apr 05, 2008 9:58 pm
Re: Admin login cannot find admin user that is mapped.
In the database Assets table
First record 'rules' column
look for "core.login.admin"
Should be "core.login.admin":{"6":1},
First record 'rules' column
look for "core.login.admin"
Should be "core.login.admin":{"6":1},
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! Apprentice
- Posts: 19
- Joined: Sat May 21, 2016 11:20 pm
Re: Admin login cannot find admin user that is mapped.
Thanks Webdongle. Here are the rules that I see:
{"core.login.site":{"6":1,"2":1},"core.login.admin":{"6":1},"core.login.offline":{"6":1},"core.admin":{"8":1},"core.manage":{"7":1},"core.create":{"6":1,"3":1},"core.delete":{"6":1},"core.edit":{"6":1,"4":1},"core.edit.state":{"6":1,"5":1},"core.edit.own":{"6":1,"3":1}}
So it looks correct (?).
{"core.login.site":{"6":1,"2":1},"core.login.admin":{"6":1},"core.login.offline":{"6":1},"core.admin":{"8":1},"core.manage":{"7":1},"core.create":{"6":1,"3":1},"core.delete":{"6":1},"core.edit":{"6":1,"4":1},"core.edit.state":{"6":1,"5":1},"core.edit.own":{"6":1,"3":1}}
So it looks correct (?).
- Webdongle
- Joomla! Master
- Posts: 44644
- Joined: Sat Apr 05, 2008 9:58 pm
Re: Admin login cannot find admin user that is mapped.
Before we look deeper in that table
My usergroups Super Users is 8 not 7
Otherwise
"core.login.admin":{"6":1},"core.login.offline":{"6":1},
"core.login.admin":{"6":1},"core.login.api":{"8":1},"core.login.offline":{"6":1},
On two test sites I have "core.login.api":{"8":1}, between "core.login.admin":{"6":1}, and "core.login.offline":{"6":1},
My usergroups Super Users is 8 not 7
cinodapistoia wrote: ↑Tue Jan 16, 2024 11:00 pm...
I have only one user registered, 'admin', with admin level (7) privileges. ...
Otherwise
"core.login.admin":{"6":1},"core.login.offline":{"6":1},
"core.login.admin":{"6":1},"core.login.api":{"8":1},"core.login.offline":{"6":1},
On two test sites I have "core.login.api":{"8":1}, between "core.login.admin":{"6":1}, and "core.login.offline":{"6":1},
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! Apprentice
- Posts: 19
- Joined: Sat May 21, 2016 11:20 pm
Re: Admin login cannot find admin user that is mapped.
Oh yes, sorry. It used to be 8, and I tried changing it to 7 (I thought admin was automatically a SuperUser). But I can change it back and try adding the core.login.api nvpair to see if that helps. I'll report back shortly.
Thanks again for the help.
Thanks again for the help.
-
- Joomla! Apprentice
- Posts: 19
- Joined: Sat May 21, 2016 11:20 pm
Re: Admin login cannot find admin user that is mapped.
The rules column of the Root asset now reads:
{"core.login.site":{"6":1,"2":1},"core.login.admin":{"6":1},"core.login.api":{"8":1},"core.login.offline":{"6":1},"core.admin":{"8":1},"core.manage":{"7":1},"core.create":{"6":1,"3":1},"core.delete":{"6":1},"core.edit":{"6":1,"4":1},"core.edit.state":{"6":1,"5":1},"core.edit.own":{"6":1,"3":1}}
and the user mapping has been restored to user_id 42, group_id 8 (instead of 7).
No change in login behavior. Still same error message.
Truly mysterious, this.
{"core.login.site":{"6":1,"2":1},"core.login.admin":{"6":1},"core.login.api":{"8":1},"core.login.offline":{"6":1},"core.admin":{"8":1},"core.manage":{"7":1},"core.create":{"6":1,"3":1},"core.delete":{"6":1},"core.edit":{"6":1,"4":1},"core.edit.state":{"6":1,"5":1},"core.edit.own":{"6":1,"3":1}}
and the user mapping has been restored to user_id 42, group_id 8 (instead of 7).
No change in login behavior. Still same error message.
Truly mysterious, this.
- Webdongle
- Joomla! Master
- Posts: 44644
- Joined: Sat Apr 05, 2008 9:58 pm
Re: Admin login cannot find admin user that is mapped.
Does your super user id (from Users) match 8 in the group_id column of user_usergroup_map?
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! Apprentice
- Posts: 19
- Joined: Sat May 21, 2016 11:20 pm
Re: Admin login cannot find admin user that is mapped.
Here is a bit more info. With debug on, the session JSON looks like this:
{
"__default": {
"session": {
"counter": 3,
"timer": {
"start": 1705527275,
"last": 1705527299,
"now": 1705527344
},
"token": "SBgGGSqkYksfEb2WSq2Fx0Sm5H2NqFGv"
},
"registry": {
"application": {
"lang": "en-GB"
}
},
"user": {
"id": 0,
"name": null,
"username": null,
"email": null,
"password": null,
"password_clear": "",
"block": null,
"sendEmail": 0,
"registerDate": null,
"lastvisitDate": null,
"activation": null,
"params": null,
"groups": [],
"guest": 1,
"lastResetTime": null,
"resetCount": null,
"requireReset": null,
"aid": 0
}
}
}
I assume nothing weird here, since before authentication as admin, the user is anonymous ("guest":1), correct? The const reported in the window I also assume has the value of the original message displayed.
{
"__default": {
"session": {
"counter": 3,
"timer": {
"start": 1705527275,
"last": 1705527299,
"now": 1705527344
},
"token": "SBgGGSqkYksfEb2WSq2Fx0Sm5H2NqFGv"
},
"registry": {
"application": {
"lang": "en-GB"
}
},
"user": {
"id": 0,
"name": null,
"username": null,
"email": null,
"password": null,
"password_clear": "",
"block": null,
"sendEmail": 0,
"registerDate": null,
"lastvisitDate": null,
"activation": null,
"params": null,
"groups": [],
"guest": 1,
"lastResetTime": null,
"resetCount": null,
"requireReset": null,
"aid": 0
}
}
}
I assume nothing weird here, since before authentication as admin, the user is anonymous ("guest":1), correct? The const reported in the window I also assume has the value of the original message displayed.
You do not have the required permissions to view the files attached to this post.
-
- Joomla! Apprentice
- Posts: 19
- Joined: Sat May 21, 2016 11:20 pm
Re: Admin login cannot find admin user that is mapped.
Yes, sorry if I was being cryptic.
In jos_users, I have id = 42 for the login name and password I am trying to use.
In the map table, the group_id for user_id = 42 is indeed 8.
-
- Joomla! Apprentice
- Posts: 19
- Joined: Sat May 21, 2016 11:20 pm
Re: Admin login cannot find admin user that is mapped.
Does this look suspicious?
Unfolding the PLG_DEBUG_EXPLAIN sequences, I see
#9
SELECT id, password
FROM jos_users
WHERE username='admin'
**PLG_DEBUG_EXPLAIN**
id select_type table type possible_keys key key_len ref rows Extra
1 SIMPLE jos_users ref username username 602 const 1 Using index condition
#10
SELECT *
FROM `jos_messages_cfg`
WHERE `user_id` = 0
AND `cfg_name` = 'auto_purge'
**PLG_DEBUG_EXPLAIN**
id select_type table type possible_keys key key_len ref rows Extra
1 SIMPLE NULL NULL NULL **PLG_DEBUG_WARNING_NO_INDEX** NULL NULL NULL Impossible WHERE noticed after reading const tables
I am not a Joomla developer, so I am not sure whether this means anything or not. Should #10 be using the id returned by #9? If so, this might be a pointer to the root issue here ...
Unfolding the PLG_DEBUG_EXPLAIN sequences, I see
#9
SELECT id, password
FROM jos_users
WHERE username='admin'
**PLG_DEBUG_EXPLAIN**
id select_type table type possible_keys key key_len ref rows Extra
1 SIMPLE jos_users ref username username 602 const 1 Using index condition
#10
SELECT *
FROM `jos_messages_cfg`
WHERE `user_id` = 0
AND `cfg_name` = 'auto_purge'
**PLG_DEBUG_EXPLAIN**
id select_type table type possible_keys key key_len ref rows Extra
1 SIMPLE NULL NULL NULL **PLG_DEBUG_WARNING_NO_INDEX** NULL NULL NULL Impossible WHERE noticed after reading const tables
I am not a Joomla developer, so I am not sure whether this means anything or not. Should #10 be using the id returned by #9? If so, this might be a pointer to the root issue here ...
-
- Joomla! Apprentice
- Posts: 19
- Joined: Sat May 21, 2016 11:20 pm
Re: Admin login cannot find admin user that is mapped.
The query works though.
MariaDB [bitnami_joomla]> SELECT id, password FROM jos_users WHERE username='admin';
+----+-------------------------------------------------------------------+
| id | password |
+----+-------------------------------------------------------------------+
| 42 | [ redacted ] 35813.....A4199 |
+----+-------------------------------------------------------------------+
MariaDB [bitnami_joomla]> SELECT id, password FROM jos_users WHERE username='admin';
+----+-------------------------------------------------------------------+
| id | password |
+----+-------------------------------------------------------------------+
| 42 | [ redacted ] 35813.....A4199 |
+----+-------------------------------------------------------------------+
Last edited by toivo on Thu Jan 18, 2024 3:58 am, edited 1 time in total.
Reason: mod note: redacted sensitive info
Reason: mod note: redacted sensitive info
- Per Yngve Berg
- Joomla! Master
- Posts: 31330
- Joined: Mon Oct 27, 2008 9:27 pm
- Location: Romerike, Norway
Re: Admin login cannot find admin user that is mapped.
The Password is not in the correct hash algoritm. Joomla does not use md5 anymore.
- Webdongle
- Joomla! Master
- Posts: 44644
- Joined: Sat Apr 05, 2008 9:58 pm
Re: Admin login cannot find admin user that is mapped.
Does that mean that d2064d358136996bd22421584a7cb33e:trd7TvKHx6dMeoMmBVxYmg0vuXEA4199 from https://docs.joomla.org/How_do_you_reco ... assword%3F will not work anymore?
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! Apprentice
- Posts: 19
- Joined: Sat May 21, 2016 11:20 pm
Re: Admin login cannot find admin user that is mapped.
I am using Joomla 3.9.4 (have not yet updated; the whole point of trying to log in to the admin backend was to initiate the process of update/migration, in fact).
Yes, I copied that password from the example for recovery.
But, I have also tried other clear text passwords (there is no risk as this is a localhost site on my laptop) and those don't work either.
Yes, I copied that password from the example for recovery.
But, I have also tried other clear text passwords (there is no risk as this is a localhost site on my laptop) and those don't work either.
- Webdongle
- Joomla! Master
- Posts: 44644
- Joined: Sat Apr 05, 2008 9:58 pm
Re: Admin login cannot find admin user that is mapped.
What did you do the last time you were logged in to admin?
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".
- Per Yngve Berg
- Joomla! Master
- Posts: 31330
- Joined: Mon Oct 27, 2008 9:27 pm
- Location: Romerike, Norway
Re: Admin login cannot find admin user that is mapped.
@webdongle: Can you generate a hash for the OP?
The hash will start with a $ Sign.
The hash will start with a $ Sign.
- Webdongle
- Joomla! Master
- Posts: 44644
- Joined: Sat Apr 05, 2008 9:58 pm
Re: Admin login cannot find admin user that is mapped.
$2y$10$fEe4ANSE2Ld/lj7WIkRWhOeKYl2e3Nup76QCWfP0aSfC5W5mt0bte
secret22
Had to be minimum 8 characters as 1 and 0 can be confused with I,l and O so added 22
Once you get in create a new user and see if it hashes the password correctly
secret22
Had to be minimum 8 characters as 1 and 0 can be confused with I,l and O so added 22
Once you get in create a new user and see if it hashes the password correctly
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! Apprentice
- Posts: 19
- Joined: Sat May 21, 2016 11:20 pm
-
- Joomla! Apprentice
- Posts: 19
- Joined: Sat May 21, 2016 11:20 pm
Re: Admin login cannot find admin user that is mapped.
OK, resetting the db to the hash you generated and trying 'secret22' at login does nothing.
I think the question of the hash algorithm might be a red herring here. There must be something else.
A MacOS upgrade is the only thing that I can think of as having affected this. That is not even a conjecture, though. This is a stable site which I have not modified for quite some time (let's say 2018 or so). But I have moved through a couple of system updates. I guess I was remiss when I checked that it worked because I only checked the frontend.
I think the question of the hash algorithm might be a red herring here. There must be something else.
A MacOS upgrade is the only thing that I can think of as having affected this. That is not even a conjecture, though. This is a stable site which I have not modified for quite some time (let's say 2018 or so). But I have moved through a couple of system updates. I guess I was remiss when I checked that it worked because I only checked the frontend.
- Webdongle
- Joomla! Master
- Posts: 44644
- Joined: Sat Apr 05, 2008 9:58 pm
Re: Admin login cannot find admin user that is mapped.
Make an sql database dump and try Mamp on your mac?
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".
- Webdongle
- Joomla! Master
- Posts: 44644
- Joined: Sat Apr 05, 2008 9:58 pm
Re: Admin login cannot find admin user that is mapped.
The https://docs.joomla.org/How_do_you_reco ... assword%3F documentation has been changed. The Joomla 5 icon has been includedPer Yngve Berg wrote: ↑Wed Jan 17, 2024 11:36 pm The Password is not in the correct hash algoritm. Joomla does not use md5 anymore.
I tested
d2064d358136996bd22421584a7cb33e:trd7TvKHx6dMeoMmBVxYmg0vuXEA4199
Works on a J5 site. Despite password length being set to 8 (anything less not being allowed in J5), when logging in with 'secret' it works.
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! Apprentice
- Posts: 19
- Joined: Sat May 21, 2016 11:20 pm
-
- Joomla! Apprentice
- Posts: 19
- Joined: Sat May 21, 2016 11:20 pm
Re: Admin login cannot find admin user that is mapped.
Progress of sorts.
I installed MAMP and after changing the default mysql password got it to work. Frontend is still fine.
Setting admin password as instructed on page and using "secret" I now see:
BTW, I just discovered FPA. Super cool tool! Here's what that looks like:
I installed MAMP and after changing the default mysql password got it to work. Frontend is still fine.
Setting admin password as instructed on page and using "secret" I now see:
Code: Select all
**JERROR_AN_ERROR_HAS_OCCURRED**
0 Call to a member function format() on null
/Users/arossi/Sites/localhost/research/plugins/quickicon/phpversioncheck/phpversioncheck.php:182
Call stack
# Function Location
1 () JROOT/plugins/quickicon/phpversioncheck/phpversioncheck.php:182
2 PlgQuickiconPhpVersionCheck->getPhpSupport() JROOT/plugins/quickicon/phpversioncheck/phpversioncheck.php:75
3 PlgQuickiconPhpVersionCheck->onGetIcons() JROOT/libraries/joomla/event/event.php:70
4 JEvent->update() JROOT/libraries/joomla/event/dispatcher.php:160
5 JEventDispatcher->trigger() JROOT/libraries/src/Application/BaseApplication.php:108
6 Joomla\CMS\Application\BaseApplication->triggerEvent() JROOT/administrator/modules/mod_quickicon/helper.php:150
7 ModQuickIconHelper::getButtons() JROOT/administrator/modules/mod_quickicon/mod_quickicon.php:14
8 include() JROOT/libraries/src/Helper/ModuleHelper.php:200
9 Joomla\CMS\Helper\ModuleHelper::renderModule() JROOT/administrator/components/com_cpanel/views/cpanel/tmpl/default.php:25
10 include() JROOT/libraries/src/MVC/View/HtmlView.php:697
11 Joomla\CMS\MVC\View\HtmlView->loadTemplate() JROOT/libraries/src/MVC/View/HtmlView.php:230
12 Joomla\CMS\MVC\View\HtmlView->display() JROOT/administrator/components/com_cpanel/views/cpanel/view.html.php:65
13 CpanelViewCpanel->display() JROOT/libraries/src/MVC/Controller/BaseController.php:672
14 Joomla\CMS\MVC\Controller\BaseController->display() JROOT/libraries/src/MVC/Controller/BaseController.php:710
15 Joomla\CMS\MVC\Controller\BaseController->execute() JROOT/administrator/components/com_cpanel/cpanel.php:15
16 require_once() JROOT/libraries/src/Component/ComponentHelper.php:402
17 Joomla\CMS\Component\ComponentHelper::executeComponent() JROOT/libraries/src/Component/ComponentHelper.php:377
18 Joomla\CMS\Component\ComponentHelper::renderComponent() JROOT/libraries/src/Application/AdministratorApplication.php:101
19 Joomla\CMS\Application\AdministratorApplication->dispatch() JROOT/libraries/src/Application/AdministratorApplication.php:159
20 Joomla\CMS\Application\AdministratorApplication->doExecute() JROOT/libraries/src/Application/CMSApplication.php:196
21 Joomla\CMS\Application\CMSApplication->execute() JROOT/administrator/index.php:51
**JGLOBAL_TPL_CPANEL_LINK_TEXT**
You do not have the required permissions to view the files attached to this post.
Last edited by cinodapistoia on Fri Jan 19, 2024 4:37 pm, edited 1 time in total.
-
- Joomla! Apprentice
- Posts: 19
- Joined: Sat May 21, 2016 11:20 pm
Re: Admin login cannot find admin user that is mapped.
Oh, so sorry. Didn't mean to attach the zip of the script ... When I try to attach a zip of the pdf it says the attachment is too large....
-
- Joomla! Apprentice
- Posts: 19
- Joined: Sat May 21, 2016 11:20 pm
Re: Admin login cannot find admin user that is mapped.
Forum Post Assistant (v1.6.6) : 19-Jan-2024 wrote:Last PHP Error(s) Reported :: wrote:[19-Jan-2024 10:28:31 America/Chicago] PHP Notice: Undefined variable: recommendedVersionEndOfSupport in /Users/arossi/Sites/localhost/research/plugins/quickicon/phpversioncheck/phpversioncheck.php on line 182Basic Environment :: wrote:Joomla! Instance :: Joomla! 3.9.2-Stable (Amani) 15-January-2019
Joomla! Platform :: Joomla Platform 13.1.0-Stable (Curiosity) 24-Apr-2013
Joomla! Configured :: Yes | Writable (644) |
Configuration Options :: Offline: false | SEF: true | SEF Suffix: false | SEF ReWrite: false | .htaccess/web.config: Yes | GZip: false | Cache: false | CacheTime: 15 | CacheHandler: file | CachePlatformPrefix: false | FTP Layer: false | Proxy: false | LiveSite: | Session lifetime: 15 | Session handler: database | Shared sessions: false | SSL: 0 | Error Reporting: default | Site Debug: true | Language Debug: true | Default Access: Public | Unicode Slugs: false | dbConnection Type: mysqli | PHP Supports J! 3.9.2: Yes | Database Supports J! 3.9.2: Yes | Database Credentials Present: Yes |
Host Configuration :: OS: Darwin | OS Version: 21.6.0 | Technology: x86_64 | Web Server: Apache/2.4.54 (Unix) mod_fastcgi/mod_fastcgi-SNAP-0910052141 PHP/7.3.33 OpenSSL/1.0.2u mod_wsgi/3.5 Python/2.7.18 | Encoding: gzip, deflate | System TMP Writable: Yes | Free Disk Space : 1479.22 GiB |
PHP Configuration :: Version: 7.3.33 | PHP API: apache2handler | Session Path Writable: Yes | Display Errors: 0 | Error Reporting: 32767 | Log Errors To: /Applications/MAMP/logs/php_error.log | Last Known Error: 19th January 2024 10:28:31. | Register Globals: | Magic Quotes: | Safe Mode: | Allow url fopen: 1 | Open Base: | Uploads: 1 | Max. Upload Size: 32M | Max. POST Size: 8M | Max. Input Time: 60 | Max. Execution Time: 30 | Memory Limit: 128M
Database Configuration :: Version: 5.7.39 (Client:mysqlnd 5.0.12-dev - 20150407 - $Id: 7cc7cc96e675f6d72e5cf0f267f48e167c2abb23 $) | Database Size: 90.78 MiB | #of Tables with config prefix: 83 | #of other Tables: 0 | User Privileges : GRANT PROXYDetailed Environment :: wrote:PHP Extensions :: Core (7.3.33) | date (7.3.33) | libxml (7.3.33) | openssl (7.3.33) | pcre (7.3.33) | sqlite3 (7.3.33) | zlib (7.3.33) | bcmath (7.3.33) | bz2 (7.3.33) | calendar (7.3.33) | ctype (7.3.33) | curl (7.3.33) | dom (20031129) | hash (7.3.33) | fileinfo (7.3.33) | filter (7.3.33) | ftp (7.3.33) | gd (7.3.33) | SPL (7.3.33) | iconv (7.3.33) | intl (7.3.33) | json (1.7.0) | mbstring (7.3.33) | session (7.3.33) | standard (7.3.33) | mysqlnd (mysqlnd 5.0.12-dev - 20150407 - $Id: 7cc7cc96e675f6d72e5cf0f267f48e167c2abb23 $) | PDO (7.3.33) | pdo_mysql (7.3.33) | pdo_sqlite (7.3.33) | Phar (7.3.33) | posix (7.3.33) | Reflection (7.3.33) | mysqli (7.3.33) | SimpleXML (7.3.33) | soap (7.3.33) | sockets (7.3.33) | sodium (7.3.33) | exif (7.3.33) | tokenizer (7.3.33) | wddx (7.3.33) | xml (7.3.33) | xmlreader (7.3.33) | xmlrpc (7.3.33) | xmlwriter (7.3.33) | xsl (7.3.33) | zip (1.15.4) | apache2handler () | imap (7.3.33) | gettext (7.3.33) | pgsql (7.3.33) | pdo_pgsql (7.3.33) | Zend Engine (3.3.33) |
Potential Missing Extensions ::
Switch User Environment :: PHP CGI: No | Server SU: No | PHP SU: No | Potential Ownership Issues: No
Apache Modules :: core | mod_so | http_core | mod_ssl | prefork | mod_access_compat | mod_actions | mod_alias | mod_allowmethods | mod_auth_basic | mod_auth_digest | mod_auth_form | mod_authn_anon | mod_authn_core | mod_authn_dbd | mod_authn_dbm | mod_authn_file | mod_authn_socache | mod_authz_core | mod_authz_dbd | mod_authz_dbm | mod_authz_groupfile | mod_authz_host | mod_authz_owner | mod_authz_user | mod_autoindex | mod_buffer | mod_cache | mod_case_filter_in | mod_case_filter | mod_cern_meta | mod_cgi | mod_cgid | mod_charset_lite | mod_dav | mod_dbd | mod_deflate | mod_dir | mod_dumpio | mod_echo | mod_env | mod_expires | mod_ext_filter | mod_fastcgi | mod_file_cache | mod_filter | mod_headers | mod_include | mod_info | mod_log_config | mod_log_debug | mod_logio | mod_macro | mod_mime_magic | mod_mime | mod_negotiation | mod_ratelimit | mod_remoteip | mod_reqtimeout | mod_request | mod_rewrite | mod_sed | mod_session | mod_setenvif | mod_slotmem_shm | mod_socache_dbm | mod_socache_shmcb | mod_speling | mod_status | mod_substitute | mod_unixd | mod_userdir | mod_usertrack | mod_version | mod_vhost_alias | mod_watchdog | mod_wsgi | mod_xsendfile | mod_php7 | Apache/2.4.54 (Unix) mod_fastcgi/mod_fastcgi-SNAP-0910052141 PHP/7.3.33 OpenSSL/1.0.2u mod_wsgi/3.5 Python/2.7.18 |
Potential Missing Modules ::
Folder Permissions :: wrote:Core Folders :: images/ (755) | components/ (755) | modules/ (755) | plugins/ (755) | language/ (755) | templates/ (755) | cache/ (755) | logs/ (---) | tmp/ (755) | administrator/components/ (755) | administrator/modules/ (755) | administrator/language/ (755) | administrator/templates/ (755) | administrator/logs/ (777) |
Elevated Permissions (First 10) :: administrator/logs/ (777) |Database Information :: wrote:Database statistics :: Uptime: 2108 | Threads: 1 | Questions: 1579 | Slow queries: 0 | Opens: 1106 | Flush tables: 1 | Open tables: 64 | Queries per second avg: 0.749 |Extensions Discovered :: wrote:Components :: Site ::
Core :: com_mailto (3.0.0) 1 | com_wrapper (3.0.0) 1 |
3rd Party:: WF_AGGREGATOR_VIMEO_TITLE (2.6.20) ? | WF_AGGREGATOR_DAILYMOTION_TITLE (2.6.20) ? | WF_AGGREGATOR_[youtube]_TITLE (2.6.20) ? | WF_AGGREGATOR_VINE_TITLE (2.6.20) ? | WF_FILESYSTEM_JOOMLA_TITLE (2.6.20) ? | WF_LINK_SEARCH_TITLE (2.6.20) ? | WF_POPUPS_JCEMEDIABOX_TITLE (2.6.20) ? | WF_POPUPS_WINDOW_TITLE (2.6.20) ? | WF_LINKS_JOOMLALINKS_TITLE (2.6.20) ? | WF_STYLESELECT_TITLE (2.6.20) ? | WF_VISUALBLOCKS_TITLE (2.6.20) ? | WF_DIRECTIONALITY_TITLE (2.6.20) ? | WF_FONTCOLOR_TITLE (2.6.20) ? | WF_LISTS_TITLE (2.6.20) ? | WF_IMGMANAGER_TITLE (2.6.20) ? | WF_SOURCE_TITLE (2.6.20) ? | WF_SEARCHREPLACE_TITLE (2.6.20) ? | WF_CONTEXTMENU_TITLE (2.6.20) ? | WF_INLINEPOPUPS_TITLE (2.6.20) ? | WF_STYLE_TITLE (2.6.20) ? | WF_TEXTCASE_TITLE (2.6.20) ? | WF_FONTSELECT_TITLE (2.6.20) ? | WF_XHTMLXTRAS_TITLE (2.6.20) ? | WF_NONBREAKING_TITLE (2.6.20) ? | WF_PRINT_TITLE (2.6.20) ? | WF_BROWSER_TITLE (2.6.20) ? | WF_AUTOSAVE_TITLE (2.6.20) ? | WF_CLEANUP_TITLE (2.6.20) ? | WF_LAYER_TITLE (2.6.20) ? | WF_LINK_TITLE (2.6.20) ? | WF_TABLE_TITLE (2.6.20) ? | WF_FORMATSELECT_TITLE (2.6.20) ? | WF_CHARMAP_TITLE (2.6.20) ? | WF_HR_TITLE (2.6.20) ? | WF_FONTSIZESELECT_TITLE (2.6.20) ? | WF_PREVIEW_TITLE (2.6.20) ? | WF_ANCHOR_TITLE (2.6.20) ? | WF_ARTICLE_TITLE (2.6.20) ? | WF_FULLSCREEN_TITLE (2.6.20) ? | WF_VISUALCHARS_TITLE (2.6.20) ? | WF_SPELLCHECKER_TITLE (2.6.20) ? | WF_KITCHENSINK_TITLE (2.6.20) ? | WF_MEDIA_TITLE (2.6.20) ? | WF_CLIPBOARD_TITLE (2.6.20) ? | WF_EMOTIONS_TITLE (2.6.20) ? |
Components :: Admin ::
Core :: com_checkin (3.0.0) 1 | com_modules (3.0.0) 1 | com_redirect (3.0.0) 1 | com_admin (3.0.0) 1 | com_cpanel (3.0.0) 1 | com_config (3.0.0) 1 | com_cache (3.0.0) 1 | com_actionlogs (3.9.0) 1 | com_plugins (3.0.0) 1 | com_categories (3.0.0) 1 | com_installer (3.0.0) 1 | com_media (3.0.0) 1 | com_ajax (3.2.0) 1 | com_banners (3.0.0) 1 | com_newsfeeds (3.0.0) 1 | com_postinstall (3.2.0) 1 | com_messages (3.0.0) 1 | com_login (3.0.0) 1 | com_content (3.0.0) 1 | com_languages (3.0.0) 1 | com_search (3.0.0) 1 | com_tags (3.1.0) 1 | com_joomlaupdate (3.6.2) 1 | com_associations (3.7.0) 1 | com_contenthistory (3.2.0) 1 | com_menus (3.0.0) 1 | com_fields (3.7.0) 1 | com_users (3.0.0) 1 | com_finder (3.0.0) 1 | com_privacy (3.9.0) 1 | com_templates (3.0.0) 1 |
3rd Party:: COM_JCE (2.6.20) 1 | Akeeba (6.3.3) 1 |
Modules :: Site ::
Core :: mod_tags_similar (3.1.0) 1 | mod_random_image (3.0.0) 1 | mod_syndicate (3.0.0) 1 | mod_wrapper (3.0.0) 1 | mod_breadcrumbs (3.0.0) 1 | mod_articles_archive (3.0.0) 1 | mod_banners (3.0.0) 1 | mod_footer (3.0.0) 1 | mod_menu (3.0.0) 1 | mod_feed (3.0.0) 1 | mod_articles_categories (3.0.0) 1 | mod_languages (3.5.0) 1 | mod_articles_latest (3.0.0) 1 | mod_whosonline (3.0.0) 1 | mod_login (3.0.0) 1 | mod_stats (3.0.0) 1 | mod_articles_category (3.0.0) 1 | mod_custom (3.0.0) 1 | mod_articles_news (3.0.0) 1 | mod_related_items (3.0.0) 1 | mod_finder (3.0.0) 1 | mod_tags_popular (3.1.0) 1 | mod_users_latest (3.0.0) 1 | mod_search (3.0.0) 1 | mod_articles_popular (3.0.0) 1 |
3rd Party:: JUX Timeline (1.0.1) 1 | BT Smart Search (1.0.2) 1 |
Modules :: Admin ::
Core :: mod_quickicon (3.0.0) 1 | mod_latest (3.0.0) 1 | mod_status (3.0.0) 1 | mod_multilangstatus (3.0.0) 1 | mod_privacy_dashboard (3.9.0) 1 | mod_toolbar (3.0.0) 1 | mod_stats_admin (3.0.0) 1 | mod_sampledata (3.8.0) 1 | mod_menu (3.0.0) 1 | mod_feed (3.0.0) 1 | mod_title (3.0.0) 1 | mod_version (3.0.0) 1 | mod_popular (3.0.0) 1 | mod_latestactions (3.9.0) 1 | mod_login (3.0.0) 1 | mod_custom (3.0.0) 1 | mod_logged (3.0.0) 1 | mod_submenu (3.0.0) 1 |
3rd Party::
Libraries ::
Core ::
3rd Party:: FOF30 (3.1.2) ? |
Plugins ::
Core :: plg_quickicon_joomlaupdate (3.0.0) 1 | plg_quickicon_privacycheck (3.9.0) 1 | plg_quickicon_phpversioncheck (3.7.0) 1 | plg_quickicon_extensionupdate (3.0.0) 1 | plg_extension_joomla (3.0.0) 1 | plg_privacy_consents (3.9.0) 1 | plg_privacy_content (3.9.0) 1 | plg_privacy_message (3.9.0) 1 | plg_privacy_user (3.9.0) 1 | plg_privacy_actionlogs (3.9.0) 1 | plg_twofactorauth_yubikey (3.2.0) 0 | plg_twofactorauth_totp (3.2.0) 0 | plg_content_vote (3.0.0) 1 | plg_content_emailcloak (3.0.0) 1 | plg_content_confirmconsent (3.9.0) 0 | plg_content_pagenavigation (3.0.0) 1 | plg_content_finder (3.0.0) 0 | plg_content_fields (3.7.0) 1 | plg_content_pagebreak (3.0.0) 1 | plg_content_loadmodule (3.0.0) 1 | plg_content_joomla (3.0.0) 1 | plg_user_contactcreator (3.0.0) 0 | plg_user_terms (3.9.0) 0 | plg_user_profile (3.0.0) 0 | plg_user_joomla (3.0.0) 1 | plg_captcha_recaptcha_invisible (3.8) 0 | plg_captcha_recaptcha (3.4.0) 0 | plg_search_contacts (3.0.0) 0 | plg_search_content (3.0.0) 1 | plg_search_tags (3.0.0) 1 | plg_search_categories (3.0.0) 1 | plg_search_newsfeeds (3.0.0) 0 | plg_system_sessiongc (3.8.6) 1 | plg_system_cache (3.0.0) 0 | plg_system_logrotation (3.9.0) 1 | plg_system_highlight (3.0.0) 1 | plg_system_updatenotification (3.5.0) 1 | plg_system_privacyconsent (3.9.0) 0 | plg_system_p3p (3.0.0) 0 | plg_system_logout (3.0.0) 1 | plg_system_languagecode (3.0.0) 0 | plg_system_languagefilter (3.0.0) 0 | plg_system_redirect (3.0.0) 0 | plg_system_log (3.0.0) 1 | plg_system_fields (3.7.0) 1 | plg_system_remember (3.0.0) 1 | plg_system_sef (3.0.0) 1 | plg_system_stats (3.5.0) 0 | PLG_SYSTEM_ACTIONLOGS (3.9.0) 0 | plg_system_debug (3.0.0) 1 | plg_finder_contacts (3.0.0) 0 | plg_finder_content (3.0.0) 0 | plg_finder_tags (3.0.0) 0 | plg_finder_categories (3.0.0) 0 | plg_finder_newsfeeds (3.0.0) 0 | PLG_ACTIONLOG_JOOMLA (3.9.0) 1 | plg_editors-xtd_module (3.5.0) 1 | plg_editors-xtd_image (3.0.0) 1 | plg_editors-xtd_menu (3.7.0) 1 | plg_editors-xtd_readmore (3.0.0) 1 | plg_editors-xtd_fields (3.7.0) 1 | plg_editors-xtd_pagebreak (3.0.0) 1 | plg_editors-xtd_article (3.0.0) 1 | plg_fields_imagelist (3.7.0) 1 | plg_fields_usergrouplist (3.7.0) 1 | plg_fields_calendar (3.7.0) 1 | plg_fields_radio (3.7.0) 1 | plg_fields_repeatable (3.9.0) 1 | plg_fields_color (3.7.0) 1 | plg_fields_user (3.7.0) 1 | plg_fields_url (3.7.0) 1 | plg_fields_checkboxes (3.7.0) 1 | plg_fields_textarea (3.7.0) 1 | plg_fields_list (3.7.0) 1 | plg_fields_integer (3.7.0) 1 | plg_fields_text (3.7.0) 1 | plg_fields_editor (3.7.0) 1 | plg_fields_media (3.7.0) 1 | plg_fields_sql (3.7.0) 1 | plg_installer_packageinstaller (3.6.0) 1 | PLG_INSTALLER_FOLDERINSTALLER (3.6.0) 1 | PLG_INSTALLER_URLINSTALLER (3.6.0) 1 | plg_installer_webinstaller (1.1.1) 1 | plg_authentication_ldap (3.0.0) 0 | plg_authentication_cookie (3.0.0) 1 | plg_authentication_joomla (3.0.0) 1 | plg_authentication_gmail (3.0.0) 0 |
3rd Party:: plg_quickicon_jce (2.6.0-pro-bet) 1 | plg_quickicon_akeebabackup (1.0) 1 | plg_extension_jce (2.6.20) 1 | plg_editors_codemirror (5.40.0) 1 | plg_editors_tinymce (4.5.9) 1 | plg_editors_jce (2.6.20) 1 | plg_content_jce (2.6.20) 1 | plg_system_jce (2.6.20) 1 | PLG_SYSTEM_BACKUPONUPDATE (3.7) 0 | PLG_SYSTEM_AKEEBAACTIONLOG (1.0) 0 | PLG_SYSTEM_AKEEBAUPDATECHECK (1.1) 0 | plg_installer_jce (2.6.20) 1 |Templates Discovered :: wrote:Templates :: Site :: protostar (1.0) 1 | beez3 (3.1.0) 1 |
Templates :: Admin :: hathor (3.0.0) 1 | isis (1.0) 1 |
-
- Joomla! Apprentice
- Posts: 19
- Joined: Sat May 21, 2016 11:20 pm
Re: Admin login cannot find admin user that is mapped.
More progress. Looks like the culprit is the control panel.
Other menus seem to work.
etc.
Other menus seem to work.
etc.
You do not have the required permissions to view the files attached to this post.
-
- Joomla! Apprentice
- Posts: 19
- Joined: Sat May 21, 2016 11:20 pm
Re: Admin login cannot find admin user that is mapped.
Managed to update to 3.10. That fixed the control panel issue. It looks like I can take it from here.
Thanks for the support!
Thanks for the support!
Advertisement