Page 1 of 2
Forma.LMS 4.0.1.1 does not recognize the administrator login
Posted: Sat Nov 16, 2024 11:20 am
by lucabe
I have a problem: I managed to install Forma.LMS 4.0.1.1 without any issues, but I can’t figure out why it doesn’t recognize the account I set during installation. I didn’t configure the SMTP server because this is a local installation on my computer, so I can’t request a password reset. However, I did set a password, and I don’t understand why it doesn’t recognize it. I’ve tried installing it four times with the same result.
Re: Forma.LMS 4.0.1.1 does not recognize the administrator login
Posted: Sat Nov 16, 2024 11:25 am
by alfa24
Please provide:
1) MySql server version
2) PHP version
3) The record(s) extracted from the following SQL execution:
SELECT * FROM core_user;
4) error message when you try to login
Re: Forma.LMS 4.0.1.1 does not recognize the administrator login
Posted: Sat Nov 16, 2024 12:32 pm
by lucabe
MySQL 8, PHP 8.1
It doesn’t show any errors; I can see the site page, but when I enter the admin account and password, the usual ‘incorrect password’ message appears. However, I’m sure it’s correct because I copied it into a text file when I created it.
core_user is no present in PHPmyAdmin
Re: Forma.LMS 4.0.1.1 does not recognize the administrator login
Posted: Sat Nov 16, 2024 12:41 pm
by alfa24
Missing 3
Re: Forma.LMS 4.0.1.1 does not recognize the administrator login
Posted: Sat Nov 16, 2024 12:45 pm
by lucabe
Missing 3? I don’t understand.
Re: Forma.LMS 4.0.1.1 does not recognize the administrator login
Posted: Sat Nov 16, 2024 1:11 pm
by alfa24
I asked 4 things
Re: Forma.LMS 4.0.1.1 does not recognize the administrator login
Posted: Sat Nov 16, 2024 2:43 pm
by lucabe
I don’t know how to find this information.
Re: Forma.LMS 4.0.1.1 does not recognize the administrator login
Posted: Sat Nov 16, 2024 2:47 pm
by alfa24
I cannot help without knowing or being on your instance.
Re: Forma.LMS 4.0.1.1 does not recognize the administrator login
Posted: Sat Nov 16, 2024 6:12 pm
by lucabe
localhost:8889/e-learning/core_user/
http://localhost:8888/phpMyAdmin5/index ... =core_user
Showing rows 0 - 0 (1 total, Query took 0.0002 seconds.)
SELECT * FROM `core_user` WHERE 1;
270 /Anonymous 0 NULL 0 NULL 1 NULL NULL NULL NULL NULL 0 2024-11-13 12:18:17 2024-11-13 12:18:19
Re: Forma.LMS 4.0.1.1 does not recognize the administrator login
Posted: Sat Nov 16, 2024 6:30 pm
by alfa24
As I supposed, you didn't create a user at all.
I suppose your mysql distribution is not supported.
Please share complete mysql package info (find it in your phpinfo or in phpmyadmin main page).