keepingbusy
Programmer
Hello guys
If this is not a php question please advise me and I'll post somewhere else.
I recently installed phpmyadmin on our server and have a 20mb limit on files uploaded. This works fine to a point but when I try to upload a zipped file containing a csv file with 280000 lines (file size approx 9mb) I get an error:
There is no clear explanation with a Google search that I can understand.
I have access to all php files and can edit any if required.
Thank you
If this is not a php question please advise me and I'll post somewhere else.
I recently installed phpmyadmin on our server and have a 20mb limit on files uploaded. This works fine to a point but when I try to upload a zipped file containing a csv file with 280000 lines (file size approx 9mb) I get an error:
Code:
fatal error: allowed memory size of 41943040 bytes exhausted (tried to allocate
I have access to all php files and can edit any if required.
Thank you