2

I have problem transferring the Moodle e-learning to another server enter image description here the error is not helpful, I have tried changing the file:

moodle/lib/dml/mysqli_native_moodle_database.php Change @@default_storage_engine to @@storage_engine,

the moodle config.php is configured correctly accordingly to my MySQL server which all still does not work

moodle version: 3.2.1 mysql version: 5.7.9 php version: 7.0.0, tnx in advance

kat1330
  • 5,134
  • 7
  • 38
  • 61
Lara Vel
  • 21
  • 1
  • 2

1 Answers1

1

Run PHPInfo(). Does it show that PHP has loaded the MySQL driver?

Can you connect to the database via PhpMyAdmin?

And are the PHP error logging options, like log_errors, enabled? The Moodle config.php file also has various debugging settings. Are those enabled? Getting better error messages usually makes resolving problems easier.

luisdev
  • 558
  • 7
  • 22