← Back to team overview

mahara-contributors team mailing list archive

[Bug 1663439] [NEW] [WAR] 76 (auth/lib.php:117) Undefined property: stdClass::$active

 

Public bug reported:

This is due to the adding of a new column in upgrade but if something
before that upgrade block wants to access Auth::init() it throws the
error because the vale from db doesn't exist yet

We need to check if it exists and set a default if not

** Affects: mahara
     Importance: High
     Assignee: Robert Lyon (robertl-9)
         Status: In Progress

** Changed in: mahara
       Status: New => In Progress

** Changed in: mahara
   Importance: Undecided => High

** Changed in: mahara
     Assignee: (unassigned) => Robert Lyon (robertl-9)

** Changed in: mahara
    Milestone: None => 17.04.0

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

Title:
  [WAR] 76 (auth/lib.php:117) Undefined property: stdClass::$active

Status in Mahara:
  In Progress

Bug description:
  This is due to the adding of a new column in upgrade but if something
  before that upgrade block wants to access Auth::init() it throws the
  error because the vale from db doesn't exist yet

  We need to check if it exists and set a default if not

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


Follow ups