• Register
    • Login
    • Search
    • Recent
    • Unsolved
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    1. Home
    2. jramos76
    J
    • Profile
    • Following 0
    • Followers 0
    • Topics 3
    • Posts 21
    • Best 0
    • Controversial 0
    • Groups 0

    jramos76

    @jramos76

    0
    Reputation
    6
    Profile views
    21
    Posts
    0
    Followers
    0
    Following
    Joined Last Online

    jramos76 Unfollow Follow

    Latest posts made by jramos76

    • RE: Unable to Capture Image - Invalid Storage Group

      @Sebastian-Roth Thank you for the instructions. Updating FOG to 1.5.9-RC1 resolved the issue. I am now able to capture and restore an image without issue.

      posted in FOG Problems
      J
      jramos76
    • RE: Unable to Capture Image - Invalid Storage Group

      @Sebastian-Roth Ok, thank you. Do you have a link with instructions on how to get 1.5.9-RC1?

      posted in FOG Problems
      J
      jramos76
    • RE: Unable to Capture Image - Invalid Storage Group

      @Sebastian-Roth Also, I don’t use any plugins.

      posted in FOG Problems
      J
      jramos76
    • RE: Unable to Capture Image - Invalid Storage Group

      @Sebastian-Roth - It says “DefaultMember”

      posted in FOG Problems
      J
      jramos76
    • RE: Unable to Capture Image - Invalid Storage Group

      @Sebastian-Roth Here is the error: https://ibb.co/gzWYsfQ

      posted in FOG Problems
      J
      jramos76
    • RE: Unable to Capture Image - Invalid Storage Group

      @Sebastian-Roth - I tried to do the capture again and still receive the same error message (Unable to capture image). Do you have other suggestions or are we at the point of upgrading to FOG 1.5.8? If so, do you have a link to instructions for upgrading? Thank you for your help with this.

      posted in FOG Problems
      J
      jramos76
    • RE: Unable to Capture Image - Invalid Storage Group

      @Sebastian-Roth Yes, my mistake. Thank you for noticing the missing quote. I now have the GUI back. I’ll post back here how the capture goes. Thanks again and have a nice day!

      posted in FOG Problems
      J
      jramos76
    • RE: Unable to Capture Image - Invalid Storage Group

      @Sebastian-Roth Here is the code:

      public function getHost()
      {
      return $this->get(‘host’);
      }
      /**
      * Returns the storage group object.
      *
      * @return object
      /
      public function getStorageGroup()
      {
      return new StorageGroup($this->get(‘storagenode’)->get('storagegroupID));
      }
      /
      *
      * Returns the storage node object.
      *
      * @return object
      /
      public function getStorageNode()
      {
      return $this->get(‘storagenode’);
      }
      /
      *
      * Returns the image object.

      posted in FOG Problems
      J
      jramos76
    • RE: Unable to Capture Image - Invalid Storage Group

      @Sebastian-Roth Thanks for the code edit. I made the changes and my GUI stopped working so I couldn’t test if the capture works now. I restarted the server, but I still get “The page isn’t working” HTTP ERROR 500.

      posted in FOG Problems
      J
      jramos76
    • Unable to Capture Image - Invalid Storage Group

      Hi,

      I’m having issues capturing an image in FOG. The capture process captures all of the partitions and then at the very end, it gives an error - “Could not complete tasking (/bin/fog.upload)” and it has “Error returned: Invalid Storage Group” listed many times above. I’m running FOG version 1.5.6

      Any help would be appreciated.

      Thanks!

      posted in FOG Problems
      J
      jramos76