Go Back   vb.org Archive > vBulletin 3 Discussion > vB3 Programming Discussions

Reply
 
Thread Tools Display Modes
  #1  
Old 11-28-2005, 10:36 AM
Frank Woolf Frank Woolf is offline
 
Join Date: May 2004
Location: Hong Kong and Philippines
Posts: 9
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default Hundreds of error 28 messages

My hosting company recently updated my vBulletin to the latest version. I tried accessing vBulletin options in the Admin panel and got this error:
Database error in vBulletin 3.5.1:

Invalid SQL:

SELECT setting.*, settinggroup.grouptitle
FROM settinggroup AS settinggroup
LEFT JOIN setting AS setting USING(grouptitle)
WHERE settinggroup.displayorder 0
ORDER BY settinggroup.displayorder, setting.displayorder;

MySQL Error : Got error 28 from table handler
Error Number : 1030
Date : Sunday, November 27th 2005 @ 11:35:45 PM
Script : http://motorcyclephilippines.com/for...ons.php?null=0
Referrer : http://motorcyclephilippines.com/for....php?do=modify
IP Address : 210.213.196.141
Username : Frank Woolf
Classname : vb_database


Then I started getting hundreds of error messages and nobody can add attachments to posts.
I am using an SQL manager to try to repair the database but have been waithing for it to finish for hours.

One of the error messages:

Database error in vBulletin 3.5.1:

Invalid SQL:

SELECT pm.*, pmtext.*
, icon.title AS icontitle, icon.iconpath
FROM pm AS pm
LEFT JOIN pmtext AS pmtext ON(pmtext.pmtextid = pm.pmtextid)
LEFT JOIN icon AS icon ON(icon.iconid = pmtext.iconid)
WHERE pm.userid=9247 AND pm.folderid=0
ORDER BY pmtext.dateline DESC
LIMIT 0, 50;

MySQL Error : Got error 28 from table handler
Error Number : 1030
Date : Monday, November 28th 2005 @ 03:34:31 AM
Script : http://motorcyclephilippines.com/forums/private.php
Referrer : http://motorcyclephilippines.com/forums/private.php
IP Address : 210.213.145.155
Username : raptor_1108
Classname : vb_database

Can anyone tell me, in simple terms, what I should do? Many thanks
Reply With Quote
  #2  
Old 11-28-2005, 10:39 AM
Boofo's Avatar
Boofo Boofo is offline
 
Join Date: Mar 2002
Location: Des Moines, IA (USA)
Posts: 15,776
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Try to REPAIR the tables.
Reply With Quote
  #3  
Old 11-28-2005, 10:56 AM
Frank Woolf Frank Woolf is offline
 
Join Date: May 2004
Location: Hong Kong and Philippines
Posts: 9
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Thanks, I hate to be so ignorant but while I vaguely know what chmod is I don't think I have it. I do have a file manager in the site control manager that allows me to change permissions. Can I use that?

Can you be more specific on what tables need to be made executable by anyone (or how I see from the error messages which need to be changed) and maybe where they are?

Thanks again
Reply With Quote
  #4  
Old 11-28-2005, 11:03 AM
Boofo's Avatar
Boofo Boofo is offline
 
Join Date: Mar 2002
Location: Des Moines, IA (USA)
Posts: 15,776
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

REPAIR the tables in your Admin CP under Maintenance > Optimize/Repair tables.
Reply With Quote
  #5  
Old 11-28-2005, 11:14 AM
calorie calorie is offline
 
Join Date: May 2003
Posts: 2,804
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Error code 28: No space left on device
Reply With Quote
  #6  
Old 11-28-2005, 11:34 AM
Boofo's Avatar
Boofo Boofo is offline
 
Join Date: Mar 2002
Location: Des Moines, IA (USA)
Posts: 15,776
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by calorie
Error code 28: No space left on device
Right, and repairing the tables should fix that.
Reply With Quote
  #7  
Old 11-28-2005, 11:40 AM
Frank Woolf Frank Woolf is offline
 
Join Date: May 2004
Location: Hong Kong and Philippines
Posts: 9
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Thank you guys. I should have asked hours ago instead of struggling and getting my brain fried trying to fix it.

I checked my server and a disk was 100% full. I asked the Hosting Co to fix it and as they made space on the disk everything started working again.

I am now repairing/optimizing all the tables.

Thank you again.
Reply With Quote
  #8  
Old 11-28-2005, 11:41 AM
calorie calorie is offline
 
Join Date: May 2003
Posts: 2,804
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Boofo
Right, and repairing the tables should fix that.
http://dev.mysql.com/doc/refman/5.0/en/full-disk.html

http://www.vbulletin.com/forum/showp...9&postcount=10

Reply With Quote
  #9  
Old 11-28-2005, 11:57 AM
Frank Woolf Frank Woolf is offline
 
Join Date: May 2004
Location: Hong Kong and Philippines
Posts: 9
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

My problem is that I work such very long hours on the site I never have time to learn the server side stuff and I have nobody here to ask for advice. I guess you know how it feels to have a big problem but don't know how to fix it and have nobody to help.

In the last few weeks my sites have been hacked, the hosting company changed ownership and now want to triple the hosting charges while giving far worse service, The hosting company lost ten thousnad images from my members galleries when they moved the site to their new servers, I am trying to move to a new hosting company before I am forced pay extortionate fees for next month and the new hosting company are taking days to get things set up.

It has been a very difficult time. I tell you this because it will help you see how really gratefull I am for your help.

Thanks again.
Reply With Quote
  #10  
Old 11-28-2005, 12:03 PM
Paul M's Avatar
Paul M Paul M is offline
 
Join Date: Sep 2004
Location: Nottingham, UK
Posts: 23,748
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Boofo
Right, and repairing the tables should fix that.
Hmm, are you sure about that ?
Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 07:07 PM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.08015 seconds
  • Memory Usage 2,247KB
  • Queries Executed 11 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (1)ad_showthread_firstpost
  • (1)ad_showthread_firstpost_sig
  • (1)ad_showthread_firstpost_start
  • (3)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)navbar
  • (3)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (1)pagenav_pagelink
  • (10)post_thanks_box
  • (10)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (10)post_thanks_postbit_info
  • (10)postbit
  • (10)postbit_onlinestatus
  • (10)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete