Skip to content
This repository was archived by the owner on May 4, 2026. It is now read-only.
This repository was archived by the owner on May 4, 2026. It is now read-only.

Libs #125

@SillierShark195

Description

@SillierShark195

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;

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions