Errors
supawiz6991 opened this issue ยท 15 comments
Precious Stones seems to be working okay, however we are getting the following errors:
http://hastebin.com/siwadofana.sm
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.
The SQL INSERT error there doesn't look like a PS or SC error. Don't have a table called field list.
What about this error:
[19:53:18] [Server thread/ERROR]: Could not pass event BlockPlaceEvent to PreciousStones v9.8.3
org.bukkit.event.EventException
Yea that's from the bug in SC. PS tries to get the name of a clan from SC and it bugs out.
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'
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.
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.
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!