vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   RPG Integration Hack (https://vborg.vbsupport.ru/forumdisplay.php?f=102)
-   -   MySQL errors that can't be repaired... (https://vborg.vbsupport.ru/showthread.php?t=125394)

Pacman15 08-31-2006 11:14 AM

MySQL errors that can't be repaired...
 
This tables are messed up.
Code:

vb1_rpg_alignments          Check          Error: Can't find file: 'vb1_rpg_alignments.MYI' (errno: 2)
vb1_rpg_battle        Check        Error: Can't find file: 'vb1_rpg_battle.MYI' (errno: 2)
vb1_rpg_battle_posts        Check        Error: Can't find file: 'vb1_rpg_battle_posts.MYI' (errno: 2)
vb1_rpg_battlemusic        Check        Error: Can't find file: 'vb1_rpg_battlemusic.MYI' (errno: 2)
vb1_rpg_categories        Check        Error: Can't find file: 'vb1_rpg_categories.MYI' (errno: 2)
vb1_rpg_clans        Check        Error: Can't find file: 'vb1_rpg_clans.MYI' (errno: 2)
vb1_rpg_classes        Check        Error: Can't find file: 'vb1_rpg_classes.MYI' (errno: 2)
vb1_rpg_elements        Check        Error: Can't find file: 'vb1_rpg_elements.MYI' (errno: 2)
vb1_rpg_genders        Check        Error: Can't find file: 'vb1_rpg_genders.MYI' (errno: 2)
vb1_rpg_ibot_templates        Check        Error: Can't find file: 'vb1_rpg_ibot_templates.MYI' (errno: 2)
vb1_rpg_ibots        Check        Error: Can't find file: 'vb1_rpg_ibots.MYI' (errno: 2)
vb1_rpg_items        Check        Error: Can't find file: 'vb1_rpg_items.MYI' (errno: 2)
vb1_rpg_lottery        Check        Error: Can't find file: 'vb1_rpg_lottery.MYI' (errno: 2)
vb1_rpg_lottery_tickets        Check        Error: Can't find file: 'vb1_rpg_lottery_tickets.MYI' (errno: 2)
vb1_rpg_monster_battle_posts        Check        Error: Can't find file: 'vb1_rpg_monster_battle_posts.MYI' (errno: 2)
vb1_rpg_monster_battles        Check        Error: Can't find file: 'vb1_rpg_monster_battles.MYI' (errno: 2)
vb1_rpg_races        Check        Error: Can't find file: 'vb1_rpg_races.MYI' (errno: 2)
vb1_rpg_scenes        Check        Error: Can't find file: 'vb1_rpg_scenes.MYI' (errno: 2)
vb1_rpg_types        Check        Error: Can't find file: 'vb1_rpg_types.MYI' (errno: 2)
vb1_rpg_user        Check        Error: Can't find file: 'vb1_rpg_user.MYI' (errno: 2)

Can anyone help me out? I got those errors because of that.
Code:

Invalid SQL:

              SELECT `rpgname`, `battles`, `wins`, `losses`, `draws`, `retreats`
              FROM `vb1_rpg_user` AS `rpg_user `
              ORDER BY wins desc
              LIMIT 10;

MySQL Error  : Can't find file: 'vb1_rpg_user.MYI' (errno: 2)
Error Number : 1017

Code:

Invalid SQL:
UPDATE vb1_rpg_user SET
      ap = 0,
      maxhp = 243,
      maxmp = 25,
      maxpp = 25,
      hp = 243,
      mp = 25,
      pp = 25,
      xp = 8512,
      level = 16
WHERE userid = 1;

MySQL Error  : Can't find file: 'vb1_rpg_user.MYI' (errno: 2)
Error Number : 1017

And i won't check other RPG pages because I know they'll be messed up too...

Thanks.

Revan 09-01-2006 06:25 AM

Your MySQL files are corrupt. Talk to your host or reinstall the hack.


All times are GMT. The time now is 06:09 AM.

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.01006 seconds
  • Memory Usage 1,715KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (3)bbcode_code_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (2)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.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/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.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
  • printthread_start
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete