Download & Extend

Error or notice in the logs: can_delete (307) object

Project:Direct Debit Payment
Version:5.x-1.x-dev
Component:uc_directdebit
Category:bug report
Priority:normal
Assigned:Unassigned
Status:closed (fixed)

Issue Summary

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

#1

Same problem here :(
Ideas are welcome.

Knud

#2

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

<?php
case 'can_delete':
 
# watchdog('uc_dd_order', ... )
 
break;
?>

#3

Status:active» closed (won't fix)

Fixed for the D6 version.

#4

Status:closed (won't fix)» closed (fixed)
nobody click here