I am running on Windows 10 [08:55:14] [Server thread/INFO]: Loading pocketmine.yml... [08:55:14] [Server thread/WARNING]: Debugging assertions are enabled, this may impact on performance. To disable them, set `zend.assertions = -1` in php.ini. [08:55:14] [Server thread/INFO]: Loading server properties... [08:55:14] [Server thread/INFO]: Selected English (eng) as the base language [08:55:14] [Server thread/INFO]: Starting Minecraft: PE server version v1.1.0.55 [08:55:14] [Server thread/INFO]: Opening server on 0.0.0.0:19132 [08:55:14] [Server thread/INFO]: This server is running PocketMine-MP version 1.7dev-8 "[REDACTED]" (API 3.0.0-ALPHA7) [08:55:14] [Server thread/INFO]: PocketMine-MP is distributed under the LGPL License [08:55:14] [Server thread/INFO]: Loading recipes... [08:55:14] [Server thread/INFO]: Loading resource packs... [08:55:14] [Server thread/INFO]: Loading essentialsTP v1.2.0-dev1 [08:55:14] [Server thread/INFO]: Loading FactionsProBeta v1.4.5 [08:55:14] [Server thread/INFO]: Preparing level "world" [08:55:14] [Server thread/INFO]: Enabling essentialsTP v1.2.0-dev1 [08:55:14] [Server thread/INFO]: [essentialsTP] essentialsTP+ loading... [08:55:14] [Server thread/CRITICAL]: Error: "Class 'SQLite3' not found" (EXCEPTION) in "essentialsTP.phar/src/essentialsTP/essentialsTP" at line 1346 [08:55:14] [Server thread/INFO]: Disabling essentialsTP v1.2.0-dev1 [08:55:14] [Server thread/CRITICAL]: Error: "Call to a member function close() on null" (EXCEPTION) in "essentialsTP.phar/src/essentialsTP/essentialsTP" at line 1366 [08:55:14] [Server thread/INFO]: Enabling FactionsProBeta v1.4.5 [08:55:14] [Server thread/CRITICAL]: Error: "Class 'SQLite3' not found" (EXCEPTION) in "FactionsPro_1.4.phar/src/FactionsPro/FactionMain" at line 70 [08:55:14] [Server thread/INFO]: Disabling FactionsProBeta v1.4.5 [08:55:14] [Server thread/CRITICAL]: Error: "Call to a member function close() on null" (EXCEPTION) in "FactionsPro_1.4.phar/src/FactionsPro/FactionMain" at line 257 [08:55:14] [Server thread/INFO]: Starting GS4 status listener [08:55:14] [Server thread/INFO]: Setting query port to 19132 [08:55:14] [Server thread/INFO]: Query running on 0.0.0.0:19132 [08:55:14] [Server thread/INFO]: Default game type: Survival Mode [08:55:14] [Server thread/INFO]: Done (0.237s)! For help, type "help" or "?"
This error is definitely from your php.ini, please uncomment or enable the extensions for SQLite3 inside it.
In the same folder as your PHP binaries. Even though SQLite3 is included by default with PHP, on Windows it seems you have to manually add these entries to php.ini (or remove the semicolon if these lines start with a semicolon): Code: extension=php_pdo.dll extension=php_sqlite3.dll Also see here
You should just add the lines Awazaw posted on the bottom of the php.ini file. Did you find the file?