I’m trying to use the export to CSV function on an express form that probably has over 1,000 entries (we’ve never cleared out the old entries and the pagination only goes to 100) and it’s not exporting all the entries. It gets the first 600 or so and then cuts off. I’m not seeing any errors in the dashboard logs. Any ideas?
The log may offer some further explanation.
Making a guess, it could be php execution time running out. You may be able to increase the allowed time in your host cPanel.
1 Like
Thanks John for pointing me in the right direction. According to the logs it looks like an exhausted memory issue.
1 Like