Usage stats shows 0 in the downloaded files

Oh my God. I seem to understand the problem.

Dear @NateWr

Please see this below and let me know if my assume is right.

In my Cpanel, there are 3 separate OJS system directories,

  1. SinkrOn for the domain https://jurnal.polgan.ac.id
  2. Owner for the domain https://owner.polgan.ac.id
  3. Semantika for the domain https://semantika.polgan.ac.id

The three OJS refer to the same file storage system in config.inc.php . that is

files_dir = / home / polgnac / public_html / files

The three OJS have different Crontab schedules, so the schedule that works for the first time automatically empties the directory /stage so that the two remaining OJS don’t get any logfiles anymore.

The solution I do now is:
each OJS gets a different files directory

Hopefully, I’m not wrong.
Let’s take a look at the results.