issue during install on fench hosting OVH

issue during install on fench hosting OVH

by Olivier Mazé -
Number of replies: 4

Hi, i'ev a real issue to install moodle...

 

All my check list is ok.. a(my database in UTF-8 / PHP 5.3.3 activated

 

but i have this error message :

Système

Erreur de lecture de la base de données

Plus d'informations sur cette erreur

Debug info: Server shutdown in progress
SELECT engine FROM INFORMATION_SCHEMA.TABLES WHERE table_schema = DATABASE() AND table_name = 'mdl_config'
[NULL]
Stack trace:
  • line 391 of /lib/dml/moodle_database.php: dml_read_exception thrown
  • line 150 of /lib/dml/mysqli_native_moodle_database.php: call to moodle_database->query_end()
  • line 107 of /lib/ddl/mysql_sql_generator.php: call to mysqli_native_moodle_database->get_dbengine()
  • line 195 of /lib/ddl/sql_generator.php: call to mysql_sql_generator->getCreateTableSQL()
  • line 453 of /lib/ddl/database_manager.php: call to sql_generator->getCreateStructureSQL()
  • line 408 of /lib/ddl/database_manager.php: call to database_manager->install_from_xmldb_structure()
  • line 1321 of /lib/upgradelib.php: call to database_manager->install_from_xmldb_file()
  • line 169 of /admin/index.php: call to install_core()

and my database stay empty wthout any table created...

 

Please.. H.E.L.P. !

Average of ratings: -
In reply to Olivier Mazé

Re: issue during install on fench hosting OVH

by Bernard Braem -

Looks like my issue two weeks ago ... Are you hosted at OVH ?

In reply to Bernard Braem

Re: issue during install on fench hosting OVH

by Olivier Mazé -

Yes.. how did you fixed it ??

After a quick look.. my Database is empty...

In reply to Olivier Mazé

Re: issue during install on fench hosting OVH

by Bernard Braem -

 

It cannot be fixed because the size of the queries on the database is limited by OVH in shared hosting. They don't intend to increase it because it would be for everydody...

So, there are 3 possible solutions :

1°) You can evoluate to a dedicated server hosting

2°) Moodle could be released with shorter (splitted) queries

3) You can install a 1.9.10 release, it works very well

I chose for the third solution, just because I could not wait and because I have no time to face all thos time consuming technical problems...

Hope this has helped you !

Bernard

 

In reply to Bernard Braem

Re: issue during install on fench hosting OVH

by Nicolas Seydoux -

well, i found out the issue ...

what it is asked is that your databe works on utf-8 :

if you are using something like phpmyadmin ,

go to your database , then operations , and look at collation :

you have all sort of data format type . pick up utf8 .

hopes it helps,