Site Links
Home
Features
Documentation
Pricing & Order
Members Area
Support Options
UBBDev.com
UBBWiki.com
Who's Online
2 registered (Dunny, Ruben), 48 Guests and 14 Spiders online.
Key: Admin, Global Mod, Mod
Featured Member
Registered: 06/05/06
Posts: 709
Top Posters (30 Days)
Ruben 50
DennyP 24
Gizmo 24
Dunny 15
SteveS 13
AllenAyres 12
dbremer 10
SD 10
drkknght00 9
driv 8
Latest Photos
OK Corral Shoot Out
Testing
Basildon Train Station
Basildon Town Centre looking from the rounderbout
Basildon Town Square
Page 1 of 4 1 2 3 4 >
Topic Options
#224285 - 03/18/09 02:50 AM Urgent please, is this bad???
Morgan Offline
member
Registered: 06/13/06
Posts: 131
My forum
http://www.britbike.com/forums/ubbthreads.php

shows below error message, I have no idea how to fix this.
i run 7.3.1
Thanks for your input.
/Morgan in Sweden

UBB Message
We encountered a problem. The reason reported was
Script: /home/cluster1/data/i/p/a1172648/html/forums/libs/user.inc.php
Line#: 445
SQL Error: Table './14462_britbikecom/ubbt_bbfUSERS' is marked as crashed and should be repaired
SQL Error #: 145
Query: SELECT t2.USER_TIME_OFFSET,t2.USER_TOPIC_VIEW_TYPE,t2.USER_TIME_FORMAT, t1.USER_ID, t1.USER_DISPLAY_NAME, t1.USER_PASSWORD, t1.USER_SESSION_ID, t1.USER_MEMBERSHIP_LEVEL, t1.USER_IS_BANNED,t1.USER_RULES_ACCEPTED, t1.USER_IS_UNDERAGE, t2.USER_TOTAL_PM, t2.USER_STYLE, t2.USER_HIDE_LEFT_COLUMN,t2.USER_HIDE_RIGHT_COLUMN, t2.USER_LANGUAGE, t2.USER_MOOD, t2.USER_RELATIVE_TIME, t2.USER_TIME_OFFSET,t2.USER_SHOW_ALL_GRAEMLINS, t2.USER_AVATAR, t2.USER_TITLE, t2.USER_CUSTOM_TITLE, t2.USER_NAME_COLOR, t2.USER_SHOW_LEFT_MYSTUFF FROM ubbt_bbfUSERS as t1, ubbt_bbfUSER_PROFILE as t2 WHERE t1.USER_ID = '' AND t1.USER_ID = t2.USER_ID

Please click back to return to the previous page.


Top
Express Hosting
Express Hosting "We are the official hosting company of UBB.threads. Ask us about our free migration services to migrate your UBB.threads installation."
#224288 - 03/18/09 05:05 AM Re: Urgent please, is this bad??? [Re: Morgan]
Robje01 Offline
enthusiast
Registered: 01/19/08
Posts: 239
Loc: Netherlands - Valkenswaard
No, it's not bad. Do you have SSH access?

If so, stop MySQL server and run:

myisamchk --silent --force --fast --update-state -O key_buffer=64M -O sort_buffer=64M -O read_buffer=1M -O write_buffer=1M /var/lib/mysql/databasename/ubbt_USERS.MYI

Rob
_________________________
My place to be: http://www.freesat.nl
Top
#224294 - 03/18/09 08:05 AM Re: Urgent please, is this bad??? [Re: Robje01]
Morgan Offline
member
Registered: 06/13/06
Posts: 131
No no ssh access only forum admin.
you gave me some hope here.. :o)

how can I get this ssh access?
Top
#224295 - 03/18/09 08:32 AM Re: Urgent please, is this bad??? [Re: Morgan]
Robje01 Offline
enthusiast
Registered: 01/19/08
Posts: 239
Loc: Netherlands - Valkenswaard
Probably you cannot get any access using SSH if it's no dedicated server.

Maybe this will work:
1) Login to your cPanel
2) Go to the MySQL section, and click the "REPAIR" icon next to your database's name

Rob
_________________________
My place to be: http://www.freesat.nl
Top
#224296 - 03/18/09 08:35 AM Re: Urgent please, is this bad??? [Re: Robje01]
Robje01 Offline
enthusiast
Registered: 01/19/08
Posts: 239
Loc: Netherlands - Valkenswaard
You can try the REPAIR option in SQL

The syntax is, as would be expected, REPAIR TABLE tablename[,tablename1...] [options]. This method only works with MyISAM tables.

So login with phpmyadmin and try this option if the first one doesn't work.

Rob
_________________________
My place to be: http://www.freesat.nl
Top
#224301 - 03/18/09 09:28 AM Re: Urgent please, is this bad??? [Re: Robje01]
Morgan Offline
member
Registered: 06/13/06
Posts: 131
ROB,

Tried to do this
1) Login to your cPanel
2) Go to the MySQL section, and click the "REPAIR" icon next to your database's name


Well I did and go below message
Quote:
Sorry, we had trouble processing your request. An unexpected error occurred. If this continues to happen, please contact Support.


I did contact support, sadly I have not that good experience with that "support" due to prior experience. But they might surprize me hope for that.
Any other clues from you guys???

Thanks
Morgan
Top
#224302 - 03/18/09 09:30 AM Re: Urgent please, is this bad??? [Re: Morgan]
Morgan Offline
member
Registered: 06/13/06
Posts: 131
BLOODY H*LL it works.............
Maybe the repair button did it after all...
Big thanks and be sur I will monitor it for a while
Top
#224303 - 03/18/09 09:34 AM Re: Urgent please, is this bad??? [Re: Morgan]
Robje01 Offline
enthusiast
Registered: 01/19/08
Posts: 239
Loc: Netherlands - Valkenswaard
You're welcome. I hope it keeps working now. I had the same for a while but i run my server dedicated and i'm running a crontab which checks the quality of my databases once in a while and repairs it on the background. But that's only possible if you run your own server or have SSH acces with root rights...

Goodluck with you fully repaired database. Oh, don't forget to back it up once in a while...

Rob
_________________________
My place to be: http://www.freesat.nl
Top
#224304 - 03/18/09 09:39 AM Re: Urgent please, is this bad??? [Re: Robje01]
Morgan Offline
member
Registered: 06/13/06
Posts: 131
It's just that I have no back up and don't know how to...
Maybe I should be a user instead...;)
Top
#224305 - 03/18/09 09:41 AM Re: Urgent please, is this bad??? [Re: Morgan]
Robje01 Offline
enthusiast
Registered: 01/19/08
Posts: 239
Loc: Netherlands - Valkenswaard
hehehe... You have MySQL access, there's a way to backup you complete SQL database with just 5 mouseclicks smile (Export option)

If you can't find it please let us know, i'll give you some more explaination..

Rob
_________________________
My place to be: http://www.freesat.nl
Top
Page 1 of 4 1 2 3 4 >



Moderator:  AllenAyres, Harold, Ian, Ron M 
Shout Box

Today's Birthdays
No Birthdays
Recent Topics
Temporary Password email not being received
by
05/24/12 10:02 PM
Ability to "like" individual posts (not Facebook "likes)
by doug
05/23/12 09:03 AM
Island Permissions
by ThreadsUser
05/22/12 03:03 PM
streaming video
by prkrgrp
05/20/12 07:02 PM
New Posts Corrupted? Can someone help?
by PianoWorld
05/19/12 09:41 AM
Forum Stats
10492 Members
36 Forums
33842 Topics
181709 Posts

Max Online: 978 @ 06/24/07 11:19 PM
Random Image