|
Re: Problems with file attachments [message #11830 is a reply to message #11829] |
Fri, 18 July 2003 14:10 |
Ilia
Messages: 13241 Registered: January 2002
Karma: 0
|
Senior Member Administrator Core Developer |
|
|
I certainly have not encountered such a problem myself, check inside the files/ directory of the forum to see the sizes of the file attachments.
FUDforum Core Developer
|
|
|
|
|
|
|
|
Re: Problems with file attachments [message #11866 is a reply to message #11838] |
Sat, 19 July 2003 14:44 |
Ilia
Messages: 13241 Registered: January 2002
Karma: 0
|
Senior Member Administrator Core Developer |
|
|
Check file called std_out.log inside the error directory. If there were any problems moving the uploaded file they should be recorded in there.
FUDforum Core Developer
|
|
|
|
Re: Problems with file attachments [message #16831 is a reply to message #16830] |
Sun, 22 February 2004 17:27 |
Ilia
Messages: 13241 Registered: January 2002
Karma: 0
|
Senior Member Administrator Core Developer |
|
|
Make sure the webserver has permissions to write to the temporary directory as specified by your php.ini.
FUDforum Core Developer
|
|
|
|
Re: Problems with file attachments [message #16838 is a reply to message #16837] |
Mon, 23 February 2004 16:01 |
Ilia
Messages: 13241 Registered: January 2002
Karma: 0
|
Senior Member Administrator Core Developer |
|
|
Try sample upload code in PHP.net website. The cause for the error is that PHP function move_uploaded_file() fails to work.
FUDforum Core Developer
|
|
|
|
Re: Problems with file attachments [message #17402 is a reply to message #17381] |
Mon, 29 March 2004 15:27 |
Ilia
Messages: 13241 Registered: January 2002
Karma: 0
|
Senior Member Administrator Core Developer |
|
|
The error of "unable to move uploaded file" indicates that the PHP function move_uploaded_file() had failed. This is not a FUDforum bug, but rather a misconfiguration of your end (permissions problem(s)) or a bug in the PHP version you are using.
|
|
|