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

How to use SUM() in MySQL for calculated values -

ios - IBOutlet for image button not correctly referencing button after recreating outlet -

java - AEM: 403 Forbidden occurs when call a Post servlet -