Click to See Complete Forum and Search --> : Is there another php.ini file out there


Anon
05-15-2001, 04:00 PM
Does anyone know where I can find a php.ini file that can handle large file uploads? I have worked away on the one that I have (changed timeouts, and max sizes (4 settings in all)) and have somehow manages to mess up my php.ini file to the point that it won't accept files at all.

If someone could tell me where to get one of these, I would be very greatful.

Thanks

Tony

Anon
05-15-2001, 09:48 PM
maybe your upload_tmp_dir have not enough space.
good luck.

Anon
05-16-2001, 03:03 PM
Try looking in your PHP Folder for:

a file called "php.ini-dist"


Delete or rename your Orig "phi.ini" file.

COPY NOT move this "php.ini-dist" to the location of you origiomal "Php.ini" file and rename to "php.ini"

Do your Editing after this

Anon
05-16-2001, 04:50 PM
Ok, I now moved my site to a new server running windows 2000. Now, it is giving me an error when I try to run my script. The error says that the page cannot be displayed because it isn't there. Below that it the code says:

HTTP 405 - Resources not allowed
Internet Information Services

I have already made sure that the rights are correct on my server, so I don't believe that is the issue here.

Does anyone have a clue on this one???


Tony