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

how to earn money in internet - Discussion by rizwanaraj
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
THANK YOU CRAVEN AND NICK!!! - Discussion by dagmaraka
I'm the developer - Discussion by Nick Ashley
Serialize in php - Question by Aravindh
 
  1. able2know
  2. » Critical Error?
Copyright © 2010 Horizontal Verticals :: Page generated in 0.05 seconds on 02/09/2010 at 03:10:04 Top End