← Back to team overview

mahara-contributors team mailing list archive

[Bug 1843537] Re: CSV-Upload Users

 

Maybe i found the error:

in html\admin\users\uploadcsv.php on line 499

<code>
redirect('/admin/users/uploadcsv.php');
</code>

should be:
<code>
redirect(get_config('wwwroot').'admin/users/uploadcsv.php
</code>

similar to line 45

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

Title:
  CSV-Upload Users

Status in Mahara:
  New

Bug description:
  Greetings from germany.

  When we upload users via CSV and Mahara is installed in a subdirectory (https://dns/mahara
  The users were created but the redirect of the pages goes to https://dns/admin/users/uploadcsv.php

  Is there a bug like in filepicker.

  Thanks
  Jochen

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


References