← Back to team overview

mahara-contributors team mailing list archive

[Bug 1650962] Re: Error: Undefined variable:institutions

 

variable $institutions is not used any more. It is showing errors now
because we changed

$smarty->assign_by_ref('institutions', $institutions);

for

$smarty->assign('institutions', $institutions);

-- 
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/1650962

Title:
  Error: Undefined variable:institutions

Status in Mahara:
  In Progress

Bug description:
  See error message in screen Web services/logs

  [WAR] 5c (webservice/admin/webservicessearchlib.php:80) Undefined variable: institutions
  Call stack (most recent first):

      log_message("Undefined variable: institutions", 8, true, true, "/home/ceciliavg/maharacode/mahara/htdocs/webservic...", 80) at /home/ceciliavg/maharacode/mahara/htdocs/lib/errors.php:521
      error(8, "Undefined variable: institutions", "/home/ceciliavg/maharacode/mahara/htdocs/webservic...", 80, array(size 10)) at /home/ceciliavg/maharacode/mahara/htdocs/webservice/admin/webservicessearchlib.php:80
      build_webservice_log_search_results(object(stdClass)) at /home/ceciliavg/maharacode/mahara/htdocs/webservice/admin/webservicelogs.php:53

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


References