php - PHPExcel Allowed memory size -


how fix error in phpexcel codeigniter?

fatal error:

allowed memory size of 134217728 bytes exhausted (tried allocate 131072 bytes) in /sites/apps/seller/www/application/libraries/excel/phpexcel/cachedobjectstorage/cachebase.php on line 173

there 2 ways solve error.

  1. put below code function @ beginning of code.

ini_set('memory_limit', '2048m');

  1. you can find php.ini file in system , find memory_limit , change value , restart server.

Comments

Popular posts from this blog

amazon web services - S3 Pre-signed POST validate file type? -

c# - Check Keyboard Input Winforms -