atymic

Results 273 comments of atymic

Can you post the output of phpinfo()? My guess is your web server is running a different version of PHP than you think.

After removing that line, nginx fails to start because it can't write logs 🤔 ![image](https://user-images.githubusercontent.com/50683531/85962513-7f78bf80-b9f4-11ea-8852-de1a5d0268d1.png)

Ok, got around that but now FPM doesn't seem to be running or responding 🙃 ![image](https://user-images.githubusercontent.com/50683531/85962785-ecd92000-b9f5-11ea-9f83-80a91cdc2fef.png)

Nope, no luck. Am running apache container instead.

Any updates? Develop seems to support it.

@bluegill Let us know if you'd like someone to take over maintenance :)

I'd love this feature. Happy to PR if others want?

If the spreadsheet is huge, this cases memory issues pretty quickly. I guess could just up the memory, but since the file is read line by line should be easy...

cc @rap2hpoutre

> This does not seem right: if you need to limit the number of exported rows, you should apply limit at the DB query instance instead. > This is for...