Uploads module not working

For questions and problems with the CMS core. This board is NOT for any 3rd party modules, addons, PHP scripts or anything NOT distributed with the CMS made simple package itself.
Locked
aherrera

Uploads module not working

Post 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).
calguy1000
Support Guru
Support Guru
Posts: 8169
Joined: Tue Oct 19, 2004 6:44 pm

Re: Uploads module not working

Post 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).
Follow me on twitter
Please post system information from "Extensions >> System Information" (there is a bbcode option) on all posts asking for assistance.
--------------------
If you can't bother explaining your problem well, you shouldn't expect much in the way of assistance.
aherrera

Re: Uploads module not working

Post by aherrera »

Great - thanks for the quick reply. I'll check those things out ASAP.
Locked

Return to “CMSMS Core”