mahara-contributors team mailing list archive
-
mahara-contributors team
-
Mailing list archive
-
Message #13477
[Bug 1222350] Re: Friendship request throws error
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 this message, while RobertL and I aren't,
because you're using PHP 5.4.
Putting a debugging breakpoint in the Mahara error() function, I can see
that there are actually LOTS of E_STRICT notices that we're currently
ignoring. Perhaps what we should do is change the
developermode/productionmode setting so that it specifically prints
E_ALL & E_STRICT, which would give consistent output in 5.3 and 5.4. (Or
conversely, specifically set it to E_ALL & ~E_STRICT in order to
continue ignoring E_STRICT messages.)
--
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