Loading...
 
Galaxia Workflow Engine

Galaxia Workflow Engine


Bug In Process Monitoring

India

Hi,

I've installed tiki v1.8.4 recently and i've come across a bug which resists from monitoring instances.

This seems to occur in : lib\Galaxia\src\ProcessMonitor

The Bug reads "fault in 6th argument of function monitor_list_workitems" in line :232 of lib\Galaxia\src\ProcessMonitor
confused

But i've anyway got rid of this bug.

Previously :

function monitor_list_workitems($offset,$maxRecords,$sort_mode,$find,$where='',$wherevars)

Debugged: 6th argument should be -> $wherevars=array()

function monitor_list_workitems($offset,$maxRecords,$sort_mode,$find,$where='',$wherevars=array())

There are no comments at this time.