mahara-contributors team mailing list archive
-
mahara-contributors team
-
Mailing list archive
-
Message #55460
[Bug 1843537] Re: CSV-Upload Users
I have to correct my report.
I reverted the original file and only change
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
Now the csv upload works as expected . No other changes were done in uploadcsv.php.
Sorry i wrote to fast but tested too slow.
Any other changes i wrote produce errors on site, as Rebacaa wrote.
Soryy my mistake.
Cheers
Jochen
--
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:
Triaged
Status in Mahara 18.10 series:
Triaged
Status in Mahara 19.04 series:
Triaged
Status in Mahara 19.10 series:
Triaged
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