Best practice forum (Archived)

Cron error when groups_add_member() function

 
Pablo Piquemilh
Cron error when groups_add_member() function
de Pablo Piquemilh - Tuesday, 24 de September de 2013, 15:28
Grupo 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
de George Angus - Tuesday, 24 de September de 2013, 19:22
Grupo Totara

Hi Pablo,

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

Thanks,

George.

Pablo Piquemilh
Re: Cron error when groups_add_member() function
de Pablo Piquemilh - Wednesday, 25 de September de 2013, 18:09
Grupo Partners

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

Pablo

Pablo Piquemilh
Re: Cron error when groups_add_member() function
de Pablo Piquemilh - Thursday, 26 de September de 2013, 12:09
Grupo Partners

I'm sending you the complete output.

David Curry (Core Developer)
Re: Cron error when groups_add_member() function
de David Curry (Core Developer) - Thursday, 26 de September de 2013, 15:44
Grupo 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

Esta publicación en el foro ha sido eliminada.
Monday, 30 de September de 2013, 22:30
El contenido de esta publicación del foro se ha eliminado y ya no se puede acceder a él.