Skip to end of banner
Go to start of banner

Errata - 3.3.2 Collectors

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

Apologies for a silly error when requesting a task that is for a collector.

Please edit the file c:\xampp\open-audit\code_igniter\application\models\m_tasks.php or /usr/local/open-audit/code_igniter/application/models/m_tasks.php

Change it from:

                if ($result[$i]->type !== 'reports') {

to

                if ($result[$i]->type !== 'reports' && $result[$i]->type !== 'collector') {

Please make the change on both the Server and the Collector.

  • No labels