Error Message at Upgrade [message #6471] |
Mon, 14 October 2002 13:21 |
smike
Messages: 182 Registered: April 2002 Location: Munich/Germany
Karma: 0
|
Senior Member |
|
|
During an update from 2.3.1 -> 2.3.2 I got the following error messages.Warning: stat failed for /var/www/htdocs/forum/files/1.atch (errno=2 - No such file or directory) in /var/www/htdocs/forum/upgrade.php on line 1061 This message appears about 20 times with different attachments.
What does this mean?
|
|
|
Re: Error Message at Upgrade [message #6476 is a reply to message #6471] |
Mon, 14 October 2002 16:37 |
Ilia
Messages: 13241 Registered: January 2002
Karma: 0
|
Senior Member Administrator Core Developer |
|
|
It means the forum was unable to access those file attachments and fetch their size. Most likely cause of this is that those file attachments were removed.
FUDforum Core Developer
|
|
|
|
Re: Error Message at Upgrade [message #6487 is a reply to message #6484] |
Mon, 14 October 2002 19:47 |
Ilia
Messages: 13241 Registered: January 2002
Karma: 0
|
Senior Member Administrator Core Developer |
|
|
User can remove an attachment by editing their own message with an attachment.
FUDforum Core Developer
|
|
|
|
Re: Error Message at Upgrade [message #6497 is a reply to message #6489] |
Tue, 15 October 2002 11:31 |
Ilia
Messages: 13241 Registered: January 2002
Karma: 0
|
Senior Member Administrator Core Developer |
|
|
Yeah that is correct and normally it does not happen. However, there are a few places where a bogus entry into the attachment table could occur. Such as, user terminating the message post request before it has a chance to complete.
This is rare and shouldn't happen and the consistency checker will clean this up once it runs.
Anyhow, in 2.3.2 there is a completely new file upload code that should be 'safer' against this.
FUDforum Core Developer
|
|
|