You are not logged in.

Announcement

 Téléchargez la dernière version stable de GLPI      -     Et vous, que pouvez vous faire pour le projet GLPI ? :  Contribuer
 Download last stable version of GLPI                      -     What can you do for GLPI ? :  Contribute

#1 2018-08-03 08:43:28

hsion
Member
Registered: 2009-07-30
Posts: 26

erreur das sccm

bonjour

j'ai eu cette erreur en utilisant sccm

*** PHP Notice(8): Undefined variable: statusCode
  Backtrace :
  plugins\sccm\inc\sccm.class.php:630               
  plugins\sccm\inc\sccm.class.php:500                PluginSccmSccm::executePush()
  inc\crontask.class.php:832                         PluginSccmSccm::cronSCCMPush()
  front\crontask.form.php:49                         CronTask::launch()

a cause de

                    $httpcode = curl_getinfo($ch, CURLINFO_HTTP_CODE);
                     if ($statusCode != 200) {*/


correction apportée :

/*                     if ($statusCode != 200) {*/
                     if ($httpcode != 200) {
                        $header_size = curl_getinfo($ch, CURLINFO_HEADER_SIZE);
                        $body = substr($ch_result, $header_size);

                        Toolbox::logInFile('sccm', "Push KO - ".$tab['MachineID']." -> STATUS CODE : ".$httpcode." \n", true);




cdlt

Herve

Offline

Board footer

Powered by FluxBB