Page 1 of 1

Uploads module not working

Posted: Wed Jan 11, 2006 3:06 am
by aherrera
Hi Everyone,

I'm running CMSMS 11beta6. I'm trying to use the SimpleViewer module. Actually, it seems to work fine (just doesn't get past the progress bar). I know the Uploads module is needed for SimpleViewer, but everytime I try to upload an image (I've tried MANY - all JPGs), it *looks* like it's been uploaded, but it has not. In fact, it lists the image filename, but also lists it's size as 0.

Help?

Oh and I've installed the latest versions of both modules (as of today that is).

Re: Uploads module not working

Posted: Wed Jan 11, 2006 3:06 pm
by calguy1000
In the new uploads module i've added some more documentation into the help to assist with these difficulties.  but here's the major points

a) Check your memory usage limits in the php.ini
b) Check your max_upload_filesize limit in the php.ini
c) Check your LimitRequestBody in the httpd conf (apache)

many times, if the memory usage limit is too  low, php will run out of memory when uploading the file.  As well, the LimitRequestBody and max_upload_filesize must match (or LimitRequestBody set larger).

Re: Uploads module not working

Posted: Wed Jan 11, 2006 11:21 pm
by aherrera
Great - thanks for the quick reply. I'll check those things out ASAP.