Possible Uploading Bug

Use GitHub to post bug reports and error descriptions for phpwcms. Describe your problem detailed!
Locked
gte451f
Posts: 2
Joined: Thu 18. Mar 2004, 05:26

Possible Uploading Bug

Post 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
Jan212
Posts: 859
Joined: Wed 28. Jan 2004, 21:38
Location: Solingen
Contact:

Post 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
Regards/ Grüsse/ Groetjes - JAN212
------------------------------------------------
null212 - Büro für Kommunikation und Design
------------------------------------------------
Lyrikfetzen des Tages
1. Ist der Quelltext auch valide fragt Herr Müller ganz perfide.
2. Wat is dat een lekker ding.
3. Wer Vision hat soll zum Arzt gehen.
------------------------------------------------
Locked