Jump to content

Question

Posted

[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

 

 

 

 

 

 

1 answer to this question

Recommended Posts

Posted (edited)

[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

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.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...