mahara-contributors team mailing list archive
-
mahara-contributors team
-
Mailing list archive
-
Message #11652
[Bug 1113180] A change has been merged
Reviewed: https://reviews.mahara.org/2031
Committed: http://gitorious.org/mahara/mahara/commit/7e09b3aca4631a9b1e5fb9cf7636339c6a56646c
Submitter: Son Nguyen (son.nguyen@xxxxxxxxxxxxxxx)
Branch: 1.6_STABLE
commit 7e09b3aca4631a9b1e5fb9cf7636339c6a56646c
Author: Melissa Draper <melissa@xxxxxxxxxxxxxxx>
Date: Wed Feb 6 14:34:16 2013 +1300
Remove the wwwroot from redirect url concatenation (Bug #1113180)
With this in the concatenation, the redirection to the user's profile
page has an extra wwwroot and hence 404's. The deletion still happens
but it looks pretty bad.
Fix suggested by lp:~awillson
Change-Id: I8149ae72254bae3e6b502f3a291e00a8c6c87a4e
Signed-off-by: Melissa Draper <melissa@xxxxxxxxxxxxxxx>
--
You received this bug notification because you are a member of Mahara
Contributors, which is subscribed to Mahara.
https://bugs.launchpad.net/bugs/1113180
Title:
Delete Wall Post Throws 404 Error
Status in Mahara ePortfolio:
Confirmed
Bug description:
Using Mahara 1.6.2
With URL ReWrite and CleanURL options
Deleting Wall Posts throws a 404 error because line 48 in
deletepost.php adds an extra 'wwwroot' to the redirected URL in the
deletepost_submit function...
Commenting out line 48 fixes the problem...
I haven't looked at the CleanURL code, so I'm not sure how to automate
the process...
To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1113180/+subscriptions
References