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

help with this

Discussion in 'Off-Topic' started by Alex, Sep 23, 2017.

  1. Alex

    Alex Spider Jockey

    Messages:
    28
    GitHub:
    Bichwha
    does anyone know how to fix this?

    root@test:~/mcpe# ./start.sh
    [CRITICAL] You must use PHP >= 7.2
    [CRITICAL] Please use the installer provided on the homepage.
    root@test:~/mcpe#
     
  2. Jack Noordhuis

    Jack Noordhuis Zombie Pigman Poggit Reviewer

    Messages:
    618
    GitHub:
    JackNoordhuis
    you can help yourself by reading the error and using the search bar.
     
  3. HimbeersaftLP

    HimbeersaftLP Fish

    Messages:
    2,402
    GitHub:
    HimbeersaftLP
    Also, don't run PocketMine or any other program as root
     
  4. Alex

    Alex Spider Jockey

    Messages:
    28
    GitHub:
    Bichwha
    please i just need help!
     
  5. HimbeersaftLP

    HimbeersaftLP Fish

    Messages:
    2,402
    GitHub:
    HimbeersaftLP
  6. Thouv

    Thouv Slime

    Messages:
    84
    GitHub:
    adeynes
    The others aren't willing to help even though you clearly don't know much about what you're doing, so here I go with a step by step guide.
    1. Turn off your server.
    2. Delete the bin directory in your server's directory. You can do this through the UI of your FTP client, or run
    Code:
    rm -r bin
    while in your server's directory.
    2. Download PHP_Linux-x86_64.tar.gz from the Jenkins link @HimbeersaftLP kindly posted and place it in your server's directory.
    3. Run
    Code:
    tar -xvzf PHP_Linux-x86-64.tar.gz
    (make sure you are in your server's directory first. Also, if the .tar.gz file's name is different, just change it to whatever filename it has when you "untar" it.)
    4. You should now have a new bin directory in your server's directory. You can now delete the .tar.gz file, either through the UI of your FTP client or by running
    Code:
    rm PHP_Linux-x86_64
    while in your server's directory.
    5. Run ./start.sh, and you should be good to go!
     
  7. dktapps

    dktapps Administrator Staff Member PMMP Team

    Messages:
    774
    GitHub:
    dktapps
    there's a quicker way to do this:
    Code:
    cd <server dir>
    rm -rf bin
    curl https://jenkins.pmmp.io/job/PHP-7.2-Linux-x86_64/lastSuccessfulBuild/artifact/PHP_Linux-x86_64.tar.gz | tar -zx
    
     
  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.