CMS MADE SIMPLE FORGE

NeoUpload

 

[#5945] File size issue

avatar
Created By: Nik (NikNak)
Date Submitted: Thu Jan 06 07:38:06 -0500 2011

Assigned To: Morten Poulsen (silmarillion)
Version: 0.3.1
CMSMS Version: None
Severity: None
Resolution: None
State: Open
Summary:
File size issue
Detailed Description:
Hi

Im having issues uploading larger images - but even when clicking 'test upload
image settings'  I get:

Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate
4096 bytes) in
/home/odchostc/public_html/fresh/modules/NeoUpload/classes/Thumbnail.class.php
on line 355


In my system info I have
max_upload_size:
10000000

php_memory_limit:
100M


Using image manager I can upload a 3.4mb image, but if I try the same in Neo
Upload with the same image, I get the error similar to the above.

Thanks

Nik


History

Comments
avatar
Date: 2011-06-18 07:55
Posted By: noosphere (noosphere)

Confirmed on CMSMS 1.9.4.2
      
avatar
Date: 2011-06-18 13:20
Posted By: noosphere (noosphere)

SOLVED !
Memory is hardcoded in Thumbnail.Class.php :

var $memory_limit='32M';

you can increase it there to avoid the error ;-)