Can't create a New Snapin
-
I am trying to create a snap new snapin.
I fill out the information
Then I click add and it uploads the MSI but the it never adds it. It just refreshes the page and says “A Snapin Name is Required” at the very top.
What am I doing wrong? I’m new to the FOG scene just got my server working yesterday. -
If I had to guess your php upload size is set to 8M and the file you’re uploading is much larger. So it fails to create as the error of the file cause all values to become null. Now that php is 5.6 try rerunning the installer. It should automatically change the upload size limit for you.
-
@tom-elliott I was able to edit the file size by modify the php.ini. What does it mean when the task just says “Checked In” but doesnt deploy the Snap in?
-
@tesparza Do you have the fog-client sotfware installed on that machine? See anything in the client fog.log?
-
@sebastian-roth yes the client is installed but I figured it out. I had to the reset the encryption data before doing the snapin deployment. Solved