php5 and max upload problem
Posted by: Xarcelll
Posted on: 2006-12-29 18:10:00
I installed php5 so I could increase my file size of my uploads.
If I upload anything more than 7MB, I get timed out in my php downloads/uploads manager.
In php.ini I changed: upload_max_filesize = 7M to upload_max_filesize = 26M
However it still doesn't seem to be working. As if it is ingoring the php.ini file or something.
Is there something I'm missing?
Support directed me to this: http://wiki.dreamhost.com/index.php/Talk:Installing_PHP5
and I see there are a few people with the same problem.
So I followed the advice there and got "Coandco" down and still didn't work. Then I tried "Brousch's" solution and got permission denied.
I am noobie at this stuff so I get lost easy.