[Rev 5082] Snapins deploying issues
-
@robza What do you see accessing this URL from your Browser: http://fog-server/fog/service/snapins.checkin.php?mac=30:5A:3A:7A:66:03||00:00:00:00:00:00:00:E0|00:00:00:00:00:00:00:E0&newService=1
The mysql error does not seam to be related (different time stamp!).
-
Hi @Uncle-Frank when accessing this URL I got this:
#!ns
Regards -
Unfortunatelly this answer is being thrown in two places within that code. Could you please do me a favour and edit this PHP file on your server /var/www/html/fog/service/snapins.checkin.php
Should be line 13 and 27. You see something like
throw new Exception('#!ns');
Please change ‘ns’ to ‘nz’ (for example), save the file and open the URL in your browser again. What do you see?? Don’t forget to change back straight after this test. -
@Uncle-Frank when editing snapins.checkin.php i see this
<?php require_once('../commons/base.inc.php'); $FOGCore->getClass(SnapinClient); Regs
-
@robza I am really sorry. My fault. The file I meant is /var/www/html/fog/lib/client/SnapinClient.class.php (hope I got this right this time)
-
I change to nz and it’s still ns in the browser .
-
@davido38 Which one did you change to ‘nz’?? As I said there are two places in that PHP file were ‘ns’ is used!
-
Snapins not deploying appropriately is now fixed. Still looking for this load problem.
-
I change this one :
/var/www/fog/lib/client/SnapinClient.class.php -
No more problems after update.
thanks !!!