0 uploads were successful 0 uploads were successful
 

News:

CPG Release 1.6.26
Correct PHP8.2 issues with user and language managers.
Additional fixes for PHP 8.2
Correct PHP8 error with SMF 2.0 bridge.
Correct IPTC supplimental category parsing.
Download and info HERE

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!