poggit-orphanage / ChestShop

ChestShop is the PocketMine-MP plugin which enables you to open your chest shop
https://poggit.pmmp.io/ci/poggit-orphanage/ChestShop/ChestShop
10 stars 8 forks source link

error when creating the cartel #9

Closed tigre96 closed 5 years ago

tigre96 commented 5 years ago
[04:32:19] [Server thread/CRITICAL]: ErrorException: "SQLite3::query(): Unable to prepare statement: 1, no such column: tigre96tbf" (EXCEPTION) in "plugins/ChestShop/src/ChestShop/DatabaseManager" at line 60

[04:32:19] [Server thread/DEBUG]: #0 (): pocketmine\utils\Utils::errorExceptionHandler(integer 2, string[76] SQLite3::query(): Unable to prepare statement: 1, no such column: tigre96tbf, string[62] /root/Test/plugins/ChestShop/src/ChestShop/DatabaseManager.php, integer 60, array[2])

[04:32:19] [Server thread/DEBUG]: #1 plugins/ChestShop/src/ChestShop/DatabaseManager(60): SQLite3->query(string[52] SELECT * FROM ChestShop WHERE shopOwner = tigre96tbf)

[04:32:19] [Server thread/DEBUG]: #2 plugins/ChestShop/src/ChestShop/EventListener(166): ChestShop\DatabaseManager->selectByCondition(array[1])

[04:32:19] [Server thread/DEBUG]: #3 src/pocketmine/plugin/MethodEventExecutor(38): ChestShop\EventListener->onSignChange(object pocketmine\event\block\SignChangeEvent)

[04:32:19] [Server thread/DEBUG]: #4 src/pocketmine/plugin/RegisteredListener(98): pocketmine\plugin\MethodEventExecutor->execute(object ChestShop\EventListener, object pocketmine\event\block\SignChangeEvent)

[04:32:19] [Server thread/DEBUG]: #5 src/pocketmine/event/Event(99): pocketmine\plugin\RegisteredListener->callEvent(object pocketmine\event\block\SignChangeEvent)

[04:32:19] [Server thread/DEBUG]: #6 src/pocketmine/tile/Sign(167): pocketmine\event\Event->call()

[04:32:19] [Server thread/DEBUG]: #7 src/pocketmine/Player(3004): pocketmine\tile\Sign->updateCompoundTag(object pocketmine\nbt\tag\CompoundTag, object pocketmine\Player)

[04:32:19] [Server thread/DEBUG]: #8 src/pocketmine/network/mcpe/PlayerNetworkSessionAdapter(202): pocketmine\Player->handleBlockEntityData(object pocketmine\network\mcpe\protocol\BlockEntityDataPacket)

[04:32:19] [Server thread/DEBUG]: #9 src/pocketmine/network/mcpe/protocol/BlockEntityDataPacket(54): pocketmine\network\mcpe\PlayerNetworkSessionAdapter->handleBlockEntityData(object pocketmine\network\mcpe\protocol\BlockEntityDataPacket)

[04:32:19] [Server thread/DEBUG]: #10 src/pocketmine/network/mcpe/PlayerNetworkSessionAdapter(110): pocketmine\network\mcpe\protocol\BlockEntityDataPacket->handle(object pocketmine\network\mcpe\PlayerNetworkSessionAdapter)

[04:32:19] [Server thread/DEBUG]: #11 src/pocketmine/network/mcpe/protocol/BatchPacket(123): pocketmine\network\mcpe\PlayerNetworkSessionAdapter->handleDataPacket(object pocketmine\network\mcpe\protocol\BlockEntityDataPacket)

[04:32:19] [Server thread/DEBUG]: #12 src/pocketmine/network/mcpe/PlayerNetworkSessionAdapter(110): pocketmine\network\mcpe\protocol\BatchPacket->handle(object pocketmine\network\mcpe\PlayerNetworkSessionAdapter)

[04:32:19] [Server thread/DEBUG]: #13 src/pocketmine/Player(3124): pocketmine\network\mcpe\PlayerNetworkSessionAdapter->handleDataPacket(object pocketmine\network\mcpe\protocol\BatchPacket)

[04:32:19] [Server thread/DEBUG]: #14 src/pocketmine/network/mcpe/RakLibInterface(169): pocketmine\Player->handleDataPacket(object pocketmine\network\mcpe\protocol\BatchPacket)

[04:32:19] [Server thread/DEBUG]: #15 vendor/pocketmine/raklib/src/server/ServerHandler(99): pocketmine\network\mcpe\RakLibInterface->handleEncapsulated(string[18] 79.32.23.157 57169, object raklib\protocol\EncapsulatedPacket, integer 0)

[04:32:19] [Server thread/DEBUG]: #16 src/pocketmine/network/mcpe/RakLibInterface(109): raklib\server\ServerHandler->handlePacket()

[04:32:19] [Server thread/DEBUG]: #17 src/pocketmine/network/mcpe/RakLibInterface(99): pocketmine\network\mcpe\RakLibInterface->process()

[04:32:19] [Server thread/DEBUG]: #18 vendor/pocketmine/snooze/src/SleeperHandler(123): pocketmine\network\mcpe\RakLibInterface->pocketmine\network\mcpe\{closure}()

[04:32:19] [Server thread/DEBUG]: #19 vendor/pocketmine/snooze/src/SleeperHandler(85): pocketmine\snooze\SleeperHandler->processNotifications()

[04:32:19] [Server thread/DEBUG]: #20 src/pocketmine/Server(2348): pocketmine\snooze\SleeperHandler->sleepUntil(double 1562387539.5567)

[04:32:19] [Server thread/DEBUG]
: #21 src/pocketmine/Server(2205): pocketmine\Server->tickProcessor()

[04:32:19] [Server thread/DEBUG]: #22 src/pocketmine/Server(1784): pocketmine\Server->start()

[04:32:19] [Server thread/DEBUG]: #23 src/pocketmine/PocketMine(274): pocketmine\Server->__construct(object BaseClassLoader, object pocketmine\utils\MainLogger, string[11] /root/Test/, string[19] /root/Test/plugins/)

the error appears when you write the price line on the sign

Julicraft44 commented 5 years ago

That happend to me, too! I place a chest. Place a sign. Leave the first line blank and write on the second the amount. But when I start to write the price...Internal Server Error.. Please help us

SuperStulle007 commented 5 years ago

Me too...

tigre96 commented 5 years ago

this error isn't fixed