Forum Moderators: phranque

Message Too Old, No Replies

mod php5 isn't working

         

lylesback2

5:07 am on Dec 31, 2008 (gmt 0)

10+ Year Member



I recent switched from my old apache server with PHP4.x, to PHP5.x, and I carried everything over exactly, until I noticed uploads did not work.

I originally had this in my htaccess:
<IfModule mod_php5.c>
php_value upload_max_filesize 11M
php_value max_execution_time 800
php_value post_max_size 64M
</IfModule>

which always seemed to work, but since changing over to the new server, I can't set any variables. I am mostly trying to change my upload_tmp_dir to an actual value, because it is set to "no value" right now, causing the uploads to fail. Hopefully someone here can help me fix this!

My php.ini is set to default on my shared host!

Caterham

12:24 pm on Dec 31, 2008 (gmt 0)

10+ Year Member



Did you check AllowOverride [httpd.apache.org] for that directory?

lylesback2

6:34 pm on Dec 31, 2008 (gmt 0)

10+ Year Member



Yes, AllowOverride All is enabled