Wednesday, October 9, 2019

Allowed memory size of 134217728 bytes exhausted (tried to allocate 573068 bytes)

Allowed memory size of 134217728 bytes exhausted (tried to allocate 573068 bytes)

Answer:

Just add this below line to before line of you getting error in your file

ini_set('memory_limit', '-1');

0 comments: