mahara-contributors team mailing list archive
-
mahara-contributors team
-
Mailing list archive
-
Message #04726
[Bug 798152] Re: a white site is shown caused by a request and remove of a friend as a normal user
With the stack trace given, it seem that there was a MaharaException generated from
htdocs/lib/activity.php:462
call_static_method($notificationclass, 'notify_user', $user, $userdata);
This in turn calls activity_occurred again on line 476 (resulting in an endless loop, yay!)
This second call is sent to the admin
This line of code is only called if $user->method != 'internal'
Possible causes are bad email?
Michael,
Would you be able to let us know whether the users are getting an email sent to them?
Also, is the normal user requesting friendship of the admin user, or another normal user.
Would you be able to look at the email addresses in question and let us know if they are correct, and whether you can manually send an email to those addresses
Also, is the email system in mahara working in other areas, for example you can try creating a forum and replying to a post created by a user, they should receive a user.
Cheers,
Hugh
** Changed in: mahara
Assignee: (unassigned) => Hugh Davenport (hugh-catalyst)
--
You received this bug notification because you are a member of Mahara
Contributors, which is subscribed to Mahara.
https://bugs.launchpad.net/bugs/798152
Title:
a white site is shown caused by a request and remove of a friend as a
normal user
Status in Mahara ePortfolio:
Incomplete
Bug description:
Mahara v1.4.0
Linux 2.6.26
PHP 5.2.6
Apache-Server 2.2.9
Postgresql-Server 8.4
Hello,
I was trying to request at first and later to remove a friend as a normal user. The result was:
- that the request/add and the removal of a friend was successful but
- a white screen was shown in the browser & a error-output was caused in the log-files (see the attachment).
As the admin of mahra-installation the request and remove of a friend
works fine & without any errors.
Thank for any help!
michael
To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/798152/+subscriptions
References