I tried to uplaod a table with about 80k rows and 7 columns with the table creator. Neither the excel file (about 4mb size) nor the csv file (about 3,6 mb) load proper. The screen just remains in the "loading" animation. I left the tab open for 3h but nothing happend.
Hi Johnny Weissmueller, Thank you for the purchase.
This is probably related with your server limitations. Either because upload_max_filesize either because of low memory limit on your server (memory_limit). Can you try to set in php.ini file these values for upload_max_filesize, post_max_size and memory_limit?
Hi,
I tried to uplaod a table with about 80k rows and 7 columns with the table creator. Neither the excel file (about 4mb size) nor the csv file (about 3,6 mb) load proper. The screen just remains in the "loading" animation. I left the tab open for 3h but nothing happend.
Thank you
Hi Johnny Weissmueller,
Thank you for the purchase.
This is probably related with your server limitations. Either because upload_max_filesize either because of low memory limit on your server (memory_limit). Can you try to set in php.ini file these values for upload_max_filesize, post_max_size and memory_limit?
upload_max_filesize = 10M
post_max_size = 25M
memory_limit = 2048M
Thanks this did it for me.
Have a nice day
Hi Johnny Weissmueller,
You are welcome. We'd greatly appreciate it if you could take a minute and leave a review on CodeCanyon on this link. Thanks!