This site works best with JavaScript enabled. Please enable JavaScript to get the best experience from this site.
What is the problem?
What steps will reproduce the problem?1. /hk search p:[playername] a:chat - nothing shows up2. can't use f: to get anything to show up in chat3. chat IS enabled in config
What version of HawkEye are you using (shown in console during start-up)? 1.0.7b
Show me any console errors and/or your start-up console message for HawkEye - NO ERRORS
Show me your config.yml and/or your config.php (REMOVE YOUR PASSWORD)
log: lava-bucket: true water-bucket: true painting-place: true pvp-death: true mob-death: true other-death: false command: true chat: true join: true quit: true door-interact: true open-container: true container-transaction: true item-pickup: true item-drop: true button: true teleport: true lever: true sign-place: true sign-break: true painting-break: true flint-steel: true block-place: true block-break: true block-burn: true block-fade: false block-form: false leaf-decay: false mushroom-grow: true tree-grow: true water-flow: false lava-flow: false explosion: true enderman-pickup: true enderman-place: true entity-kill: true other: falsegeneral: max-lines: 0 log-item-drops-on-death: true cleanse-period: 30m cleanse-age: 5d delete-data-on-rollback: false log-ip-addresses: true debug: false max-radius: 0 give-user-tool: true tool-block: '17' default-here-radius: 8 default-tool-command: '' check-for-updates: true op-permissions: falsemysql: hawkeye-table: hawkeye port: 3306 player-table: hawk_players username: XXXXX world-table: hawk_worlds hostname: XXXXX max-connections: 20 password: XXXXX database: XXXXXignore-worlds:- thisworldisignored- soisthisoneversion: 1.0.7bcommand-filter:- /login- /restartsrv- /registerblock-filter:- 140- 150
Have you checked the FAQ page? Yes
Looking at database and I notice a couple of things.
1) There is no chat logged
2) There are a lot of entries in which the action is 0
3) Where Action = 0 Data seems to be a lot of 1s 83s and 98s - Not sure if that is comprehensive but over several pages of results that is all I saw.
ex. 24254796 2012-03-24 15:18:20 17 0 1 3060 54 691 83 HawkEye
Here is the structure for that table if it helps.
Field Type Collation Attributes Null Default Extra Action data_id int(11) No None AUTO_INCREMENT Browse distinct values Change Drop Primary Unique Index Fulltext date varchar(255) utf8_general_ci No None Browse distinct values Change Drop Primary Unique Index Fulltext player_id int(11) No None Browse distinct values Change Drop Primary Unique Index Fulltext action int(11) No None Browse distinct values Change Drop Primary Unique Index Fulltext world_id varchar(255) utf8_general_ci No None Browse distinct values Change Drop Primary Unique Index Fulltext x double No None Browse distinct values Change Drop Primary Unique Index Fulltext y double No None Browse distinct values Change Drop Primary Unique Index Fulltext z double No None Browse distinct values Change Drop Primary Unique Index Fulltext data varchar(500) utf8_general_ci Yes NULL Browse distinct values Change Drop Primary Unique Index Fulltext plugin varchar(255) utf8_general_ci Yes HawkEye
Mine is doing the same. The web interface does not show chat either.
I am using townychat, but it has not changed in a while. And Hawkeye was working with it prior to one of the recent updates.
Same here, also using Townychat
I have the same issue, where the chat is not being recorded, but i am not using towny.
Chat related plugins I use:
Essentials Factions CraftIRC
To post a comment, please login or register a new account.