Hi recently i get massive entries in the logs like this:

uc_dd_order 10.07.2009 - 09:17 can_delete (233) object

This entries keep going to all numbers starting at the newest ending at the first. Any idea to get rid of them ?

ThX in advance TSE

Comments

kolashanpan’s picture

Same problem here :(
Ideas are welcome.

Knud

clemens.tolboom’s picture

I'll try to look into it not so shortly :(

You could try to comment a line containing 'uc_dd_order' with a watchdog call like

case 'can_delete':
  # watchdog('uc_dd_order', ... )
  break;
clemens.tolboom’s picture

Status: Active » Closed (won't fix)

Fixed for the D6 version.

clemens.tolboom’s picture

Status: Closed (won't fix) » Closed (fixed)