← Back to team overview

mahara-contributors team mailing list archive

[Bug 1113180] A change has been merged

 

Reviewed:  https://reviews.mahara.org/2028
Committed: http://gitorious.org/mahara/mahara/commit/1df5157f918b2e230b14d4afc4cfb393cc5e28d9
Submitter: Son Nguyen (son.nguyen@xxxxxxxxxxxxxxx)
Branch:    master

commit 1df5157f918b2e230b14d4afc4cfb393cc5e28d9
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