1. The forums will be archived and moved to a read only mode in about 2 weeks (mid march).

ChunkUtils extension is missing

Discussion in 'Help' started by TeraCube, Apr 25, 2019.

  1. TeraCube

    TeraCube Zombie

    Messages:
    262
    GitHub:
    teracube
    Hello,

    My server is hosted and turn on API 3.8.0 latest phar build
    https://jenkins.pmmp.io/job/PocketMine-MP/1759/

    on server.log i found a new message :

    [Server thread/WARNING]: ChunkUtils extension is missing. Anvil-format worlds will experience degraded performance.


    I've never seen this message before
    what that it means
    how to solve that
    thanks
     
  2. neb16

    neb16 Witch

    Messages:
    71
    GitHub:
    developerneb101
    Ok before I can answer this I need to know is the server hosted on a VPS?
     
  3. neb16

    neb16 Witch

    Messages:
    71
    GitHub:
    developerneb101
    Check this link out: https://github.com/pmmp/PocketMine-C-ChunkUtils.

    If you are hosting on a VPS, login to your FTP client and look for a file called php.ini.
    It should be in /etc/pocketmine. Once you have found it write down the file path and head over to your ssh terminal, use
    An editor should pop up, add this to a new line:
    Code:
    extension=php_pocketmine_chunkutils.dll
    Then to write the file changes and exit use:
    Code:
    CTRL + O, ENTER, CTRL  + X
    Code:
    nano (file path)
    Then restart the server and should be good!
     
    TeraCube likes this.
  4. TeraCube

    TeraCube Zombie

    Messages:
    262
    GitHub:
    teracube
    @neb16
    my server is hosted but i can't access to php
    i will give this information to my hoster
    thanks
     
  5. neb16

    neb16 Witch

    Messages:
    71
    GitHub:
    developerneb101
    Glad To help :)
     
  1. This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
    By continuing to use this site, you are consenting to our use of cookies.