Navigation

    IdeaSpaceVR Forum

    IdeaSpaceVR Forum

    • Register
    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Search
    1. Home
    2. Shizzkicker
    S
    • Profile
    • Following
    • Followers
    • Topics
    • Posts
    • Best
    • Groups

    Shizzkicker

    @Shizzkicker

    0
    Reputation
    1
    Posts
    1
    Profile views
    0
    Followers
    0
    Following
    Joined Last Online

    Shizzkicker Follow

    Posts made by Shizzkicker

    • RE: error when Install user config

      Instead of line 135 of vendor/symfony/console/Input/ArrayInput.php:

      } elseif ('-' === $key[0]) {
      

      you could temporarily change it to treat $key as a string and extract the first character only:

      } elseif ('-' === substr($key, 0, 1) ) {
      posted in IdeaSpaceVR Help
      S
      Shizzkicker