2
   

Critical Error?

 
 
View Profile Don1
 
Reply Sun 12 Dec, 2004 02:36 am
On asite I sometimes visit, I have just got this message.


phpBB : Critical Error

Error creating new session


Can someone explain what it means please. (in simple language)
 
  1  
Reply Sun 12 Dec, 2004 12:11 pm
a problem with their mysql server, could be they are having trafficing problems or it could just be they need to fix something
0 Replies
 
  1  
Reply Sun 12 Dec, 2004 02:37 pm
Re: Critical Error?
Don1 wrote:
On asite I sometimes visit, I have just got this message.


phpBB : Critical Error

Error creating new session


Can someone explain what it means please. (in simple language)


- The phpbb sessions table is a HEAP table, which is a table stored in the computer's RAM isntead of on the hard disk.

- This is used for its advantages in read speed and is usually only employed for temporary data like session IDs.

- The total size of the table needs to be limited because it would otherwise hog RAM and crash the server.

- phpbb does not natively handle session expiry well.


The best general solution is some code to remove the oldest sessions when the limit is reached.
0 Replies
 
 

Related Topics

I'm the developer - Discussion by Nick Ashley
how to earn money in internet - Discussion by rizwanaraj
THANK YOU CRAVEN AND NICK!!! - Discussion by dagmaraka
The version 10 bug. Worse then Y2K! - Discussion by Nick Ashley
CSS Border style colors - Question by meesa
There is no Wisdom in Crowds - Discussion by ebrown p
mod rewrite for a different theme? - Discussion by etali
 
  1. able2know
  2. » Critical Error?
Copyright © 2009 Horizontal Verticals :: Page generated in 0.34 seconds on 11/08/2009 at 06:21:41 Top End