Hey, we use the Events plug-in in conjunction with Ultimate Membership Pro. We have created 4 events in the plug-in with different dates. For this, now also different numbers of people have registered. If I now want to export the participants from the event, which is possible via the Export CSV button, it works fine so far. Except for 2 events there is no CSV exported but an admin.php. See also my attached screens. What could be the reason for this? The events and participants hardly differ and the settings are the same.
I have looked at the code and screen shots, and the fact that it only happens on two events.
The file name is generated by the Event tiles – and it seems the one that is failing is much longer than the other.
I suspect the filename length is corrupting due to the length and so the browser with no valid file name just picks the sending program – admin.php.
But I can find no reference to filename length but I can regarding characterset.
So I’m wondering if your titles have characters outside ISO-
8859-1
By default, message header field parameters in Hypertext Transfer
Protocol (HTTP) messages cannot carry characters outside the ISO-
8859-1 character set.
I wonder if you can post your exact title to the one that is failing including all special characters here. Use the ‘code’ block if necessary – although Im not confident the editor here may not remove special characters.
Hey Alan, thanks for the fast reply. I have checked the titles and the URLs and everything seems to be correct there. I have also shortened the titles and the URLs.
Hello Alan, thanks for the video. I have now done so and also attached the screenshot to you. According to this information it is a CSV only the umlauts are not displayed correctly.
Hey Alan, I took another look and the plugin does not convert the umlaut ä,ß,ü,ö correctly. If I write out the umlauts, the export is also done correctly. But this seems to be a problem in the plugin.
The header is correctly encoded for umlaut, the plugin is doing its job correctly. I suspect that it is the operating system you are downloading to that doesn’t like filenames with umlauts etc. I’m guessing you are on Windows, can you confirm ( as my systems are all on Linux being a developer )? In any case in future version I will use the slug rather than the title for teh file name as that shoudl be more ‘operating system’ safe.
This reply was modified 3 years, 3 months ago by Alan Fuller.