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 |
Jump to:
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
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
<?phpcase 'can_delete':
# watchdog('uc_dd_order', ... )
break;
?>