PreciousStones

PreciousStones

269k Downloads

Errors

supawiz6991 opened this issue ยท 15 comments

commented

Precious Stones seems to be working okay, however we are getting the following errors:
http://hastebin.com/siwadofana.sm

commented

What version of SimpleClans are you running? The top and bottom errors reminds me of errors from previous versions. Upgrade to the latest from my Jenkins and you should be fine.

commented

The SQL INSERT error there doesn't look like a PS or SC error. Don't have a table called field list.

commented

PreciousStones -version 9.8.3
SimpleClans - version 2.5.1

commented

Yeah Upgrade SC to 2.5.3, that will do it.

commented

What about this error:
[19:53:18] [Server thread/ERROR]: Could not pass event BlockPlaceEvent to PreciousStones v9.8.3
org.bukkit.event.EventException

commented

Yea that's from the bug in SC. PS tries to get the name of a clan from SC and it bugs out.

commented

Cool! I'll give that a shot now

commented

Updated sc to 2.5.4 and 99% of the errors except this one:
27.03 21:43:34 [Server] ERROR Error at SQL INSERT Query: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown column 'uuid' in 'field list'

commented

That error isn't from PS or SC. I don't think. Try turning show-debug-messages on in PS config to show all the SQL queries happening, see if something shows up.

commented

Understood! Thanks for your help!

commented

Thanks phaed420!

commented

No prob :)

commented

Try setting "version" in the PS config from 13 to 12 and restart. This will re-add the 'uuid' column to the pstone_players table. If its a PS problem that will clear it up.

commented

Well done! That seems to have done the trick! The errors were showing up first when people joined and I don't see them now! Woot! tyty!

commented

Great :)