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

Solved is there a way to disable cli_set_process_title() ?

Discussion in 'Help' started by r7vmc, Jun 22, 2018.

  1. r7vmc

    r7vmc Baby Zombie

    Messages:
    112
    GitHub:
    r7vmc
    hi there,

    i want to disable
    PHP:
    cli_set_process_title()
    because it spams the console in Pterodactyl panel
    [​IMG]
     
    jasonwynn10 likes this.
  2. dktapps

    dktapps Administrator Staff Member PMMP Team

    Messages:
    774
    GitHub:
    dktapps
    it's not that that's causing the problem, it's the ANSI escape codes. The same thing happens on Windows in some consoles.

    You'll want to run with `./start.sh --disable-ansi`, or disable `console.title-tick` in pocketmine.yml.
     
    jasonwynn10 likes this.
  3. r7vmc

    r7vmc Baby Zombie

    Messages:
    112
    GitHub:
    r7vmc
    Fixed! thanks for 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.