← Back to team overview

mahara-contributors team mailing list archive

[Bug 1843537] Re: CSV-Upload Users

 

Sorry working code should be:


redirect(get_config('wwwroot').'admin/users/uploadcsv.php')

in the same way i replaced all places where 
<code>
'/admin/users/*' 
</code>

exists with code:

<code>
get_config('wwwroot').'/admin/users/*'
</code>

Now it works on my system.

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