forum problems

For everything that's not in any way related to PureBasic. General chat etc...
User avatar
netmaestro
PureBasic Bullfrog
PureBasic Bullfrog
Posts: 8453
Joined: Wed Jul 06, 2005 5:42 am
Location: Fort Nelson, BC, Canada

forum problems

Post by netmaestro »

I'm getting a lot of this lately, past day or so, anyone else?
Warning: mysql_connect() [function.mysql-connect]: Lost connection to MySQL server during query in /home.2/purebasi/www/english/db/mysql4.php on line 48

Warning: mysql_error(): supplied argument is not a valid MySQL-Link resource in /home.2/purebasi/www/english/db/mysql4.php on line 330

Warning: mysql_errno(): supplied argument is not a valid MySQL-Link resource in /home.2/purebasi/www/english/db/mysql4.php on line 331
phpBB : Critical Error

Could not connect to the database
BERESHEIT
srod
PureBasic Expert
PureBasic Expert
Posts: 10589
Joined: Wed Oct 29, 2003 4:35 pm
Location: Beyond the pale...

Post by srod »

Yep, exactly the same story here.
I may look like a mule, but I'm not a complete ass.
User avatar
Kaeru Gaman
Addict
Addict
Posts: 4826
Joined: Sun Mar 19, 2006 1:57 pm
Location: Germany

Post by Kaeru Gaman »

uff... I already feared I did something wrong while installing FiFo...

same with the german forum... seems the server has some hiccup...
oh... and have a nice day.
User avatar
Fluid Byte
Addict
Addict
Posts: 2336
Joined: Fri Jul 21, 2006 4:41 am
Location: Berlin, Germany

Post by Fluid Byte »

Confirmed for the last 3 hours!
Windows 10 Pro, 64-Bit / Whose Hoff is it anyway?
Derek
Addict
Addict
Posts: 2354
Joined: Wed Apr 07, 2004 12:51 am
Location: England

Post by Derek »

Nothing here, been ok all day.
PB
PureBasic Expert
PureBasic Expert
Posts: 7581
Joined: Fri Apr 25, 2003 5:24 pm

Re: forum problems

Post by PB »

I had similar messages last night, but it's okay this morning.
I compile using 5.31 (x86) on Win 7 Ultimate (64-bit).
"PureBasic won't be object oriented, period" - Fred.
Tipperton
Addict
Addict
Posts: 1286
Joined: Thu Jun 19, 2003 7:55 pm

Post by Tipperton »

Same here, then the whole site (not just the forums) wouldn't respond, like the server went "out to lunch"

Only lasted five to ten minutes....
Trond
Always Here
Always Here
Posts: 7446
Joined: Mon Sep 22, 2003 6:45 pm
Location: Norway

Post by Trond »

phpBB : Critical Error

Could not query config information

DEBUG MODE

SQL Error : 1053 Server shutdown in progress

SELECT * FROM purebasic_config

Line : 215
File : common.php
User avatar
Fluid Byte
Addict
Addict
Posts: 2336
Joined: Fri Jul 21, 2006 4:41 am
Location: Berlin, Germany

Post by Fluid Byte »

This ones even better:
phpBB : Critical Error

Could not obtain ban information

DEBUG MODE

SQL Error : 2013 Lost connection to MySQL server during query

SELECT ban_ip, ban_userid, ban_email FROM purebasic_banlist WHERE ban_ip IN ('54905f32', '54905fff', '5490ffff', '54ffffff') OR ban_userid = 2595 OR ban_email LIKE 'ckemna@t-online.de' OR ban_email LIKE '@t-online.de'

Line : 160
File : sessions.php
Windows 10 Pro, 64-Bit / Whose Hoff is it anyway?
Num3
PureBasic Expert
PureBasic Expert
Posts: 2812
Joined: Fri Apr 25, 2003 4:51 pm
Location: Portugal, Lisbon
Contact:

Post by Num3 »

confirmed!
Denis
Enthusiast
Enthusiast
Posts: 790
Joined: Fri Apr 25, 2003 5:10 pm
Location: Doubs - France

Post by Denis »

The same here and for french forum too
A+
Denis
User avatar
Rook Zimbabwe
Addict
Addict
Posts: 4322
Joined: Tue Jan 02, 2007 8:16 pm
Location: Cypress TX
Contact:

Post by Rook Zimbabwe »

I had to click POST REPLY 4 times to get it to work... looks like it is hanging up or slowing down...

Code: Select all

phpBB : Critical Error 

Could not query database for theme info

DEBUG MODE

SQL Error : 2013 Lost connection to MySQL server during query 
Same thing when I tried to login.

Maybe some script kiddy is trying to exploit SQL vulnerabilities???

Or the SPAMbots are hard at werk!
Binarily speaking... it takes 10 to Tango!!!

Image
http://www.bluemesapc.com/
User avatar
Psychophanta
Always Here
Always Here
Posts: 5153
Joined: Wed Jun 11, 2003 9:33 pm
Location: Anare
Contact:

Post by Psychophanta »

This is what i receive just now with a thread:
phpBB : Critical Error

Error doing DB query userdata row fetch

DEBUG MODE

SQL Error : 2013 Lost connection to MySQL server during query

SELECT u.*, s.* FROM purebasic_sessions s, purebasic_users u WHERE s.session_id = '34001e10497a13b282b2d9d199543042' AND u.user_id = s.session_user_id

Line : 315
File : sessions.php
http://www.zeitgeistmovie.com

while (world==business) world+=mafia;
Tipperton
Addict
Addict
Posts: 1286
Joined: Thu Jun 19, 2003 7:55 pm

Post by Tipperton »

Just barely happened again:
phpBB : Critical Error

Error updating sessions table

DEBUG MODE

SQL Error : 2013 Lost connection to MySQL server during query

UPDATE purebasic_sessions SET session_time = 1174680017, session_page = -9 WHERE session_id = 'xxxxxxxxxxxxxxxxxxxxxxxxxxxxx'

Line : 350
File : sessions.php
dracflamloc
Addict
Addict
Posts: 1648
Joined: Mon Sep 20, 2004 3:52 pm
Contact:

Post by dracflamloc »

Yea it seems to happen quite a bit. Very slow performance when it does work too.
Post Reply