DEBUG MODE

Forum News, Announcements and any issues you're having with the forum

Moderator: myglaren

Trainman
(Donor 2018)
Posts: 2591
Joined: 21 Aug 2009, 11:58
x 43

DEBUG MODE

Post by Trainman »

phpBB : Critical Error

Error creating new session

DEBUG MODE

SQL Error : 1062 Duplicate entry '9227' for key 2

INSERT INTO phpbb_sessions (session_id, session_user_id, session_start, session_time, session_ip, session_page, session_logged_in, session_admin) VALUES ('edc71f27265406935a4c4cfc44bc22cc', 9227, 1285232351, 1285232351, '3e194837', 3, 1, 0)

Line : 187
File : sessions.php

The above is what greeted me about 5 minutes ago when I tried to log in.
Steve

2008 C6 2.7 Exclusive in Mativoire Beige with Vitali Leather.
2019 C5 1.6 Aircross Flair+ in Platinum Grey with Claudia Rimini Leather

http://c6owners.org/index.php
citroenxm
Posts: 8061
Joined: 30 Dec 2004, 23:10
x 71

Post by citroenxm »

Me too, but seems solved now...

PAul
Sharing a pug 207 1.6 hdi Sw 16v.
M reg Xm 2.1 td auto exclusive S2 269k and rising
L reg XM V6 12v SEi auto .. Light project

A very sad...
1994 XM 2.1 d auto
User avatar
Xaccers
Posts: 7654
Joined: 07 Feb 2007, 23:46
x 184

Post by Xaccers »

Session table had crashed, I've repaired it with washing up liquid bottles and some sticky backed plastic :)
1.9TD+ SX Xantia Estate (Cassy) running on 100% veg
1.9TD SX Xantia Hatchback (Jenny) running on 100% veg for sale
Laguna II 2.0dCi Privilege (Monty)

DIY sphere tool
Trainman
(Donor 2018)
Posts: 2591
Joined: 21 Aug 2009, 11:58
x 43

Post by Trainman »

Xac wrote:Session table had crashed, I've repaired it with washing up liquid bottles and some sticky backed plastic :)
Ah, only a temporary fix then, should have used double sided sticky tape and PVA glue, Blue Peter badge technology :lol: :lol: :lol:
Steve

2008 C6 2.7 Exclusive in Mativoire Beige with Vitali Leather.
2019 C5 1.6 Aircross Flair+ in Platinum Grey with Claudia Rimini Leather

http://c6owners.org/index.php
User avatar
spider
Posts: 3949
Joined: 05 Jan 2010, 14:28
x 77

Post by spider »

/Tech type post

Suggestion: consider moving the session table to memory to prevent crashes.

It will retain the table structure on disk obviously, but the data contents are held in memory. These will be lost when server offline (but mysql offline = no forum anyway)

They tend to not crash (at least in my experience with other software) when set to heap. ;) , I doubt there is any data held in the session table that is needed after a restart (although I'd have to install phpbb2 to double check they have not held any critical data in it, I doubt it though)

Does cause a small increase in server memory usage though, but seems an acceptable compromise in most cases, as a memory based table cannot crash and given its nature it is the most heavily used table. :)

Caution ( ! ) don't set any other tables to memory, I've seen that done.

/End of tech type post
Andy.

91 205D-Turbo, gone but still missed
02 106D, TUD5B, gone but not really missed apart from the MPG
davetherave
Posts: 880
Joined: 01 Apr 2009, 21:06
x 4

Post by davetherave »

I just heard a wooshing noise above my head..... :lol:
(95) XM Silver 2.1td Exclusive.
(87) Cx 2.5 DTR T1 undergoing major cosmetic surgery.
GPZ500s
jgra1
(Donor 2021)
Posts: 4625
Joined: 27 Nov 2005, 19:07
x 39

Post by jgra1 »

that was the table before it crashed into the wall :D
User avatar
Xaccers
Posts: 7654
Joined: 07 Feb 2007, 23:46
x 184

Post by Xaccers »

Cheers Spider, have now changed to HEAP
1.9TD+ SX Xantia Estate (Cassy) running on 100% veg
1.9TD SX Xantia Hatchback (Jenny) running on 100% veg for sale
Laguna II 2.0dCi Privilege (Monty)

DIY sphere tool
User avatar
spider
Posts: 3949
Joined: 05 Jan 2010, 14:28
x 77

Post by spider »

Xac wrote:Cheers Spider, have now changed to HEAP
All being well, it should never crash now (that table anyway)

I can't (without installing and checking) seeing anything of value living in that table really, obviously server restart = loss sessions so everyone will have to login again but that should be it really.

You're welcome anyway :)
Andy.

91 205D-Turbo, gone but still missed
02 106D, TUD5B, gone but not really missed apart from the MPG
User avatar
Xaccers
Posts: 7654
Joined: 07 Feb 2007, 23:46
x 184

Post by Xaccers »

It crashed due to the server going down without giving sql enough time to shut down cleanly.

It only contains temporary session data.
Will keep an eye on memory use, if it does start going up a significant amount (I really doubt it) I've got a script that can clear out the oldest sessions.
1.9TD+ SX Xantia Estate (Cassy) running on 100% veg
1.9TD SX Xantia Hatchback (Jenny) running on 100% veg for sale
Laguna II 2.0dCi Privilege (Monty)

DIY sphere tool
User avatar
myglaren
Forum Admin Team
Posts: 25494
Joined: 02 Mar 2008, 13:30
x 4924

Re: DEBUG MODE

Post by myglaren »

Trainman wrote:phpBB : Critical Error

Error creating new session

DEBUG MODE

SQL Error : 1062 Duplicate entry '9227' for key 2

INSERT INTO phpbb_sessions (session_id, session_user_id, session_start, session_time, session_ip, session_page, session_logged_in, session_admin) VALUES ('edc71f27265406935a4c4cfc44bc22cc', 9227, 1285232351, 1285232351, '3e194837', 3, 1, 0)

Line : 187
File : sessions.php

The above is what greeted me about 5 minutes ago when I tried to log in.
I got the same thing yesterday evening and thought that it was just me.
User avatar
spider
Posts: 3949
Joined: 05 Jan 2010, 14:28
x 77

Post by spider »

Spoke to (well messaged) Xac earlier, should hopefully not happen again now ;) , all being well that is. :)
Andy.

91 205D-Turbo, gone but still missed
02 106D, TUD5B, gone but not really missed apart from the MPG