Jump to content
  • 0

db error


VladimirCastro

Question


  • Group:  Members
  • Topic Count:  114
  • Topics Per Day:  0.03
  • Content Count:  298
  • Reputation:   4
  • Joined:  03/13/12
  • Last Seen:  

[SQL]: DB error - Table 'eriznyse_hercules.char_pk' doesn't exist
[Debug]: at char.c:2912 - SELECT `char_pk`.`char_id`, `char_pk`.`score`, `char`.`name` FROM `char_pk` LEFT JOIN `char` ON `char`.`char_id` = `char_pk`.`char_id` WHERE `char_pk`.`score` > '0' ORDER BY `char_pk`.`score` DESC LIMIT 0,10
[Warning]: Client hash check is disabled!
[SQL]: DB error - Table 'eriznyse_hercules.char_bg' doesn't exist
[Debug]: at char.c:2922 - SELECT `char_bg`.`char_id`, `char_bg`.`rank_points`, `char`.`name` FROM `char_bg` LEFT JOIN `char` ON `char`.`char_id` = `char_bg`.`char_id` WHERE `char_bg`.`rank_points` > '0' ORDER BY `char_bg`.`rank_points` DESC LIMIT 0,10
[SQL]: DB error - Table 'eriznyse_hercules.char_bg' doesn't exist
[Debug]: at char.c:2932 - SELECT `char_bg`.`char_id`, `char_bg`.`points`, `char`.`name` FROM `char_bg` LEFT JOIN `char` ON `char`.`char_id` = `char_bg`.`char_id` WHERE `char_bg`.`points` > '0' ORDER BY `char_bg`.`points` DESC LIMIT 0,10

 

 

 

 

 

 

Link to comment
Share on other sites

1 answer to this question

Recommended Posts


  • Group:  Members
  • Topic Count:  27
  • Topics Per Day:  0.01
  • Content Count:  161
  • Reputation:   5
  • Joined:  02/07/13
  • Last Seen:  

[SQL]: DB error - Table 'eriznyse_hercules.char_pk' doesn't exist

[SQL]: DB error - Table 'eriznyse_hercules.char_bg' doesn't exist

 

SQL errors generally tell you (in pretty good detail) what's going on.

 

This means the tables 'char_bg' and 'char_pk', in the database 'eriznyse_hercules' do not exist.

You need to create those tables.

 

After updating to the latest SVN, there is occasionally new SQL tables/changes to the existing SQL that need to be imported.

You can find these files in /trunk/sql-files/, I generally import mine through PHPMyAdmin, though this all depends on what methods you have available.

Edited by Talaysen
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...