--
You received this message because you are subscribed to the Google Groups "munkireport" group.
To unsubscribe from this group and stop receiving emails from it, send an email to munkireport...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
<Bildschirmfoto 2015-09-14 um 11.53.55.png>
On 14 Sep 2015, at 13:10, Henning Kessler <he.ke...@googlemail.com> wrote:I just had a look at the resource panel and the contents of the index.php. It was looking quite okay but then I realized that there were two machines with missing Buildnumbers. After deleting those entries the error didn't appear again.
I am also receiving this error.
DataTables warning: table id=DataTables_Table_0 - Ajax error. For more information about this error, please see http://datatables.net/tn/7
I was originally upgrading from a previous version, and thought this was the reason, so I wiped the munkireport-php installation completely and started from scratch.
I pulled the latest from git,
created the config.php
downloaded the .plist file and installed on a client.
Now every time I try to list clients, I get the DataTables warning error.
Any idea how I can fix this? Seems strange that I would get this error from a clean install. The database is completely new...
kind regards,
Tristan.
On Monday, 14 September 2015 21:12:42 UTC+10, Arjen van Bochoven wrote:On 14 Sep 2015, at 13:10, Henning Kessler <he.ke...@googlemail.com> wrote:I just had a look at the resource panel and the contents of the index.php. It was looking quite okay but then I realized that there were two machines with missing Buildnumbers. After deleting those entries the error didn't appear again.You should scroll through all entries (or use the dropdown to view all) to make sure your problem is resolved.-Arjen
I am also receiving this error.
DataTables warning: table id=DataTables_Table_0 - Ajax error. For more information about this error, please see http://datatables.net/tn/7
I was originally upgrading from a previous version, and thought this was the reason, so I wiped the munkireport-php installation completely and started from scratch.What do you mean by 'wiped the munkireport-php installation completely'. Did you also remove the database and what database are you using?
I pulled the latest from git,What version? 2.5.3?
created the config.phpSo what's in config.php?
downloaded the .plist file and installed on a client.Installing the plist is deprecated and will be removed. Please install manually or use the pkg installer:
sudo /bin/bash -c "$(curl -s http://example.com/index.php?/install)"
Now every time I try to list clients, I get the DataTables warning error.
Any idea how I can fix this? Seems strange that I would get this error from a clean install. The database is completely new...You can check what is causing the datatables error by looking at the Page Resources in the Safari Developer menu. Check under XHR's what is in index.php
--
You received this message because you are subscribed to the Google Groups "munkireport" group.
To unsubscribe from this group and stop receiving emails from it, send an email to munkireport...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
<Screen Shot 2015-10-14 at 11.38.15 am.png>
Do you mean the nopkg plist via Munki is going away? That uses this method?<string>#!/bin/bash/bin/bash -c "$(curl -s --max-time 10 http://c145-md-mun-001.omahaps.ops.org/index.php?/install)"</string>
That would be unfortunate if it were to go away. Our school system runs one munki server per school and so each school runs munki report. Having to import 70+ packages into munki would be tedious.
The nopkg scripts though are super easy to deal with though.Not the end of the world if i have to change things, but the above method is very efficient
Bryan
On Tuesday, October 13, 2015 at 11:22:08 AM UTC-5, Arjen van Bochoven wrote:Installing the plist is deprecated and will be removed. Please install manually or use the pkg installer: