Page 1 of 2
Forum problems?
Posted: Sun Jul 10, 2005 11:13 am
by mlwhitt
I have been having a ton of problems getting on over the past 24 hours. Just curious if it was on my end or if others have had problems accessing the forums as well.
Re: Forum problems?
Posted: Sun Jul 10, 2005 11:18 am
by Pupil
mlwhitt wrote:I have been having a ton of problems getting on over the past 24 hours. Just curious if it was on my end or if others have had problems accessing the forums as well.
You're not the only one who have had this problem..
Posted: Sun Jul 10, 2005 11:20 am
by Dreglor
i was thinking it was a dos attack...
but i guess somthing happened
Posted: Sun Jul 10, 2005 11:22 am
by mlwhitt
Pyxia had a DoS attack last night at about the same time I started having problems with PB forums, so I bet you are right.
Also notice that the search routines aren't working.
Getting the below when I try to search the forums, anyone else getting this error:
Could not delete old search id sessions
DEBUG MODE
SQL Error : 1016 Can't open file: 'purebasic_search_results.MYI'. (errno: 145)
DELETE FROM purebasic_search_results WHERE session_id NOT IN ('007c13e1f46532bbe16ca59f005a8a37', '027f1988fa506c6a84501e6f620a7ece', '12c8c90f846325c3bf7f936fad768c4d', '1b2d280b6e76f99273ec1e527c571cdd', '2220847365e51ae15756e132863b164a', '354cca4dd7fa9d9250ec72a79536c2aa', '3fd65505271bde26ebb674c6e4ea1a8f', '41416911b594b30cc1cc74d6defa012a', '499dccf6f20d99abaa2e5cec9533e230', '4c9085754b40562a9c49568c8d52e7d2', '5661f547ba574728aa5c6f8478fff2d2', '5c14d18148b53ab089616a2924170f3a', '5dacfc21deb7a02912915c09b332b37d', '5f32ca5d066a6a7e95e62b7f1bbf439b', '6cb655f9ac1f7a9453bbd211364f1a46', '72d1d0b1c1924d0c9eae8f5372334d04', '7634eca63e7662e5cbfbcb115f27a160', '7b59f62e61eb7f92b58c4b05fc4c2cf4', '8717e14696377ff7420e0987bbf75be0', '8bdb4e3aea9cd32035348843991804df', '9a3b099133fdb9c5d8ec8ccef1499c8d', '9ca150367ef06cdb833fda765090d8ea', '9fd44b02ed8d2f5f5bae21a4766fad75', 'a14f714ca21aabd175f0228d1420e0cd', 'ac33f83da1dc8bc4d211db8e72a56e18', 'bac592514d2614512069ff91ddef122f', 'c0c6869a5cee2d35813ff9f43c5f4ce5', 'cb7ce548e86cd29fbbb6fd800248c18f', 'cd87875479b5a4c00e4f74047cf0fce1', 'e349d52a5aaf0e82ca54a44f8a40d1da', 'f0ff9b32cf300daceae2eda7ea416af8', 'fc6313324560e8502f666ca44fe16353')
Line : 649
File : search.php
Posted: Sun Jul 10, 2005 11:39 am
by Psychophanta
mlwhitt, here happens just the same.
Don't worry, you are not alone with this accessing failures

Posted: Sun Jul 10, 2005 3:35 pm
by Fred
I just fixed the database tables, dunno what happened. Let's hope it was temporary.
Posted: Sun Jul 10, 2005 8:51 pm
by Jimbo_H
Fred,
In case it helps, I was seeing the following error all last night:
Warning: mysql_connect(): Too many connections in /home/imingo/www/english/db/mysql4.php on line 48
Warning: mysql_error(): supplied argument is not a valid MySQL-Link resource in /home/imingo/www/english/db/mysql4.php on line 330
Warning: mysql_errno(): supplied argument is not a valid MySQL-Link resource in /home/imingo/www/english/db/mysql4.php on line 331
phpBB : Critical Error
Could not connect to the database
Regards,
Jim
Posted: Sun Jul 10, 2005 10:07 pm
by Fred
It seems like the mysqld and httpd servers were forking too much and thus eating all the memory (only 128 mb + 128mb of swap on the server). So i decreased the number of possible forks, we will see.
Posted: Sun Jul 10, 2005 11:09 pm
by mlwhitt
Looks like she is working like a charm today.
Posted: Mon Jul 11, 2005 12:47 am
by Brice Manuel
I am just glad they are back. I was having withdrawls :roll:
Posted: Mon Jul 11, 2005 3:00 am
by mlwhitt
Know what you mean. I would keep checking ever five minutes.
Brice Manuel wrote:I am just glad they are back. I was having withdrawls :roll:
Posted: Mon Jul 11, 2005 3:09 am
by Intrigued
FWI,
I saw the SQL errors for a couple days as well.
Tonight all seems to be working again.
Posted: Mon Jul 11, 2005 4:52 am
by oldBear
I'm new here and these forums are my purebasic lifeblood.
Talk about withdrawal.
Jeez, I might even have to write some code on my own.
Posted: Mon Jul 11, 2005 4:56 am
by mlwhitt

Know what you mean.
oldBear wrote:
Jeez, I might even have to write some code on my own.
Posted: Mon Jul 11, 2005 11:38 am
by sec
This happened with my forums too...Fred, Did you update
phpBB?