command error #24


  • New
  • Defect
Open
Assigned to _ForgeUser7440545
  • _ForgeUser9404805 created this issue Oct 21, 2013

    What steps will reproduce the problem?
    1.typing any command in minecraft that is in the config file
    2.
    3.

    What is the expected output? What do you see instead?
    in the chat after i type a command like /list i get 'SecurityException: The script cannot access [folder place]\New%20folder%20(4)\plugins\CommandHelper\auto_unclude.ms due to restrictions imposed by the base-dir setting.
    <<main code>>:auto_include.ms:0'

    What version of the product are you using?
    commandhelper-3.3.1-SNAPSHOT

    Do you have an error log of what happened?

    Please provide any additional information below.

  • _ForgeUser9404805 added the tags New Defect Oct 21, 2013
  • _ForgeUser7067938 posted a comment Oct 21, 2013

    Read into the error and you have the clue right there "due to restrictions imposed by the base-dir setting" That means that your script directory is not read/write accessible for the file to operate. That simple!

    Give the appropriate rights to the folder

  • _ForgeUser9404805 posted a comment Oct 21, 2013

    @kajar9: Go

    Can you explain how i can do that please? it makes a folder called New%20folder%20(4) on my desktop


To post a comment, please login or register a new account.