Posts made by Visvanath Ratnaweera

Picture of Particularly helpful Moodlers Picture of Translators
I understand that the plan is not to break H5P in running 4.1 LTS during its life time. Thanks.

For the sake of completeness, mod_hvp got an upgrade. Here are the lines from the version.php of both:

  $plugin->component = 'mod_h5pactivity';
  $plugin->version = 2022112801;
  $plugin->requires = 2022111800;

  $plugin->version = 2024091200;
  $plugin->requires = 2013051403;
  $plugin->cron = 0;
  $plugin->component = 'mod_hvp';
  $plugin->maturity = MATURITY_STABLE;
  $plugin->release = '1.27.0';
Picture of Particularly helpful Moodlers Picture of Translators
Moodle needs the pathinfo from the web server to function. This switch is there to prove whether there is this incompatibility. That is what the warning says. (Never noticed this warning, maybe that problem never existed in those servers I worked.)

The long-term solution is a setting somewhere in your web server. Better ask your hosting provider how to activate it.
 
P.S. Yes, this is not a developer question, for the Installing and upgrading help forum rather.
Picture of Particularly helpful Moodlers Picture of Translators
So you see part of the page? Or, the whole page is white?

Either way Debugging Leon mentioned is the starting point. Note that if you get a white screen you have to read the web server logs.
 
Did you check the server requirement before upgrade by going to Server administration > Server > Environment? Operate the drop-down with Moodle versions.
 
Since you can't enter that page now, compare your notes agains http://www.syndrega.ch/blog/#php-and-dbms-compatibility-of-major-moodle-releases.
Picture of Particularly helpful Moodlers Picture of Translators
It sounds complicated but I want to ask whether you are in fact giving the candidate infinite time but want to know how much time he consumed. If so, don't set any time restrictions but make clicking the submission button a must. Moodle records the start and the end times.