Issue information

Issue ID
#7641
Status
Invalid
Severity
None
Started
mrlongshen
Aug 9, 2013 0:33
Last Post
Haru
Sep 4, 2013 18:38
Confirmation
N/A

mrlongshen - Aug 9, 2013 0:33

[code=auto:0] [Warning]: HPM:plugin_load: 'plugins/afk.so' incompatible version '0.2' -> '0.1', skipping... [Warning]: HPM:plugin_load: 'plugins/SkillErrorMessages.so' incompatible version '0.2' -> '0.1', skipping... [Error]: itemdb_readdb: Insufficient columns in line 2023 of "db/re/item_db.txt" (item with id 0), skipping. [Error]: itemdb_readdb: Insufficient columns in line 2027 of "db/re/item_db.txt" (item with id 0), skipping. [Error]: itemdb_readdb: Insufficient columns in line 2031 of "db/re/item_db.txt" (item with id 0), skipping. [/code]
Hello all, i got this issues after I update to latest svn.
i have import new sql file and this happen.
how should i fix this ?

Ind - Aug 9, 2013 11:51

try recompiling from scratch (the HPM errors demonstrate there has been no recompiling since you last updated it)

This post has been edited by Ind on Aug 9, 2013 12:26

mrlongshen - Aug 9, 2013 15:12

[quote name="Ind" timestamp="1376049109"]
try recompiling from scratch (the HPM errors demonstrate there has been no recompiling since you last updated it)[/quote]

so i need to:

make plugin
./configure
and then make sql sir ?

Ind - Aug 14, 2013 15:44

no need to make plugin, this should work:[code=auto:0] ./configure make [/code](sql is not necessary too)