BigBrotherTeam / BigBrother

Allows the connection of Minecraft: Java Edtion clients to PocketMine-MP servers. Made for PocketMine-MP

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

I can't enable plugin

twk1024 opened this issue · comments

Issue description

When I first downloaded the newest master branch from GitHub and enabled my server, I got some messages and plugin disabled.

I attached those messages under the 'Server log' section.

It said 'Composer autoloader not found', so I tried composer install but it returned some error.

Also, I attached this in the Server log.

Prerequisite

DevTools

How to reproduce

Server log(crash dump)

[00:43:11] [Server thread/INFO]: [BigBrother] OS: Linux ubuntu 5.4.0-1008-raspi                                                                              #8-Ubuntu SMP Wed Apr 8 11:13:06 UTC 2020 aarch64
[00:43:11] [Server thread/INFO]: [BigBrother] PHP version: 7.3.16
[00:43:11] [Server thread/INFO]: [BigBrother] PMMP Server version: v1.14.60
[00:43:11] [Server thread/INFO]: [BigBrother] PMMP API version: 3.12.1
[00:43:11] [Server thread/CRITICAL]: [BigBrother] Composer autoloader not found
[00:43:11] [Server thread/CRITICAL]: [BigBrother] Please initialize composer dep                                                                             endencies before running

After I run composer install,

Loading composer repositories with package information
Updating dependencies (including require-dev)
Your requirements could not be resolved to an installable set of packages.

  Problem 1
    - The requested PHP extension ext-pthreads * is missing from your system. Install or enable PHP's pthreads extension.

I searched about threads, but I have no idea what is it, and how should I install it.