×

Notice

The forum is in read only mode.
Welcome, Guest
Username: Password: Remember me
  • Page:
  • 1

TOPIC: Downloaded CSV of events is blank!!

Downloaded CSV of events is blank!! 11 years 11 months ago #15919

  • Mukom Tamon
  • Mukom Tamon's Avatar Topic Author
  • Offline
  • Junior Boarder
  • Junior Boarder
  • Posts: 27
  • Thank you received: 0
Scenario
+ I have created many events
+ I have made registered for an event - like 5 registrations
+ In the backend, I can see the registered people

But when I select the list of participant and click "Download CSV", a file downloads (correct name) but the file is empty i.e 0 bytes.

This is an absolute deal breaker, could you guide me if am doing something wrong or get me a fix?

Re: Downloaded CSV of events is blank!! 11 years 11 months ago #15923

  • Yves Hoppe
  • Yves Hoppe's Avatar
  • Offline
  • Administrator
  • Administrator
  • Posts: 3519
  • Karma: 71
  • Thank you received: 556
Hi Mukom,

here's the code that fixes that bug. You have to edit the file /components/com_matukio/matukio.class.php on line 1750 and change the code to the following:

$konvert = SettingsHelper::getSettings('csv_export_charset', 'ISO-8859-15'); // THIS LINE
$csvdata = iconv("UTF-8", $konvert, $csvdata);

We will also release a bugfix version that adresses this and other issues in the next days.

Best regards,

Yves
The following user(s) said Thank You: Mukom Tamon

Re: Downloaded CSV of events is blank!! 11 years 11 months ago #15926

  • Mukom Tamon
  • Mukom Tamon's Avatar Topic Author
  • Offline
  • Junior Boarder
  • Junior Boarder
  • Posts: 27
  • Thank you received: 0
Done ...I am now able to download the CSV. Thanks
  • Page:
  • 1
Time to create page: 0.109 seconds