Tu as tout à fait raison Pierre...
J'ai été voir. Ma question c'est : faut-il dans la documentation développeur redévelopper l'explication des types de questions des quizes ? ou ne vaut il mieux pas donner la structure de l'API qui permet de construire des nouveaux types, éventuellement en s'accrochant sur un type existant ?
Valery Fremaux
Posts made by Valery Fremaux
Hi all
he happened an odd executino behaviour when trying to configue a CMSnavigation custom block from within the admin->notification page.
As using an old config_intance.html form, the path of inclusion gives :
admin/index.php -> lib/adminlib.php (admin_externalpage_print_header) -> lib/blocklib.php (block_setup) -> block_execute_url_action -> block_execute_action (config) -> config_instance.html -> lib/blocklib.php (block_setup, cont'd) -> lib/weblib.php (print_footer) -> lib/adminlib.php (admin_externalpage_print_footer) -> lib/blocklib.php (block_setup) -> block_execute_url_action -> block_execute_action (config) FAILURE IN CALLING BACK print_header() -> config_instance.htm ->...
result is duplicating the configuration form with a duplicate print_header error....
may that raise a bug case ?
Why do admin_externalpage_print_footer do again a block_config call ? what need there ?
he happened an odd executino behaviour when trying to configue a CMSnavigation custom block from within the admin->notification page.
As using an old config_intance.html form, the path of inclusion gives :
admin/index.php -> lib/adminlib.php (admin_externalpage_print_header) -> lib/blocklib.php (block_setup) -> block_execute_url_action -> block_execute_action (config) -> config_instance.html -> lib/blocklib.php (block_setup, cont'd) -> lib/weblib.php (print_footer) -> lib/adminlib.php (admin_externalpage_print_footer) -> lib/blocklib.php (block_setup) -> block_execute_url_action -> block_execute_action (config) FAILURE IN CALLING BACK print_header() -> config_instance.htm ->...
result is duplicating the configuration form with a duplicate print_header error....
may that raise a bug case ?
Why do admin_externalpage_print_footer do again a block_config call ? what need there ?
Hi Ulrike,
as actual maintainer/developper of the global search engine, I can give you a hand on this.
please first check the version you have of global search, and tell me more abourt moodle version you are using.
The global search up to date version runs only on 1.9.3 and over and has been updated deeply in early January.
If your release is older, some issues might have been fixed already.
There is no explicit version of the search engine, (something I should correct, because easier to track)...
there is a way to know although : take a document wrapper in search/documents/... say wiki_document.php and go to the end.
Is the $CFG->block_search_utf8dir used ? in the last function ? if yes you have the last version and we should try fix and find what you experiment.
Cheers.
as actual maintainer/developper of the global search engine, I can give you a hand on this.
please first check the version you have of global search, and tell me more abourt moodle version you are using.
The global search up to date version runs only on 1.9.3 and over and has been updated deeply in early January.
If your release is older, some issues might have been fixed already.
There is no explicit version of the search engine, (something I should correct, because easier to track)...
there is a way to know although : take a document wrapper in search/documents/... say wiki_document.php and go to the end.
Is the $CFG->block_search_utf8dir used ? in the last function ? if yes you have the last version and we should try fix and find what you experiment.
Cheers.
Une cause classique est un mauvais fichier de configuration, avec une variable $CFG->wwwroot mal configurée : la première page s'affiche car elle est pointée manuellement par l'utilisateur, mais dès que Moodle essaie de calculer une URL du site, il se plante avec la mauvaise valeur de $CFG->wwwroot, et tombre sur une page inexistante.
Bouncing on Robert Berntein's answer : our construction has been made actually on Catalyst studies for very big systems (up to 1,000,000 users).
The actual project is there :
http://national.pairformance.education.fr
I'm working hand in the hand for six month already with Catalyst team to implement Intel's worldwide TAO Educational program on a Moodle basis. We cross validated our estimations with Jonathan Newmann and a few other fellows in Wellington.
Pairformance is the first operational implementation of this program that will have official opening on March 4th and 5th, during the french TAO Consortium in Toulouse.
The actual project is there :
http://national.pairformance.education.fr
I'm working hand in the hand for six month already with Catalyst team to implement Intel's worldwide TAO Educational program on a Moodle basis. We cross validated our estimations with Jonathan Newmann and a few other fellows in Wellington.
Pairformance is the first operational implementation of this program that will have official opening on March 4th and 5th, during the french TAO Consortium in Toulouse.