Hey,nutbolt wrote:Since EVE-Kill moved to new hardware this plugin no longer seems to work and none of our kills on our board now have disqus comments, saying its waiting to sync to evekill. Is anyone else having this issue?
Looks like your stuck on the last kill of october. (this seems to be more of an issue with how the eve-kill EPIC API works)
You will have to manually update the database to change the lastKillID to the first kill/loss of november.
I dont know for sure what the config_name will be but the last kill id you got from eve-kill was "15049231"
so if you search in kb3_config for that value you could update it there to the next killid of "15058124"
SELECT * FROM kb3_config WHERE cfg_value = '15049231'
then change that value to 15058124
(these are the id's i got from your killboard so they will work for you)