Something wrong with BAR website??

Elite

New member
I can't log in. Keep getting this error....

Error in obtaining userdata

DEBUG MODE

SQL Error : 1030 Got error 127 from storage engine

SELECT user_id, username, user_password, user_active, user_level FROM bar_users WHERE username = 'Elite'

Line : 65
File : C:\Sites\Single21\bareefers\webroot\bar\login.php
 
It's not just morning. I tried all day yesterday on different system/network and got the same error message.
 
db server is down?

look into the webhost or if the webmaster owns it, perhaps the database server needs to be restarted or restored from a backup state.
 
Seems fine to me, there was a stretch there where the database was corrupted, but I posted a few messages yesterday and today.
 
Even better, so it works for some, but not others. Wonderfull. With what, nearly 4K in the bank, we can't pay for a better host?
 
I know of a few fairly cheap hosts that are pretty darn good. let me know if you guys need a list of a few good ones.

or if all else, goto cnet dot com and checkout their listing of best web hosts.
 
tried to access the site, got this, AGAIN, just like the last few days!!!

Error in obtaining userdata

DEBUG MODE

SQL Error : 1030 Got error 127 from storage engine

SELECT user_id, username, user_password, user_active, user_level FROM bar_users WHERE username = 'Greshamh'

Line : 65
File : C:\Sites\Single21\bareefers\webroot\BAR\login.php

Sure Mike, works just fine, if broken is what is considerred fine :lol:
 
<a href=showthread.php?s=&postid=7832619#post7832619 target=_blank>Originally posted</a> by sfsuphysics
Seems fine to me, there was a stretch there where the database was corrupted, but I posted a few messages yesterday and today.

Log out... clear your cookie and try to log in to see if it still work.
 
Gresham, as said it seems fine to me, meaning that nothing looks broken from my end :) Although the lack of posting did worry me, I thought people were tired of going though :) Although Thales & Magma both recently posted.
 
If you don't log out, you will be OK.. I just make a post and then log out.. Can't log back in now :lol:
 
So let me get this straight, I should attempt to break what works for me? Now don't get me wrong I'm sure there's something wrong which needs to be fixed, but I'm not the webtech guy (hell I'm kind of web-stupid :)), but why should I mess up what works for me? :)
 
if the MySQL is of version 4.0.12 or lower, then there is a known bug. To work around this problem, doing a repair tables command should fix it if the problem is the known bug issue.

From what I've read, it has something to do with a limitation in data files.

By running something like:
ALTER TABLE cdb_posts MAX_ROWS=100000000 AVG_ROW_LENGTH=15000;

you will be able to set the length a little smaller, thus it may solve the problem.

But whenever this comes up, it looks like a
Code:
REPAIR TABLE tablename
is needed.
 
<a href=showthread.php?s=&postid=7832982#post7832982 target=_blank>Originally posted</a> by Elite
Chicken :D :lol:

Yah Mike, I double dog dare you :lol: Come on, join the crowd, the cliff isn't THAT high :D
 
Back
Top