mahara-contributors team mailing list archive
-
mahara-contributors team
-
Mailing list archive
-
Message #13478
[Bug 1222350] Re: Friendship request throws error
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
changed error classes at some point...
Well, in any case there are a lot of E_STRICT notices it would be good
to clean up in Mahara. But I don't think we want to start showing
E_STRICT's to people who have just set productionmode to false, because
there are about 30 of them that show up on each page load, due to the
fact that we have a lot of abstract static functions in the codebase,
and those now throw an E_STRICT notice. We should limit it to people who
have turned on developermode, I think, and we should fix those every-
page E_STRICT's.
--
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/1222350
Title:
Friendship request throws error
Status in Mahara ePortfolio:
Triaged
Bug description:
on latest 1.8.0dev:
When I request friendship with another user, I get the following
warning:
[WAR] c1 (user/requestfriendship.php:105) Creating default object from empty value
Call stack (most recent first):
log_message("Creating default object from empty value", 8, true, true, "/home/kristina/code/mahara/htdocs/user/requestfrie...", 105) at /home/kristina/code/mahara/htdocs/lib/errors.php:446
error(2, "Creating default object from empty value", "/home/kristina/code/mahara/htdocs/user/requestfrie...", 105, array(size 12)) at /home/kristina/code/mahara/htdocs/user/requestfriendship.php:105
requestfriendship_submit(object(Pieform), array(size 3)) at Unknown:0
call_user_func_array("requestfriendship_submit", array(size 2)) at /home/kristina/code/mahara/htdocs/lib/pieforms/pieform.php:528
Pieform->__construct(array(size 3)) at /home/kristina/code/mahara/htdocs/lib/pieforms/pieform.php:170
Pieform::process(array(size 3)) at /home/kristina/code/mahara/htdocs/lib/pieforms/pieform.php:71
pieform(array(size 3)) at /home/kristina/code/mahara/htdocs/user/requestfriendship.php:80
To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1222350/+subscriptions
References