Comment 6 for bug 1843537

Revision history for this message
Jochen K (jochen-kinsinger) wrote : 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