Server Having Some Issues: - After a little while, my server becomes unresponsive, including the console (I can start and send commands) But I am unable to join the server, stuck on syncing pack with server. Using Latest Pocketmine MP version & PHP7 Binaries. Error Codes: https://pastebin.com/CLibXd6W
I think I see the problem. You're trying to run PocketMine under the directory of the root user, according to those error codes. This won't work if you're not running PocketMine on root (which you shouldn't anyways). You should always run programs and executables as a non-root user. If you are, than you should run PocketMine in its home directory or a subdirectory of it. Try running these commands: Code: cd ~ mkdir PocketMine cd PocketMine and install PocketMine there.
firstly it's absolutely the worst idea to run PMMP as ROOT and secondly do you use root to run the PMMP? because linux will not like it if anything other than ROOT touch these files
I think this issue is resolved, I will be waiting 24 hours before marking this thread as solved because the issue may reoccur. UPDATE: After review, the issue has not reoccurred and I believe it has been resolved. Thank you to everyone that helped me with this issue