← Back to team overview

mahara-contributors team mailing list archive

[Bug 1015884] [NEW] group tab on the sites stats page can't change pages

 

Public bug reported:

Gives a PHP fatal erro in the logs:

Call to undefined function group_homepage_url() in
/var/lib/sitedata/dwoo/compile/default/var/www/moe/statistics/htdocs/theme/raw/templates/admin/groupstats.tpl.d17.php
on line 21, referer:
http://mahara.example.com/admin/statistics.php?type=groups

solution is to put a require_once('group.php') in function
group_stats_table in lib/registration.php

** Affects: mahara
     Importance: Medium
     Assignee: Hugh Davenport (hugh-catalyst)
         Status: In Progress


** Tags: bite-sized

-- 
You received this bug notification because you are a member of Mahara
Contributors, which is subscribed to Mahara.
https://bugs.launchpad.net/bugs/1015884

Title:
  group tab on the sites stats page can't change pages

Status in Mahara ePortfolio:
  In Progress

Bug description:
  Gives a PHP fatal erro in the logs:

  Call to undefined function group_homepage_url() in
  /var/lib/sitedata/dwoo/compile/default/var/www/moe/statistics/htdocs/theme/raw/templates/admin/groupstats.tpl.d17.php
  on line 21, referer:
  http://mahara.example.com/admin/statistics.php?type=groups

  solution is to put a require_once('group.php') in function
  group_stats_table in lib/registration.php

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1015884/+subscriptions


Follow ups

References