Shock95 / AuctionHouse

Feature-packed auction house plugin for PocketMine-MP (pmmp)
GNU General Public License v3.0
43 stars 34 forks source link

Libs #125

Open SillierShark195 opened 1 year ago

SillierShark195 commented 1 year ago

PocketMine-MP version: 4.21.0 [Protocol 582] Git commit: ef40934d24748025d15d9b86acc28fbb82d6de6a PHP version: 8.1.19 OS: Linux, linux

THIS CRASH WAS CAUSED BY A PLUGIN BAD PLUGIN: AuctionHouse

Error: During inheritance of JsonSerializable: Uncaught ErrorException: Return type of shock95x\auctionhouse\libs\poggit\libasynql\generic\GenericStatementImpl::jsonSerialize() should either be compatible with JsonSerializable::jsonSerialize(): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in phar:///home/container/plugins/AuctionHouse_dev-104.phar/src/shock95x/auctionhouse/libs/poggit/libasynql/generic/GenericStatementImpl.php:208 File: plugins/AuctionHouse_dev-104.phar/src/shock95x/auctionhouse/libs/poggit/libasynql/generic/GenericStatementImpl Line: 41 Type: E_ERROR Backtrace:

Code: [32] use function gettype; [33] use function in_array; [34] use function is_object; [35] use function mb_strlen; [36] use function mb_strpos; [37] use function mb_substr; [38] use function str_replace; [39] use function uksort; [40] [41] abstract class GenericStatementImpl implements GenericStatement, JsonSerializable{ [42] / @var string */ [43] protected $name; [44] /* @var string / [45] protected $query; [46] / @var string */ [47] protected $doc; [48] /* @var GenericVariable[] / [49] protected $variables; [50] /* @var string|null / [51] protected $file;