Saturday, 1 August 2015

how to solve Allowed memory size of 33554432 bytes exhausted (tried to allocate 43148176 bytes) in php

If you are facing this type of problem in image uploading please go through this step and you can handle this error in easy step.

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

 Add this above line to before line of you getting error in your file.

It takes unlimited memory usage of server,it will work fine.

No comments:

Post a Comment