poggit-orphanage / FactionsPro

By Tethered
21 stars 69 forks source link

does this work #42

Closed artulloss closed 6 years ago

artulloss commented 6 years ago

I'm planning on using this for a faction server however I'm getting these errors, could it be because I don't have mysql setup ? Note I am running latest dev build.

[21:44:12] [Server thread/CRITICAL]: Error: "Class 'SQLite3' not found" (EXCEPTION) in "FactionsPro-master/src/FactionsPro/FactionMain" at line 87 [21:44:12] [Server thread/DEBUG]: #0 src/pocketmine/plugin/PluginBase(90): FactionsPro\FactionMain->onEnable() [21:44:12] [Server thread/DEBUG]: #1 DevTools_v1.12.9.phar/src/FolderPluginLoader/FolderPluginLoader(127): pocketmine\plugin\PluginBase->setEnabled(boolean 1) [21:44:12] [Server thread/DEBUG]: #2 src/pocketmine/plugin/PluginManager(573): FolderPluginLoader\FolderPluginLoader->enablePlugin(FactionsPro\FactionMain object) [21:44:12] [Server thread/DEBUG]: #3 src/pocketmine/Server(1919): pocketmine\plugin\PluginManager->enablePlugin(FactionsPro\FactionMain object) [21:44:12] [Server thread/DEBUG]: #4 src/pocketmine/Server(1905): pocketmine\Server->enablePlugin(FactionsPro\FactionMain object) [21:44:12] [Server thread/DEBUG]: #5 src/pocketmine/Server(1699): pocketmine\Server->enablePlugins(integer 1) [21:44:12] [Server thread/DEBUG]: #6 src/pocketmine/PocketMine(305): pocketmine\Server->__construct(BaseClassLoader object, pocketmine\utils\MainLogger object, string C:\Users\Adam\Desktop\factions\, string C:\Users\Adam\Desktop\factions\plugins) [21:44:12] [Server thread/DEBUG]: #7 C:/Users/Adam/Desktop/factions/PocketMine-MP.phar(1): require(string phar://C:/Users/Adam/Desktop/factions/PocketMine-MP.phar/src/pocketmine/PocketMine.php) [21:44:12] [Server thread/INFO]: Disabling FactionsPro v1.3.11-9 [21:44:12] [Server thread/CRITICAL]: Error: "Call to a member function close() on null" (EXCEPTION) in "FactionsPro-master/src/FactionsPro/FactionMain" at line 458 [21:44:12] [Server thread/DEBUG]: #0 src/pocketmine/plugin/PluginBase(92): FactionsPro\FactionMain->onDisable() [21:44:12] [Server thread/DEBUG]: #1 DevTools_v1.12.9.phar/src/FolderPluginLoader/FolderPluginLoader(142): pocketmine\plugin\PluginBase->setEnabled(boolean ) [21:44:12] [Server thread/DEBUG]: #2 src/pocketmine/plugin/PluginManager(650): FolderPluginLoader\FolderPluginLoader->disablePlugin(FactionsPro\FactionMain object) [21:44:12] [Server thread/DEBUG]: #3 src/pocketmine/plugin/PluginManager(576): pocketmine\plugin\PluginManager->disablePlugin(FactionsPro\FactionMain object) [21:44:12] [Server thread/DEBUG]: #4 src/pocketmine/Server(1919): pocketmine\plugin\PluginManager->enablePlugin(FactionsPro\FactionMain object) [21:44:12] [Server thread/DEBUG]: #5 src/pocketmine/Server(1905): pocketmine\Server->enablePlugin(FactionsPro\FactionMain object) [21:44:12] [Server thread/DEBUG]: #6 src/pocketmine/Server(1699): pocketmine\Server->enablePlugins(integer 1) [21:44:12] [Server thread/DEBUG]: #7 src/pocketmine/PocketMine(305): pocketmine\Server->__construct(BaseClassLoader object, pocketmine\utils\MainLogger object, string C:\Users\Adam\Desktop\factions\, string C:\Users\Adam\Desktop\factions\plugins) [21:44:12] [Server thread/DEBUG]: #8 C:/Users/Adam/Desktop/factions/PocketMine-MP.phar(1): require(string phar://C:/Users/Adam/Desktop/factions/PocketMine-MP.phar/src/pocketmine/PocketMine.php)

SOF3 commented 6 years ago

Enable the sqlite3 extension in php.ini

artulloss commented 6 years ago

Ok thanks