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

DevTools1.11.phar

Discussion in 'Plugin Help' started by Anton, Dec 8, 2016.

  1. Anton

    Anton Spider

    Messages:
    10
    GitHub:
    anton404
    So I downloaded the devtools plugin for my pmmp server restarted it. Everything started fine but when i tried to run the command /makeserver i got this error: "An unknown error occurred while attempting to perform this command" here's my full report :
    Code:
    >makeserver
    An unknown error occurred while attempting to perform this command
    Unhandled exception executing command 'makeserver' in makeserver: creating archive "/storage/emulated/0/PocketMine/plugins/DevTools//PocketMine-MP_1.6.1dev-#53.phar" disabled by the php.ini setting phar.readonly
    UnexpectedValueException: "creating archive "/storage/emulated/0/PocketMine/plugins/DevTools//PocketMine-MP_1.6.1dev-#53.phar" disabled by the php.ini setting phar.readonly" (EXCEPTION) in "/DevTools_v1.11.0.phar/src/DevTools/DevTools" at line 211
     
    Last edited by a moderator: Dec 8, 2016
  2. Intyre

    Intyre Administrator Staff Member PMMP Team

    Messages:
    81
    GitHub:
    Intyre
    Why didn't you read everything? The problem is also in the log.
     
    Primus likes this.
  3. Anton

    Anton Spider

    Messages:
    10
    GitHub:
    anton404
    I guess my question is, what do i need to change in the php.ini file and to what.

    Here's what my php.ini file looks like:
    Code:
    phar.readonly=0
    phar.require_hash=1
    date.timezone=WCT
    short_open_tag=0
    asp_tags=0
    opcache.enable=1
    opcache.enable_cli=1
    opcache.save_comments=1
    opcache.fast_shutdown=0
    opcache.max_accelerated_files=4096
    opcache.interned_strings_buffer=8
    opcache.memory_consumption=128
    opcache.optimization_level=0xffffffff
    
     
    dktapps and Primus like this.
  4. SOFe

    SOFe Administrator Staff Member PMMP Team Poggit Admin

    Messages:
    1,968
    GitHub:
    sof3
    Where is your php.ini file found? Are you sure you are editing the php.ini for the PHP used on the server?
     
    Primus likes this.
  5. Anton

    Anton Spider

    Messages:
    10
    GitHub:
    anton404
    Yes, why, what should it look like?
     
    Last edited: Dec 8, 2016
  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.