Home »
General »
PHP discussions »
Error uploading attachment
Re: Error uploading attachment [message #162304 is a reply to message #162303] |
Thu, 22 April 2010 08:45 |
The Witcher
Messages: 675 Registered: May 2009 Location: USA
Karma:
|
Senior Member |
|
|
naudefj wrote on Thu, 22 April 2010 01:51PHP is complaining, indicating that it is a PHP and not a FUDforum problem.
What PHP.ini parameter did they increase? I bet it was the wrong one. Possibly post_max_size instead of upload_max_filesize?
BINGO! Or at least close enough for the brass ring. The PHP.ini file on the 1st host showed: Quote:; Maximum size of POST data that PHP will accept.
post_max_size = 8M
; Maximum allowed size for uploaded files.
upload_max_filesize = 15M
edited post_max_size to = 15mb and attachment worked as advertised!
2nd host was the same situation. Apparently when I asked them to raise the php limits they changed only the max_ file_size but not the post_max_size and I over looked it as well when lowering it.
Thanks!
"I'm a Witcher, I solve human problems; not always using a sword!"
|
|
|
Goto Forum:
Current Time: Fri Jan 24 08:32:26 GMT 2025
Total time taken to generate the page: 0.07190 seconds