Previous Thread
Next Thread
Print Thread
Rate Thread
#276891 07/18/2004 12:42 PM
Joined: Feb 2003
Posts: 196
Member
Member
Offline
Joined: Feb 2003
Posts: 196
guys.

can someone check on my site and tell me how i can fix it?!?!??. It crashed alll of a sudden?????

my site is

www.omanforum.com

Sponsored Links
Joined: Oct 2003
Posts: 2,305
Old Hand
Old Hand
Joined: Oct 2003
Posts: 2,305
looks like some of your pal boxes are throwing errors so either you have a bad table somewhere or something else is afoot.. all we can see if not an admin is the following.. "SQL ERROR: Sun, Jul 18 2004 13:46:01 -0400 Database error only visible to forum administrators" so we can't really see much. I would advise ya to go to the mysql error logs and see exactly what it says.

234234 #276893 07/18/2004 12:53 PM
Joined: Feb 2003
Posts: 196
Member
Member
Offline
Joined: Feb 2003
Posts: 196
Below is the error?


SQL ERROR: Sun, Jul 18 2004 13:51:51 -0400 Unable to do_query: SELECT t1.Mod_Board,t1.Mod_Uid,t2.U_Username FROM w3t_Moderators AS t1, w3t_Users AS t2 WHERE t1.Mod_Uid = t2.U_Number
Got error 127 from table handlerSQL ERROR: Sun, Jul 18 2004 13:51:51 -0400 Unable to do_query: SELECT U_Username,U_Number FROM w3t_Users WHERE U_Approved='yes' ORDER BY U_Number DESC LIMIT 0,1
Got error 127 from table handlerSQL ERROR: Sun, Jul 18 2004 13:51:51 -0400 Unable to do_query: SELECT t1.Bo_Title,t1.Bo_Description,t1.Bo_Keyword,t1.Bo_Total,t1.Bo_Last,t1.Bo_Number,t1.Bo_Moderated,t1.Bo_Read_Perm,t1.Bo_Write_Perm,t1.Bo_Threads,t1.Bo_Sorter,t1.Bo_Posterid,t1.Bo_LastMain,t1.Bo_LastNumber,t2.U_Username,t3.B_Subject,t3.B_Icon,t3.B_Reged,t3.B_AnonName FROM w3t_Boards AS t1 LEFT JOIN w3t_Users AS t2 ON t1.Bo_Posterid = t2.U_Number LEFT JOIN w3t_Posts AS t3 ON t1.Bo_LastNumber = t3.B_Number WHERE t1.Bo_Cat = 2 AND (t1.Bo_Posterid = t2.U_Number OR t1.Bo_Posterid = '0') AND (t1.Bo_LastNumber = t3.B_Number OR t1.Bo_LastNumber ='0') AND (t1.Bo_Read_Perm LIKE '%-3-%' OR t1.Bo_Read_Perm LIKE '%-1-%' OR t1.Bo_Read_Perm LIKE '%-2-%') ORDER BY t1.Bo_Sorter
Got error 127 from table handlerSQL ERROR: Sun, Jul 18 2004 13:51:51 -0400 Unable to do_query: SELECT COUNT(*) FROM w3t_Users WHERE U_BirthMonth = 'Jul'
Got error 127 from table handlerSQL ERROR: Sun, Jul 18 2004 13:51:51 -0400 Unable to do_query: SELECT COUNT(*) FROM w3t_Users WHERE U_BirthMonth = 'Jul' AND U_BirthDay = '18'
Got error 127 from table handler Today's Active Topics
New Since Your Last Visit

Joined: Oct 2003
Posts: 2,305
Old Hand
Old Hand
Joined: Oct 2003
Posts: 2,305
Hmmm go to your phpMyAdmin or threads admin sql section and run this query

SELECT U_Username,U_Number FROM w3t_Users WHERE U_Approved='yes' ORDER BY U_Number DESC LIMIT 0,1

this should NOT fail unless your w3t_Users table is messed up at which case you MAY have to repair it but run that query first.

Joined: Feb 2003
Posts: 196
Member
Member
Offline
Joined: Feb 2003
Posts: 196
This what I got , anything else?

SQL ERROR: Sun, Jul 18 2004 14:03:48 -0400 Unable to do_query: SELECT U_Username,U_Number FROM w3t_Users WHERE U_Approved='yes' ORDER BY U_Number DESC LIMIT 0,1
Got error 127 from table handler

Sponsored Links
Joined: Oct 2003
Posts: 2,305
Old Hand
Old Hand
Joined: Oct 2003
Posts: 2,305
well then there are only two possible solutions er reasons.. 1) your out of memory and have a HUGE w3t_Users table or the table is bad and needs to be repaired. I would 1) backup your database and then 2) try the following command

repair TABLE w3t_Users;

thats SHOULD fix the problem unless there is more afoot and you will have a backup if there is.

Joined: Feb 2003
Posts: 196
Member
Member
Offline
Joined: Feb 2003
Posts: 196
how should i do the backup, do you mean through the threads admin, where it says DB backup?.

If that what you mean, isnt there a problem i may end up backing up the corrupted table instead?

Joined: Feb 2003
Posts: 196
Member
Member
Offline
Joined: Feb 2003
Posts: 196
Yappeeeeeeee thanks its fixed now.

But why did this happened to begin with?

And also althought the forum is functioning, I noticed when I post a topic, on the very top it gives me this ERROR: Any ideas?


SQL ERROR: Sun, Jul 18 2004 14:32:30 -0400 Unable to do_query: SELECT t2.U_Language,t2.U_Email,t2.U_EmailFormat FROM w3t_Favorites AS t1, w3t_Users AS t2 WHERE t1.F_Thread = '134515' AND t1.F_Type = 'f' AND t1.F_Owner = t2.U_Number AND t2.U_EReplies = 'On'
Got error 127 from table handler

Joined: Sep 2003
Posts: 488
Code Monkey
Code Monkey
Joined: Sep 2003
Posts: 488
Login to your SQL admin panel to see if any other tables are corrupt, and if so, repair them using the same method (just replace w3t_Users with whatever it's called).

Joined: Oct 2003
Posts: 2,305
Old Hand
Old Hand
Joined: Oct 2003
Posts: 2,305
yeah looks like w3t_favorites may be messed up also so I would try and

repair TABLE w3t_Favorites;

Sponsored Links
Joined: Feb 2003
Posts: 196
Member
Member
Offline
Joined: Feb 2003
Posts: 196
scroungr,

i tried that command but i received error still, any otehr advice?

Joined: Feb 2003
Posts: 196
Member
Member
Offline
Joined: Feb 2003
Posts: 196
okay now I find another ERROR

SQL ERROR: Mon, Jul 19 2004 07:33:22 -0400 Unable to do_query: SELECT L_Board,L_Last FROM w3t_Last WHERE L_Uid = '2'
Can't open file: 'w3t_Last.MYD'. (errno: 145) Today's Active Topics
New Since Your Last Visit

Joined: Feb 2003
Posts: 196
Member
Member
Offline
Joined: Feb 2003
Posts: 196
ok I think i fixed it all it was that ";" which caused the errors,

now Can someone TELL ME PLEASE WHAT DID THE ERROR OCCURS and how I can avoid them in future, appreciate it thanks

Joined: Sep 2003
Posts: 488
Code Monkey
Code Monkey
Joined: Sep 2003
Posts: 488
Did you recently optimize the tables before this happened?

That can sometimes cause it from my experience.

I do however find it troubling that you had 2 tables corrupt at the same time like that.


Link Copied to Clipboard
Donate Today!
Donate via PayPal

Donate to UBBDev today to help aid in Operational, Server and Script Maintenance, and Development costs.

Please also see our parent organization VNC Web Services if you're in the need of a new UBB.threads Install or Upgrade, Site/Server Migrations, or Security and Coding Services.
Recommended Hosts
We have personally worked with and recommend the following Web Hosts:
Stable Host
bluehost
InterServer
Visit us on Facebook
Member Spotlight
hatter
hatter
USA
Posts: 69
Joined: January 2001
Forum Statistics
Forums63
Topics37,573
Posts293,925
Members13,849
Most Online5,166
Sep 15th, 2019
Today's Statistics
Currently Online
Topics Created
Posts Made
Users Online
Birthdays
Top Posters
AllenAyres 21,079
JoshPet 10,369
LK 7,394
Lord Dexter 6,708
Gizmo 5,833
Greg Hard 4,625
Top Posters(30 Days)
Top Likes Received
isaac 82
Gizmo 20
Brett 7
WebGuy 2
Top Likes Received (30 Days)
None yet
The UBB.Developers Network (UBB.Dev/Threads.Dev) is ©2000-2024 VNC Web Services

 
Powered by UBB.threads™ PHP Forum Software 8.0.0
(Preview build 20240506)