Details
-
Type:
Bug
-
Status: Closed
-
Priority:
Blocker
-
Resolution: Fixed
-
Affects Version/s: 2.1
-
Fix Version/s: 2.1.2
-
Component/s: Installation, Questions, Quiz
-
Labels:
-
Testing Instructions:
-
Affected Branches:MOODLE_21_STABLE
-
Fixed Branches:MOODLE_21_STABLE
-
Pull from Repository:
-
Pull Master Branch:
-
Pull Master Diff URL:
Description
It seems the code for the qeupgradehelper cron functionality has been left out of the release.
I have verified this with Tim Hunt.
I receive the following message in crontab output:
qeupgradehelper: local_qeupgradehelper_cron() started at 16:49:27
qeupgradehelper: processing ...
qeupgradehelper: sorry, not implemented yet.
qeupgradehelper: local_qeupgradehelper_cron() finished at 16:49:27
In qeupgradehelper's lib.php I see this:
while (time() < $stoptime) {
mtrace('qeupgradehelper: processing ...');
// TODO
mtrace('qeupgradehelper: sorry, not implemented yet.');
return;
}