mahara-contributors team mailing list archive
-
mahara-contributors team
-
Mailing list archive
-
Message #40325
[Bug 1647220] A change has been merged
Reviewed: https://reviews.mahara.org/7322
Committed: https://git.mahara.org/mahara/mahara/commit/c5b549343bd77d5bc0dcc25ab6fd19968f09c741
Submitter: Robert Lyon (robertl@xxxxxxxxxxxxxxx)
Branch: 16.04_STABLE
commit c5b549343bd77d5bc0dcc25ab6fd19968f09c741
Author: Cecilia Vela Gurovic <cecilia@xxxxxxxxxxxxxxx>
Date: Mon Dec 5 12:58:42 2016 +1300
Bug 1647220: Fix error in Institution statistics when no institution
behatnotneeded
Change-Id: I9735ac2729f56864906dd8fed9de48df4db46b6c
(cherry picked from commit 77c44ae9e69fa85a5c80a75475d6fac9a518d1bc)
--
You received this bug notification because you are a member of Mahara
Contributors, which is subscribed to Mahara.
Matching subscriptions: Subscription for all Mahara Contributors -- please ask on #mahara-dev or mahara.org forum before editing or unsubscribing it!
https://bugs.launchpad.net/bugs/1647220
Title:
Error messages on Institution statistics
Status in Mahara:
Fix Committed
Status in Mahara 16.04 series:
Fix Committed
Status in Mahara 16.10 series:
Fix Released
Bug description:
Mahara master 17.04dev:
The following error messages appear in a fresh Mahara instance with no
institutions set up on Admin -> Institutions -> Statistics -> Pages.
It seems to be similar to bug #1486309.
[WAR] e8 (lib/user.php:1909) Undefined variable: urlid
Call stack (most recent first):
log_message("Undefined variable: urlid", 8, true, true, "/home/kristina/code/mahara/htdocs/lib/user.php", 1909) at /home/kristina/code/mahara/htdocs/lib/errors.php:521
error(8, "Undefined variable: urlid", "/home/kristina/code/mahara/htdocs/lib/user.php", 1909, array(size 4)) at /home/kristina/code/mahara/htdocs/lib/user.php:1909
profile_url(false, false) at /home/kristina/code/mahara/htdocs/lib/view.php:5796
View->get_url(false) at /home/kristina/code/mahara/htdocs/lib/view.php:5237
View::get_extra_view_info(array(size 5), false, false) at /home/kristina/code/mahara/htdocs/lib/registration.php:1399
institution_view_stats_table(10, 0, array(size 17)) at /home/kristina/code/mahara/htdocs/lib/registration.php:1323
institution_view_statistics(10, 0, array(size 17)) at /home/kristina/code/mahara/htdocs/admin/users/statistics.php:83
[WAR] e8 (lib/user.php:1918) Undefined variable: id
Call stack (most recent first):
log_message("Undefined variable: id", 8, true, true, "/home/kristina/code/mahara/htdocs/lib/user.php", 1918) at /home/kristina/code/mahara/htdocs/lib/errors.php:521
error(8, "Undefined variable: id", "/home/kristina/code/mahara/htdocs/lib/user.php", 1918, array(size 4)) at /home/kristina/code/mahara/htdocs/lib/user.php:1918
profile_url(false, false) at /home/kristina/code/mahara/htdocs/lib/view.php:5796
View->get_url(false) at /home/kristina/code/mahara/htdocs/lib/view.php:5237
View::get_extra_view_info(array(size 5), false, false) at /home/kristina/code/mahara/htdocs/lib/registration.php:1399
institution_view_stats_table(10, 0, array(size 17)) at /home/kristina/code/mahara/htdocs/lib/registration.php:1323
institution_view_statistics(10, 0, array(size 17)) at /home/kristina/code/mahara/htdocs/admin/users/statistics.php:83
[WAR] e8 (lib/user.php:1922) profile_url called with no user id
Call stack (most recent first):
profile_url(false, false) at /home/kristina/code/mahara/htdocs/lib/view.php:5796
View->get_url(false) at /home/kristina/code/mahara/htdocs/lib/view.php:5237
View::get_extra_view_info(array(size 5), false, false) at /home/kristina/code/mahara/htdocs/lib/registration.php:1399
institution_view_stats_table(10, 0, array(size 17)) at /home/kristina/code/mahara/htdocs/lib/registration.php:1323
institution_view_statistics(10, 0, array(size 17)) at /home/kristina/code/mahara/htdocs/admin/users/statistics.php:83
To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1647220/+subscriptions
References