[Mahara-contributors] [Bug 1222350] Re: Friendship request throws error

2013-10-23 Thread Aaron Wells
** 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 1222350] Re: Friendship request throws error

2013-09-30 Thread Aaron Wells
** Changed in: mahara Milestone: 1.8rc1 = 1.8.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

[Mahara-contributors] [Bug 1222350] Re: Friendship request throws error

2013-09-23 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 1222350] Re: Friendship request throws error

2013-09-17 Thread Robert Lyon
I've added a patch for this: https://reviews.mahara.org/#/c/2504/ From what I've read we just need to declare the stdClass before trying to assign things to it. ** Changed in: mahara Status: Triaged = In Progress -- You received this bug notification because you are a member of Mahara

[Mahara-contributors] [Bug 1222350] Re: Friendship request throws error

2013-09-16 Thread Kristina Hoeppner
Indeed, I've got PHP 5.4. -- 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!

[Mahara-contributors] [Bug 1222350] Re: Friendship request throws error

2013-09-15 Thread Aaron Wells
Are you using PHP 5.4, Kristina? That particular error is an E_STRICT notice. We set Mahara to print messages that match E_ALL, which despite the word ALL is actually a combination of all errors *except* E_STRICT. But, in 5.4 they changed it so that it includes E_STRICT. So perhaps you're seeing

[Mahara-contributors] [Bug 1222350] Re: Friendship request throws error

2013-09-15 Thread Aaron Wells
Hm... actually, if it's an E_STRICT error, what prevents it from being displayed in Mahara is *not* our error_reporting setting. It's that in $error_lookup we haven't mapped them to one of the Mahara error/warning types. So it's pretty strange you're seeing that message, Kristina. Perhaps it

[Mahara-contributors] [Bug 1222350] Re: Friendship request throws error

2013-09-11 Thread Kristina Hoeppner
I still got it on a clean new 1.8.0dev. -- 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

[Mahara-contributors] [Bug 1222350] Re: Friendship request throws error

2013-09-08 Thread Robert Lyon
I'm unable to replicate this error from either user/find.php page or the link on user/view.php page eg user/view.php?id=5 -- You received this bug notification because you are a member of Mahara Contributors, which is subscribed to Mahara. Matching subscriptions: Subscription for all Mahara