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).
Uploads module not working
-
calguy1000
- Support Guru

- Posts: 8169
- Joined: Tue Oct 19, 2004 6:44 pm
Re: Uploads module not working
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).
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.
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
Great - thanks for the quick reply. I'll check those things out ASAP.
