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

TSE - July 10, 2009 - 07:28
Project:Direct Debit Payment
Version:5.x-1.x-dev
Component:uc_directdebit
Category:bug report
Priority:normal
Assigned:Unassigned
Status:active
Description

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

#1

kolashanpan - October 22, 2009 - 12:24

Same problem here :(
Ideas are welcome.

Knud

#2

clemens.tolboom - November 4, 2009 - 10:54

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;
?>

 
 

Drupal is a registered trademark of Dries Buytaert.