2
   

Critical Error?

 
 
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)
  • Topic Stats
  • Top Replies
  • Link to this Topic
Type: Discussion • Score: 2 • Views: 1,328 • Replies: 2
No top replies

 
Perdition
 
  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
 
Craven de Kere
 
  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

Webdevelopment and hosting - Question by harisit2005
Showing an Ico File - Discussion by Brandon9000
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
 
  1. Forums
  2. » Critical Error?
Copyright © 2024 MadLab, LLC :: Terms of Service :: Privacy Policy :: Page generated in 0.03 seconds on 04/25/2024 at 06:55:42