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');
Answer:
Just add this below line to before line of you getting error in your file
ini_set('memory_limit', '-1');
0 comments:
Post a Comment