I allocated "memory_limit = 1024m" at php.ini, but I got this error message.
Fatal error: Allowed memory size of 52428800 bytes exhausted (tried to allocate 20736 bytes)
case(2) :
if(function_exists('ImageCreateFromJpeg')) $im = ImageCreateFromJpeg($file);
break;
Please let me know hot to resolve this error.
Thanks in advance.