0 uploads were successful 0 uploads were successful
 

News:

cpg1.5.48 Security release - upgrade mandatory!
The Coppermine development team is releasing a security update for Coppermine in order to counter a recently discovered vulnerability. It is important that all users who run version cpg1.5.46 or older update to this latest version as soon as possible.
[more]

Main Menu

0 uploads were successful

Started by crashtd, January 28, 2005, 05:50:14 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

crashtd

My upload process runs just fine when uploading smaller images, but i want my users to be able to upload 3mb pictures. Whenever i try and upload anything greater than around 2mb, i get this message "0 uploads were successful." I'm running php5 on apache 1.3.33 (mac os x 10.3). I've goen through my php.ini file and set the following variables as:

max_execution_time = 240     
max_input_time = 240 
memory_limit = 128M

file_uploads = On
upload_tmp_dir = /phptemp
upload_max_filesize = 50M
allow_url_fopen = On

post_max_size = 100M

everything is CHMOD 777

is there something i'm missing here? do i need to change a setting? I know some of those values are bigger than they need to be, but I was trying to rule any possible problem out, but i'm stumped.

thanx for the help.

crashtd

who is the dumbass in the forum???

<--- this guy

was working in the wrong php.ini file.

for other mac users, make sure you are working on the ../usr/local/php5/lib/ directory and not in ../etc

I apparently have 3 php.ini files. hizah!