Best practice forum (Archived)

Cron error when groups_add_member() function

 
PiquemilhPablo
Cron error when groups_add_member() function
PiquemilhPablo 发表于 2013年09月24日 Tuesday 15:28
小组 Partners

Hello , We have an error when we execute the cron : Fatal error: Call to undefined function groups_add_member() in /home/academia/public_html/enrol/cohort/locallib.php on line 361 The cron stops and can not be completed, how I can fix this?

What we have seen is that this behavior appears when we have configured out before the Cron runs, Goups & Grouping in different course and we enroll users using a dynamic cohort to the course and we suscribe that cohort to the respective Group. Then Cron stops with the error mentioned at the top of this message.

This still happened on a Totara LMS Versión 2.4.1 (Build: 20130514.00).

 

Thanks

Pablo

me
Re: Cron error when groups_add_member() function
AngusGeorge 发表于 2013年09月24日 Tuesday 19:22
小组 Totara

Hi Pablo,

Can you save the entire output of Cron and email it to me?

Thanks,

George.

PiquemilhPablo
Re: Cron error when groups_add_member() function
PiquemilhPablo 发表于 2013年09月25日 Wednesday 18:09
小组 Partners

Thanks George, I´m sending you the entire output tomorrow morning.

Pablo

PiquemilhPablo
Re: Cron error when groups_add_member() function
PiquemilhPablo 发表于 2013年09月26日 Thursday 12:09
小组 Partners

I'm sending you the complete output.

Curry (Core Developer)David
Re: Cron error when groups_add_member() function
Curry (Core Developer)David 发表于 2013年09月26日 Thursday 15:44
小组 Totara

Hey Pablo,

I've had a look into this and you're right if you have an audience sync set to automatically add to a group the cron has issues, thankfully this one is an easy fix. I've got a patchset in review but if you want you can make the changes locally for now, it's only a one line fix.

If you access the code in dirroot/enrol/cohort/locallib.php you'll see the follwing
28 require_once($CFG->dirroot . '/enrol/locallib.php');
29 require_once($CFG->dirroot . '/totara/cohort/lib.php');
Just add the following line below that
require_once($CDF->dirroot . '/group/lib.php');
And run the cron again, everything should be back up and working.

Cheers,
David

该论坛帖子已被删除
2013年09月30日 Monday 22:30
该论坛帖子的内容已被删除,无法再访问。