when running a ping scan from the UI I am seeing no alive hosts everytime. I have doen some debugging and the pings are returning sucessfully. The issue seems to be with the $out array that is produced by scanIPAddressesScript.php the code in site/ipaddr/scan/subnetScanDiscoveryPing.php is looking for the array index of 0 but the results are being returned in index 2. this wa sprevisouly working and I have not made any chnages. Any idea what may be causing this?
Anonymous