Posted: October 5, 2018 at 8:53 am
When we export registrations, it does not export names or emails. It was working fine before last update…Was working last week and I did an EE update yesterday. |
|
Hi Dorian, The first thing to check is whether the registrations in Event Espresso > Registrations still have attendee names listed there. If they do, then the next thing to check is to see if your customizations to the CSV report are affecting things. If you remove your customizations do the names begin to display again? |
|
I don’t remember doing any customizations for this location…but where do I look again just in case? |
|
Usually it would be a separate plugin, or possibly the theme’s functions.php file. |
|
Here is what is in the function.php: add_filter( ‘FHEE__EE_Export__report_registrations__reg_csv_array’, ‘espresso_reg_report_filter_columns’, 10, 2); |
|
This hasn’t changed since it was done like over a year ago. Are the underscores correct for fname, lname and email? Looks odd |
|
That function is fine, I’ve just added it to one of my test sites and ran an export, the details show correctly – http://take.ms/Yz0yp If you comment out the add_filter line, like this:
And re-run a report, does it show the details correctly? |
|
I got this when I added the \\ Your PHP code changes were rolled back due to an error on line 4 of file wp-content/themes/Masterpiece Mixers/functions.php. Please fix and try saving again. syntax error, unexpected ‘\’ (T_NS_SEPARATOR), expecting identifier (T_STRING) |
|
Those should actually be |
|
I am making sure she is clicking the Filtered CSV export. |
|
Let’s try this again. If you comment out the add_filter line, like this: |
|
Im going to try that once she tries the Filtered CSV option. I’ll let you know…thanks |
|
The support post ‘EE4 Export issue’ is closed to new replies.
Have a question about this support post? Create a new support post in our support forums and include a link to this existing support post so we can help you.