Dasfaust / GlobalMarket

Buy and sell items in a global market
Other
28 stars 58 forks source link

*Some* items not been saved to the database #48

Closed externo6 closed 5 months ago

externo6 commented 9 years ago

Some items, such as a blaze spawner is not been saved to our items table. We use SQLLite instead on MySQL due to the transaction log issue.

At the moment we have a problem where players cannot sell blaze spawners, if you create a listing it will show it until the server restarts (or you reload the plugin) The plugin fails to save the item into the item table. http://gyazo.com/afb82f846ab8c54757004e75412cbec7 As you can see from that screenshot it is missing out ID's on where these items should be thus removing them from the market because they have not been saved.

If you want I can send you our database as creating a new one seems to solve this issue. But that is not an option really as we have already had to clear the database multiple times due to similar issues. I would rather help on getting them fixed.

Dasfaust commented 9 years ago

Upload a copy of your DB and I'll take a look. Are you using a plugin to allow spawner breaking/placing? Can I have a link so I can test?

externo6 commented 9 years ago

I've sent you a bukkit message as the database contains player names etc We are using silkspawners located here: http://dev.bukkit.org/bukkit-plugins/silkspawners/

Current plugin list if needed: GodApples, ChunkSpawnerLimiter, MobEggSpawnerBlocker, PlugMan, Buycraft, ScheduledAnnouncer2, PwnFilter, BanManager, InfiniteDispensersAndDroppers, ForumAA, AsyncWorldEditInjector, dynmap, FrameProtect, WorldEdit, HealthBar, OpenInv, LimitCreative, Essentials, PvPArenas, WorldBorder, Votifier, DimensionChanger, ProtocolLib, LibsDisguises, Stables, EssentialsChat, BlocksHub, PermissionsEx, geSuitTeleports, Lottery, mcMMO, AntiAura, OneUUID, geSuiteSpawn, GAListener, Vault, MassiveCore, EnderPearlCoolDown, geSuitPortals, LWC, WorldGuard, Factions, EssentialsGeoIP, EssentialsAntiBuild, RandomLocation, Prism, EssentialsSpawn, ButtonWarp, geSuitWarps, PlotMe, CompatNoCheatPlus, ScoreboardStats, SilkSpawners, Fe, CombatTagReloaded, NoCheatPlus, AsyncWorldEdit, ColoredTags, OnTime, VanishNoPacket, GlobalMarket, PlotMe-DefaultGenerator, FactionChat, DynmapPlotMe, BlocksHub-Prism, PlayerHeads, Multiverse-Core, Multiverse-Inventories

Shybella commented 9 years ago

Having this same issue.