[Mahara-contributors] [Bug 1749402] Re: Views and collection list (in group) throws MySQL error

2018-10-24 Thread Cecilia Vela Gurovic
** Changed in: mahara/18.10 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-contributors] [Bug 1749402] Re: Views and collection list (in group) throws MySQL error

2018-04-05 Thread Cecilia Vela Gurovic
** Changed in: mahara/17.10 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-contributors] [Bug 1749402] Re: Views and collection list (in group) throws MySQL error

2018-04-05 Thread Robert Lyon
** Changed in: mahara/18.04 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-contributors] [Bug 1749402] Re: Views and collection list (in group) throws MySQL error

2018-03-22 Thread Alexander Del Ponte
Hi Kristina and Robert, I had a look at the code and the warning is caused by trying to access an object property on an array as the error message implies. For my issue everything is working fine when supressing the on screen display of warning messages, but I wonder, if the overall

[Mahara-contributors] [Bug 1749402] Re: Views and collection list (in group) throws MySQL error

2018-03-21 Thread Robert Lyon
** Changed in: mahara/18.04 Status: Confirmed => Fix Committed ** Changed in: mahara/17.10 Status: Confirmed => Fix Committed -- You received this bug notification because you are a member of Mahara Contributors, which is subscribed to Mahara. Matching subscriptions: Subscription

[Mahara-contributors] [Bug 1749402] Re: Views and collection list (in group) throws MySQL error

2018-03-20 Thread Robert Lyon
Steps to test: 1) Make a group that is 'Open' and is also 'Publicly viewable group' 2) make some pages in the group and add all of them to a collection 3) share the collection to the group and to registered users 4) find the ID of the collection and then make sure there is no view with same ID

[Mahara-contributors] [Bug 1749402] Re: Views and collection list (in group) throws MySQL error

2018-03-19 Thread mafen
This also affects Mahara 17.10 -- 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

[Mahara-contributors] [Bug 1749402] Re: Views and collection list (in group) throws MySQL error

2018-03-19 Thread Alexander Del Ponte
Hi Kristina and Robert, functionally the problem is resolved, the portfolios now are displayed. So the error is gone but is replaced with a warning now which is no problem, cause in our prod environment warning are supressed. [WAR] d5 (lib/view.php:5466) Trying to get property of non-object

[Mahara-contributors] [Bug 1749402] Re: Views and collection list (in group) throws MySQL error

2018-03-18 Thread Robert Lyon
** Changed in: mahara/18.10 Assignee: (unassigned) => Robert Lyon (robertl-9) ** Changed in: mahara/18.04 Assignee: (unassigned) => Robert Lyon (robertl-9) -- You received this bug notification because you are a member of Mahara Contributors, which is subscribed to Mahara. Matching

[Mahara-contributors] [Bug 1749402] Re: Views and collection list (in group) throws MySQL error

2018-03-08 Thread Robert Lyon
The problem here stems from the htdocs/view/groupviews.php file around these lines: $data = View::view_search(null, null, (object) array('group' => $group->id), null, $limit, $offset, true, null, null, false, null, null,