Matt.M
Matt.M

Reputation: 84

Error Reading from Database - Moodle

currently we are experiencing the 'Error Reading from Database' issue with our Moodle site. We've established this is not due to a recent Upgrade and are unsure of the troubleshooting steps to take for this fix.

Can anyone advise of the troubleshooting steps we can take to resolve this issue?

Upvotes: 1

Views: 1646

Answers (1)

caioduarte
caioduarte

Reputation: 26

This error does not tell us exactly what is going on, but you can try this:

Open the file: /lib/dml/mysqli_native_moodle_database.php and change @@default_storage_engine to @@storage_engine.

Hope that helps!

Upvotes: 1

Related Questions