Fatal Error when downloading csv
-
Hi,
I have a db with 4300 records. Until yesterday it was made of 2800 records and completely working (csv download and upload as well)
Yesterday night I had to increase it up to 4.300 records and now when I try to download the csv I get this message (debuggin mode true):
Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 87 bytes) in …/wp-includes/wp-db.php on line 1565I think I cannot modify server capabilities (it’s a shared hosting…).
– Is there something I can modify in the plugin setting?
– Could I split the query in multiple parts? (doing so, I could have part1.csv, part2.csv,… and rejoin them when downloaded) Something like part1.csv from record 1 to record 1000, part2.csv from 1001 to 2000 etc.Thank you. Regards. Carlo
The topic ‘Fatal Error when downloading csv’ is closed to new replies.