** Changed in: mahara/19.10
       Status: In Progress => Fix Committed

-- 
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/1882103

Title:
  Wrong redirect when creating Pages when Mahara is in a subdir

Status in Mahara:
  Fix Committed
Status in Mahara 19.04 series:
  Fix Committed
Status in Mahara 19.10 series:
  Fix Committed
Status in Mahara 20.04 series:
  Fix Committed
Status in Mahara 20.10 series:
  Fix Committed

Bug description:
  Referencing Bug #1843537
  (https://bugs.launchpad.net/mahara/+bug/1843537)

  In Mahara 20.04 this Bug seems to affect the creation of pages.

  When trying to create a new page while Mahara is installed in a
  subdirectory (https://dns/mahara), after saving the newly created page
  it is created successfully but the user is redirected to an error page
  because wwwroot is missing.

  The problem seems to be in:
  mahara/htdocs/view/editlayout.php in Line 441 

  Much like in the CSV Upload error it does not include the root
  directory

  The original:
  redirect('/view/blocks.php?id=' . $view->get('id'));

  Ammended:
  redirect(get_config('wwwroot') . 'view/blocks.php?id=' . $view->get('id'));

  After changing this, the saving progress redirects to the correct
  page.

  
  Greetings from Germany,

  Philippe

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1882103/+subscriptions

_______________________________________________
Mailing list: https://launchpad.net/~mahara-contributors
Post to     : mahara-contributors@lists.launchpad.net
Unsubscribe : https://launchpad.net/~mahara-contributors
More help   : https://help.launchpad.net/ListHelp

Reply via email to