Page 1 of 1

Possible Uploading Bug

Posted: Sun 13. Jun 2004, 21:44
by gte451f
I am not completly conviced that I have discoverd a bug in phpWCMS yet but have spending some time researching the issue I suspect that it is.

Currenlty I am hosting phpWCMS on an ISP with little to no troubles at all. It is V1.1 RC3 on a Unix server.

The problem centers around uploading. It seems that I can upload files into the folders that I create most of the time. That is to say that while some files will upload with out a problem, some other files just won't upload. The only difference that I can find is the file size.
61kb pdf works but not an 800kb pdf.

Is there a file upload limit i should be aware of? I have read the documentation and didn't see anything to that effect.

Also, the error message I get on a Mozilla Firefox browser when attempting to upload the file is "Object has no data". On IE 6 repeating the same steps it just goes to a page that the browser cannot find.

Your thoughts are appreciated!

Jim Jenkins

Posted: Wed 16. Jun 2004, 21:15
by Jan212
Yes there are few upload limits.

1st.
check your inc/inc_conf/conf.inc

Code: Select all

// content values
$phpwcms["file_maxsize"]      = 52428800; //Bytes (50 x 1024 x 1024)
2nd
send a link to your phpinfo file, then we'll see