2.6.4 compact messages error [message #19131] |
Sun, 27 June 2004 03:39 |
|
Just upgraded to 2.6.4 from 2.6.0. When I went to compact the message store I got a cannot stat file on line 145 of adm/compact.php, and then a subsequent cannot chmod on line 147. I went in and added $MSG_STORE_DIR in front of the file name. They now look like (145 and 147, respectively):
$mode = fileperms($MSG_STORE_DIR . 'msg_'.($j - $base));
chmod($MSG_STORE_DIR . 'msg_'.($j - $base), $mode);
I thought it was interesting that the rename on line 146 had $MSG_STORE_DIR, but 145 and 147 did not.
|
|
|
|