Closed (fixed)
Project:
Zendesk remote authentication
Version:
6.x-1.6
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
15 Nov 2010 at 18:29 UTC
Updated:
3 Jan 2014 at 02:41 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
mattcasey commentedBecause of this bug, Zendesk creates an empty log, which causes errors from the t() function in includes/common.inc. It was giving me watchdog errors every time I viewed the watchdog page.
Patch to latest dev attached.
Comment #2
hazaPatch seems to be empty,
And this bug is still here.
New patch attached.
Comment #3
positiff commentedThe same error on line 163 And the 3rd argument in watchdog function should be an array, so, at least:
instead of
in all watchdag callbacks
Comment #4
hazaNew patch with that fixes.
Comment #5
hazaNew patch against HEAD
Comment #6
hazaCommited !