- Posts: 17
Joomdle 1.0 Installation
XML-RPC Error (95042507): Error reading from database | ERRO
- Raymi
-
Topic Author
- Offline
- New Member
-
Less
More
7 years 1 month ago - 7 years 1 month ago #1
by Raymi
XML-RPC Error (95042507): Error reading from database | ERRO was created by Raymi
Hello,
I have the same problem (XML-RPC Error (95042507): Erreur de lecture de la base de données | ERRORCODE: dmlreadexception)
and impossible to enter moodle to unlock the debug. An idea ?
I said that it came since the update I made for joomla, moodle, joodle.
Everything is normally up to date !
thank you so much
I have the same problem (XML-RPC Error (95042507): Erreur de lecture de la base de données | ERRORCODE: dmlreadexception)
and impossible to enter moodle to unlock the debug. An idea ?
I said that it came since the update I made for joomla, moodle, joodle.
Everything is normally up to date !
thank you so much
Last edit: 7 years 1 month ago by Raymi.
Please Log in or Create an account to join the conversation.
- Raymi
-
Topic Author
- Offline
- New Member
-
Less
More
- Posts: 17
7 years 1 month ago - 7 years 1 month ago #2
by Raymi
Replied by Raymi on topic XML-RPC Error (95042507): Error reading from database | ERRO
I managed a debugg with the following codes in the config file:
$ CFG-> debug = 32767;
$ CFG-> debugdisplay = 1;
it gave me:
##XML-RPC Error (95042507): Error reading the database (COLLATION 'utf8_bin' is not valid for CHARACTER SET 'utf8mb4' SELECT * FROM mdl_user WHERE LOWER (username) COLLATE utf8_bin = LOWER (?) AND deleted <> 1 AND mnethostid
[Array (0 => 'manager74', 1 => '1',)]) | DEBUG INFO: COLLATION 'utf8_bin' is not valid for CHARACTER SET 'utf8mb4' SELECT * FROM mdl_user WHERE LOWER (username) COLLATE utf8_bin = LOWER (?) AND deleted <> 1 AND mnethostid
[array (0 => 'manager74', 1 => '1',)] | ERRORCODE: dmlreadexception
what is crazy is that the whole table is in 'utf8mb4' and some fields are in 'utf8_bin' and I can not change them.
Thanks for your help
$ CFG-> debug = 32767;
$ CFG-> debugdisplay = 1;
it gave me:
##XML-RPC Error (95042507): Error reading the database (COLLATION 'utf8_bin' is not valid for CHARACTER SET 'utf8mb4' SELECT * FROM mdl_user WHERE LOWER (username) COLLATE utf8_bin = LOWER (?) AND deleted <> 1 AND mnethostid
[Array (0 => 'manager74', 1 => '1',)]) | DEBUG INFO: COLLATION 'utf8_bin' is not valid for CHARACTER SET 'utf8mb4' SELECT * FROM mdl_user WHERE LOWER (username) COLLATE utf8_bin = LOWER (?) AND deleted <> 1 AND mnethostid
[array (0 => 'manager74', 1 => '1',)] | ERRORCODE: dmlreadexceptionwhat is crazy is that the whole table is in 'utf8mb4' and some fields are in 'utf8_bin' and I can not change them.
Thanks for your help
Last edit: 7 years 1 month ago by Raymi.
Please Log in or Create an account to join the conversation.
- Antonio Durán
-
- Offline
- Moderator
-
Less
More
- Posts: 7909
7 years 1 month ago #3
by Antonio Durán
Replied by Antonio Durán on topic XML-RPC Error (95042507): Error reading from database | ERRO
Hi.
> and impossible to enter moodle to unlock the debug. An idea ?
Why can't you log in to Moodle? Don't you have a Moodle-only admin account? Or that does not work either?
I don't know where those errors are coming from,or if they are even related to Joomdle.
Do you get that error when you try to log in?
> and impossible to enter moodle to unlock the debug. An idea ?
Why can't you log in to Moodle? Don't you have a Moodle-only admin account? Or that does not work either?
I don't know where those errors are coming from,or if they are even related to Joomdle.
Do you get that error when you try to log in?
Please Log in or Create an account to join the conversation.