|
Re: Error running compactor for private messages in 2.7.1 [message #27978 is a reply to message #27976] |
Tue, 04 October 2005 01:14 |
Juanisan
Messages: 24 Registered: July 2002 Location: Conshohocken, PA
Karma: 0
|
Junior Member |
|
|
WOW! Are you gonna tell me now that all my messages are lost too? As I went from having a sizable directory of message files
total 12
-rw-r--r-- 1 nobody nogroup 430 Oct 3 20:18 msg_350000
-rw-r--r-- 1 nobody nogroup 185 Oct 3 18:35 msg_450000
-rw-rw-rw- 1 nobody nogroup 1394 Oct 3 19:30 private
-rw-r--r-- 1 nobody nogroup 0 Oct 3 18:17 private_tmp
to this?
someone just informed me that all message bodies are gone and I discovered this.
Our users have posted a total of 8872 messages inside 1237 topics.
Most users ever online was 6 on Mon, 03 October 2005 20:49
We have 233 registered user(s).
Never ask a geek why, just nod your head and slowly back away.
[Updated on: Tue, 04 October 2005 01:15] Report message to a moderator
|
|
|
|
|
|
|
|
|
|
|
Re: Error running compactor for private messages in 2.7.1 [message #28440 is a reply to message #27250] |
Tue, 25 October 2005 00:05 |
BugLaden
Messages: 216 Registered: February 2002 Location: Westminster, MD
Karma: 0
|
Senior Member |
|
|
Ok, figured out that the table index it was complaining about was left over from a previous bombed compact attempt.
After removing the index, here is my log. This is with 2.7.3RC3
Quote: | <b>Warning</b>: fopen(/usr/fudforum/messages/private): failed to open stream: No such file or directory in <b>/usr/fudforum/include/theme/default/private.inc</b> on line <b>200</b><br />
<br />
<b>Warning</b>: fseek(): supplied argument is not a valid stream resource in <b>/usr/fudforum/include/theme/default/private.inc</b> on line <b>201</b><br />
<br />
<b>Warning</b>: fread(): supplied argument is not a valid stream resource in <b>/usr/fudforum/include/theme/default/private.inc</b> on line <b>202</b><br />
<br />
<b>Warning</b>: fclose(): supplied argument is not a valid stream resource in <b>/usr/fudforum/include/theme/default/private.inc</b> on line <b>203</b><br />
FATAL ERROR: system has ran out of disk space<br>
|
As a result, all my messages have no bodies
-=BugLaden
[Updated on: Tue, 25 October 2005 00:06] Report message to a moderator
|
|
|
|
|
|
|
|
Re: Error running compactor for private messages in 2.7.1 [message #28459 is a reply to message #27250] |
Tue, 25 October 2005 15:22 |
BugLaden
Messages: 216 Registered: February 2002 Location: Westminster, MD
Karma: 0
|
Senior Member |
|
|
private directory removed. Re-ran the compact utility:
Quote: | <b>Warning</b>: fopen(/usr/fudforum/messages/private): failed to open stream: No such file or directory in <b>/usr/fudforum/include/theme/default/private.inc</b> on line <b>200</b><br />
<br />
<b>Warning</b>: fseek(): supplied argument is not a valid stream resource in <b>/usr/fudforum/include/theme/default/private.inc</b> on line <b>201</b><br />
<br />
<b>Warning</b>: fread(): supplied argument is not a valid stream resource in <b>/usr/fudforum/include/theme/default/private.inc</b> on line <b>202</b><br />
<br />
<b>Warning</b>: fclose(): supplied argument is not a valid stream resource in <b>/usr/fudforum/include/theme/default/private.inc</b> on line <b>203</b><br />
FATAL ERROR: system has ran out of disk space<br>
|
What actually creates this file again then?
EDIT: I originally ran into this problem and mistaken thought it was looking for a directory, so created it manually. So the problem now is that private didn't exist.
-=BugLaden
[Updated on: Tue, 25 October 2005 15:28] Report message to a moderator
|
|
|
|
|
|
|
|
|
|
|
|