View Single Post
Old December 11th, 2007, 08:37 PM   #15 (permalink)
Strike-Force
Junior Member
Verified Customer
 
Join Date: Oct 2007
Posts: 16
Quote:
Originally Posted by Chuck S View Post
Yeah I would suggest you check under Admin => PHPINFO and see what your current php settings are it definately sounds to me like whatever changes where not made where not made correctly. I would suspect your php is still not set to allow for large file uploads.

Here's what the PHP settings are currently at:

memory_limit = 32M
post_max_size = 10M
upload_max_filesize = 10M

The only one not set to the value you posted is the max_execution_time = 30
Strike-Force is offline   Reply With Quote