Hello, i have run so throw error
PHP Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 24 bytes) in D:\xampp\htdocsphp\ssp\vendorphpofficephpexcel\Classes\PHPExcel\Worksheet.php on line 1219
So how can i fix it.
thank
I'm having the exact same problem. I haven't had this problem before after I upgraded all my laravel packages. Is it possible to reopen this again?
Please update php.ini. increment php memory limit
I'm having the same issue as well and it's never happened before. PHP currently has 4gb of memory allocated, so I'm pretty sure that's not the issue. Is there a way to chunk an export?
D谩 pra falar como atualiza o php.ini ?
@dopfox In the folder you have installed php look for php.ini-development search for memory_limit and set it. Example:
It's weird, because even the error message show it tried to allocate less than the amount available. Still with the same problem!
use composer update command
Still, the error is not solved. If I increase the memory limit to 512M, still there is this error. Help me with solutions.
composer update command didn't work.
Same here!
Laravel Excel v2.1.30
Please update php.ini. increment php memory limit
This works!!
Please update php.ini. increment php memory limit
Yes. It works. But its an alternative I guess. Can their be any other work arounds from the php code itself?
Most helpful comment
I'm having the same issue as well and it's never happened before. PHP currently has 4gb of memory allocated, so I'm pretty sure that's not the issue. Is there a way to chunk an export?