[Mahara-contributors] [Bug 1741814] Re: error when navigating to My groups page

2018-04-05 Thread Robert Lyon
** Changed in: mahara Status: Fix Committed => Fix Released -- 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

[Mahara-contributors] [Bug 1741814] Re: error when navigating to My groups page

2018-02-15 Thread Robert Lyon
** Changed in: mahara Status: In Progress => Fix Committed -- 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

[Mahara-contributors] [Bug 1741814] Re: error when navigating to My groups page

2018-01-17 Thread Rebecca Blundell
** Changed in: mahara Status: Confirmed => In Progress -- 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

[Mahara-contributors] [Bug 1741814] Re: error when navigating to My groups page

2018-01-11 Thread Robert Lyon
** Changed in: mahara Milestone: None => 18.04.0 ** Changed in: mahara Assignee: (unassigned) => Rebecca Blundell (rjb-dev) ** Changed in: mahara Importance: Undecided => High ** Changed in: mahara Status: New => Confirmed -- You received this bug notification because you

[Mahara-contributors] [Bug 1741814] Re: error when navigating to My groups page

2018-01-09 Thread Cecilia Vela Gurovic
It looks like it is a php 7.1 issue. The line that is throwing the error is trying to do an arithmetic operation on a string that it's not a number: $offset = (int)($offset / $groupsperpage) * $groupsperpage; where $offset='all' And according to the php documentation, with 7.1 we will receive