Moodle

Calendar export crashes due to undefined function "groups_get_all_groups()"

Details

  • Type: Bug Bug
  • Status: Closed Closed
  • Priority: Major Major
  • Resolution: Won't Fix
  • Affects Version/s: 1.8.8, 1.8.9
  • Fix Version/s: None
  • Component/s: Calendar
  • Labels:
    None
  • Environment:
    Moodle 1.8.8
    Solaris 10, SPARC
    PHP Version => 5.2.4
  • Difficulty:
    Moderate
  • Affected Branches:
    MOODLE_18_STABLE

Description

Calendar Export crashes if Option "all event" is choosen.

Error Message:
[Fri Jun 05 16:27:39 2009] [error] [client 141.89.70.106] PHP Fatal error: Call to undefined function groups_get_all_groups() in /opt/csw/apache2/share/moodle/moodle_test/calendar/export_execute.php on line 39

Indeed, in line 39 of export_execute this function is called:
34 if ($what == 'all') {
35 $users = $user->id;
36 $groups = array();
37 foreach ($courses as $course) {
38 $course_groups = groups_get_all_groups($course->id, $user->id);
39 if ($course_groups) { 40 $groups = $groups + array_keys($course_groups); 41 }
42 }

but I could not find the place where this function is declared/defined.

Steps to reproduce:

  • Choose a Calendar block.
  • pick a month
  • in the "detailed month view", click on "Export calendar".
  • leave the "Export" option on "all events" and click "Export"
    In my environment, a blank page occures and I found the error message in the lock.

The problem is not solved in 1.8.9.

Activity

Hide
Michael de Raadt added a comment -

Thanks for reporting this issue.

We have detected that this issue has been inactive for over a year has been recorded as affecting versions that are no longer supported.

If you believe that this issue is still relevant to current versions (2.1 and beyond), please comment on the issue. Issues left inactive for a further month will be closed.

Michael d;

lqjjLKA0p6

Show
Michael de Raadt added a comment - Thanks for reporting this issue. We have detected that this issue has been inactive for over a year has been recorded as affecting versions that are no longer supported. If you believe that this issue is still relevant to current versions (2.1 and beyond), please comment on the issue. Issues left inactive for a further month will be closed. Michael d; lqjjLKA0p6
Hide
Michael de Raadt added a comment -

I'm closing this issue as it appears to have become inactive and is probably not relevant to a current supported version. If you are encountering this problem or one similar, please launch a new issue.

Show
Michael de Raadt added a comment - I'm closing this issue as it appears to have become inactive and is probably not relevant to a current supported version. If you are encountering this problem or one similar, please launch a new issue.

People

Vote (2)
Watch (2)

Dates

  • Created:
    Updated:
    Resolved: