Welcome to OCS Inventory NG community support, where you can ask questions and receive answers from other members of the community.

Please ask questions only in English or French.

Release 2.11.1 available

The official documentation can be found on http://wiki.ocsinventory-ng.org. Read it before asking your question.

"Information" -> "Statistics" shows "No Files"

Problem

When i navigate to "Information" -> "Statistics" i just see a notification with the text "No Files".

What is OCS supposed to show here, where would that information be stored and why is it empty for me?

Version OCSReports: 2.3.1

EDIT - as i cant comment

While Stéphane comment in the log-visualization thread worked, this solution is not working for me. Actually it changed nothing.

After navigating to 'Information' -> 'Statistics' i still get 'No Files.' Choosing 'Connection per days' on the left shows nothing, while selecting the second option in the left menu 'Misc' worked as before.

in OCS Inventory NG server for Unix by (240 points)
edited by

1 Answer

+1 vote

Hi, my answer to your question :

https://ask.ocsinventory-ng.org/7364/information-log-visualization-shows-no-result

... must also solve this problem of statistics ... If this is not the case for you, add double slashs at the beginning of the lines in the following file :

/usr/share/ocsinventory-reports/ocsreports/plugins/main_sections/ms_stats/class/msstatsconnexion.class.php

        //if (!is_readable($ms_cfg_file)) {
            msg_info("No Files");
            return false;
        //}

Regards, Stéphane

by (32.6k points)
 
Powered by Question2Answer
...