I have a spreadsheet of 30k contacts about 6mb. I cannot get this uploaded. I keep receiving the following error
Fatal: Allowed memory size of 134217728 bytes exhausted (tried to allocate 94 bytes) in....
Now the 2 scripts it is complaining about is the cell.php and worksheet.php
I added the following code below to the top of both scripts and it seems to be reading it but the scripts still aren't taking.
ini_set('memory_limit', '128M');
I started it at 12M and kept increasing but no go.
Any ideas?
Thanks