Page 10 of 55

Posted: 2005-02-20 02:54am
by Dalton
I think the purge code is broken...Testing has lots of old stuff in it.

EDIT: Looking back in this thread, it seems to have been happening occasionally with the file prune.php.

Posted: 2005-03-10 04:51pm
by Batman
Positively microscopic nitpicky complaint: The board regulary keeps showing new posts in forums I've already read, especially when I've simply read all topics instead of hitting 'mark all topics read'. This is so far inevitably fixed by going into the forum and (re)hitting 'mark all topics read', so it's not really a problem. I just thought I'd mention it.

Posted: 2005-03-13 11:55am
by aerius
The board wasn't working for me from about 10:30 when I first tried to get in till about 20 minutes ago. It just timed out and died.

Posted: 2005-03-13 12:03pm
by Soontir C'boath
The PayPal link is a pain in the ass with its authentication being screwed up as it would actually prevent me from loading the board.


...Maybe it is the goddamn reason I wasn't able to come here. Grrr...

Posted: 2005-03-13 12:14pm
by Lord Revan
The board refused the connection for me just a moment ago.

Posted: 2005-04-13 10:39am
by Rogue 9
The board was handing out the ol' 404 late last night for a few minutes.

Posted: 2005-04-20 10:27am
by Darth Wong
Dalton wrote:I think the purge code is broken...Testing has lots of old stuff in it.

EDIT: Looking back in this thread, it seems to have been happening occasionally with the file prune.php.
I've discovered that this is a bug in the purge code; it never purges threads with open polls. And since almost no one ever sets an expiry date on their polls, threads which contain polls never get pruned.

Posted: 2005-04-20 10:28am
by Darth Wong
By the way, there was an extended power outage last night. When a power outage lasts long enough to exhaust the battery, the server does a controlled shutdown and stays off until it is manually turned back on again. I discovered the problem this morning and turned it back on, just so everyone knows what happened.

Posted: 2005-04-20 10:28am
by Ace Pace
The board was down all morning my time, around from midnight EST to 7-9AM EST.

EDIT: missed your post Wong.

Posted: 2005-04-20 11:11am
by Rogue 9
phpBB : Critical Error

Error clearing sessions table

DEBUG MODE

SQL Error : 1034 Incorrect key file for table: 'phpbb_sessions'. Try to repair it

DELETE FROM phpbb_sessions WHERE session_time < 1114002536 AND session_id <> '04ed8683caa40cb915f0cf374a0b091d'

Line : 299
File : sessions.php
Keeps happening when I try to go to a new page. Refreshing the page gets me where I want to go, but its still annoying.

Edit: For instance, just happened when I posted this.

Posted: 2005-04-20 11:11am
by Petrosjko
Getting an SQL error here.

Code: Select all

phpBB : Critical Error

Error clearing sessions table

DEBUG MODE

SQL Error : 1034 Incorrect key file for table: 'phpbb_sessions'. Try to repair it

DELETE FROM phpbb_sessions WHERE session_time < 1114002477 AND session_id <> '25c33d8444b4a5ee96ee1fd9592fb27f'

Line : 299
File : sessions.php
It's occurred when I hit the link to go back from a thread to a forum, and when I first hit preview for this post.

Posted: 2005-04-20 11:11am
by Hotfoot
Keep getting this message at seemingly random intervals when clicking on forum navigation links:

Code: Select all

phpBB : Critical Error

Error clearing sessions table

DEBUG MODE

SQL Error : 1034 Incorrect key file for table: 'phpbb_sessions'. Try to repair it

DELETE FROM phpbb_sessions WHERE session_time < 1114002638 AND session_id <> '2437273760453e5f8af5851a44bcc9fd'

Line : 299
File : sessions.php

Posted: 2005-04-20 11:22am
by Psycho Smiley
I'm suffering from the same thing.

Posted: 2005-04-20 11:24am
by Lord Revan
I'm also suffering from it.

Posted: 2005-04-20 11:27am
by Firefox
Reporting same.

Posted: 2005-04-20 11:28am
by Chmee
Ditto ... I believe the database containment field is failing .....

Posted: 2005-04-20 11:35am
by White Haven
SAme here. In fact, while trying to post this. ABANDON FORUM! GET TO THE ES...oh, alright, I'll stop.

Posted: 2005-04-20 11:42am
by The Cleric

Code: Select all

phpBB : Critical Error

Error clearing sessions table

DEBUG MODE

SQL Error : 1034 Incorrect key file for table: 'phpbb_sessions'. Try to repair it

DELETE FROM phpbb_sessions WHERE session_time < 1114004504 AND session_id <> 'b8fb57cbda6c2bbc6230bf616c2aba0a'

Line : 299
File : sessions.php
I keep getting that.

Posted: 2005-04-20 11:44am
by The Yosemite Bear
grrrrrr...
SQL Error : 1034 Incorrect key file for table: 'phpbb_sessions'. Try to repair it

DELETE FROM phpbb_sessions WHERE session_time < 1114004533 AND session_id <> '66c8778f0c2289c8802b3254cebc7a6b'

Line : 299
File : sessions.php

Posted: 2005-04-20 11:48am
by SyntaxVorlon
Yup, same here.

Posted: 2005-04-20 11:48am
by J

Code: Select all

phpBB : Critical Error

Error clearing sessions table

DEBUG MODE

SQL Error : 1034 Incorrect key file for table: 'phpbb_sessions'. Try to repair it

DELETE FROM phpbb_sessions WHERE session_time < 1114004776 AND session_id <> 'dad2f86dcbb0ae362bf4804ba31ff341'

Line : 299
File : sessions.php
I just got this while trying to read this thread to see why the board was down this morning.

Posted: 2005-04-20 11:50am
by Ace Pace
To everyone posting now..... look at this page.... its filled with the exact same thing.

Posted: 2005-04-20 11:52am
by Dalton
I think it might be related to the auto-purge. Let's see if I can't alleviate it.

Posted: 2005-04-20 11:54am
by Dalton
Dalton wrote:I think it might be related to the auto-purge. Let's see if I can't alleviate it.
Nopers.

Posted: 2005-04-20 12:34pm
by Darth Wong
The sessions table had a corrupted index, probably related to the power outage last night. I ran full table checks on all of the tables in the system, and repaired the sessions table index and the user table index (that's why the board was down for about ten minutes just now). Those session errors should go away now.

PS. Turns out that it was not a controlled shutdown last night; I had the fucking serial line for the UPS hooked up to COM1, but my UPS monitoring software was configured for COM2 and I never noticed because I never bothered running the monitor to check status. Needless to say, after discovering this I reconfigured my UPS monitoring software and made sure it was working properly.