Main Site | Forum | Rules | Downloads | Wiki | Features | Podcast

NLSC Forum

Other video games, TV shows, movies, general chit-chat...this is an all-purpose off-topic board where you can talk about anything that doesn't have its own dedicated section.
Post a reply

Critical Error: Debug Mode

Fri May 13, 2005 11:17 am

Does this happen to anyone else but me?

From time to time I'd always get this error when I go here. It's happening a little too frequently than with the old design. And it's just not my computer as well as I've tried 4 different computer (3 at work and 1 at home) and it's surely not the connection either since there are 2 different connections involved in my situation

Fri May 13, 2005 12:01 pm

I've had it a couple of times but not that frequently.

Fri May 13, 2005 12:08 pm

i have my F5 button burned already in refreshing and refreshing and refreshing and refreshing............... :lol: i have not yet tried it at home.....but idid try it with the laptop and that bugged mode line 158 critical error of PHHB thing still grace my screen :twisted:

Fri May 13, 2005 12:55 pm

We're aware of the problem, still trying to fix it. It's usually only a temporary error, sorry for the inconvenience; hopefully it won't be an issue soon.

Fri May 13, 2005 1:25 pm

I also have been getting this but it does not seem to last long. Alls I do is click the refresh buton once and I am back on!

Hopefully it gets worked out :D

Fri May 13, 2005 2:04 pm

I had this problem yesterday, but now it works fine (Y)

Sat May 14, 2005 10:00 pm

phpBB : Critical Error

Error creating new session

DEBUG MODE

SQL Error : 1114 The table 'phpbb_sessions' is full

INSERT INTO phpbb_sessions (session_id, session_user_id, session_start, session_time, session_ip, session_page, session_logged_in) VALUES ('2d6954c3fb4eeb166f2b7021f84e2ff9', 87, 1116071795, 1116071795, 'd31f1b2a', 22, 1)

Line : 158
File : sessions.php

:x

Sat May 14, 2005 10:11 pm

This has been happening to me too, but it's not that big of a problem. I just go to Hiphop Cartel fro a minute or two and then jump back here and it's fine.

Sat May 14, 2005 10:21 pm

Yeah, it doesn't last long but none the less, it's annoying. When I go to the forums I expect to get there, not have to return in 2 minutes. :P

Anyways, I have a screenshot of it too, it hasn't happened to me since this morning so I'm guessing they've worked on it.

Sat May 14, 2005 10:54 pm

I also get this error. Wat do we do?

Sat May 14, 2005 10:57 pm

just got it when i tried to log in - i tried once again and it was fine then

edit - just got it again when i came back. maybe the debug mode can learn something Andrew? Would that mean that the forum can't stand too many users at the same time?

Code:
phpBB : Critical Error

Error creating new session

DEBUG MODE

SQL Error : 1114 The table 'phpbb_sessions' is full

INSERT INTO phpbb_sessions (session_id, session_user_id, session_start, session_time, session_ip, session_page, session_logged_in) VALUES ('9231faefed284aa2cd0c74ed3aeaae79', -1, 1116080584, 1116080584, 'd4c2ff9e', 0, 0)

Line : 158
File : sessions.php

Sun May 15, 2005 1:51 am

Now it's gotten worse for me. I have to hit the refresh button a lot or just wait 5 minutes and it will be back up.

Before like I said, it would come up in 1 click of the refresh button. :cry:

Sun May 15, 2005 1:24 pm

It's a problem with sessions.php. James from SGN has been trying to fix the problem but the fix has resulted in some other problems so we've had to revert to the default sessions.php file.

Basically, search engines are creating too many sessions for phpBB to handle and developing an appropriate fix should fix it. I don't have the knowledge to fix it myself, so I can't do anything for the moment. James is doing his best to remedy the problem. I apologise again for the inconvenience.

Sun May 15, 2005 7:13 pm

the easiest solutions would be to remove the search engine ... don't know if it's the best solution too

Sun May 15, 2005 7:15 pm

I'm talking about search engines like Google. I can't remove those. :P

Search engines are indexing various forum pages and with the default sessions.php file, they create too many new sessions. James developed a fix by modifying some of the code, but it caused other problems so we had to abandon it for the moment.

Sun May 15, 2005 7:18 pm

shame on me :oops:

Well, another solution would be to no longer allow search engines to index the pages. I think that's the way it is in phpbb by default

Sun May 15, 2005 7:29 pm

Not as far as I'm aware. James has had to change some of the default values in sessions.php to stop search engines indexing pages using sessions (indexing the ftopic files without any session information), which is a fine solution except there are some other problems he's currently trying to work around.
Post a reply