RM 1.1 Can't upload images (jpg or png) larger than 2.5 MB

art180

Member
Hello,

I can't upload such images in the Resource Manager, but PDF can be uploaded up to 40MB. My upload size and post max size are 40MB. I use RM 1.1.5 with XF 1.4.4.

Do you have a solution for me?

Best regards,
Christian
 
Are you receiving an error message? Ideally, please disable the Flash uploader in your preferences and temporarily disable JS in your browser. Then go to upload the file; if there's a server error, it should print it.
 
That's not actually a PHP memory_limit issue. It's PHP being prevented from allocating memory, probably by some parent process controlling it. You'll need to remove the memory limit that's being applied there or you'll need to shrink the maximum size of image that can be resized (quite significantly with that limit, so ideally you'd want to remove the parent process memory limit).
 
Top Bottom