Dynamic Loading false causes undefined index in crosslink

Undefined index: id at /www/secure/dice/scheduler/codebase/connector/crosslink_connector.php line 32

I get the above error when dynamic_loading is not set.

$operator  = new CrossOptionsConnector($res);
$operator->enable_log("temp.log",true);
//$operator->dynamic_loading(true);
$operator->options->render_table("operators", "id", "id(value),name(label)");
$operator->link->render_table("events_operators", "events_id", "operators_id,events_id");

Is it causes some problem except of record in the log file ?
Is table operators really have “id” field ?

I don’t know if this is causing a problem.

I am having a issue I made a post about in another forum post. I don’t know if this is compounding it.

Yes they have a id field.