Report Managment > Imaging Log
-
fog r6885
When I search for entries in the imaging log I get the following output plus the list of imaged computers.
Strict Standards: Only variables should be passed by reference in /var/www/fog/lib/fog/fogcontroller.class.php on line 284
-
This should be fixed in latest. While that’s just a warning, I agree it shouldn’t be displayed if at all possible. This is only happening because I recursively go through the objects class join elements. This recursion is using a function and not a variable to pass back to itself. This is why the error is there.
The reason as to why it’s displayed on your browser is most likely because your php.ini is set to display errors, normally this would only be shown in the error logs.
-
@Tom-Elliott Fixed!