New Client 0 Bytes
-
Hey,
Looks like the problem with curl is here, that the github link redirects to a other download link.
Changing the curl code to
[CODE]curl --silent -Lo FOGService.msi https://github.com/FOGProject/fog-client/releases/download/0.7.2/FOGService.msi[/CODE]
works fine. With the option L, curl will follow the redirected link. -
Updated with the -L, thanks for the assist.
-
Updated to latest SVN. Now the client isn’t there at all.
Downloading New FOG Client file…PHP Warning: Module ‘mysqlnd’ already loaded in Unknown on line 0
Failed
You can try downloading the file yourself by running
Installation will continue. Once complete you can
run the command:
wget -O /var/www/fog/client/FOGService.msi [url]https://github.com/FOGProject/fog-client/releases/download//FOGService.msi[/url]- Copying back any custom hook files…OK
- Copying back any custom report files…OK
-
[quote=“Polii123, post: 44504, member: 28818”]Updated to latest SVN. Now the client isn’t there at all.
Downloading New FOG Client file…PHP Warning: Module ‘mysqlnd’ already loaded in Unknown on line 0
[/quote]running latest (3166) - I also got the same error: ‘mysqlnd’ already loaded during the install
Here, the image files are saved in /images/dev
While doing an upoad task, I get a repeated error in the apache2 log that looks like this:[error] [client 192.168.1.111] PHP Fatal error: Call
to a member function getSetting() on a non-object in /var/www/fog/lib/fog/FOGFT
P.class.php on line 26 -
Hi,
Updated to latest version and I haven’t the msi in the client folder.
Regards,
Ch3i.Edit : Solved using that : [url]http://fogproject.org/forum/threads/latest-development-fog.10556/page-28#post-44440[/url]