Closed (fixed)
Project:
Salesforce Suite
Version:
6.x-2.x-dev
Component:
Code
Priority:
Critical
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
27 Apr 2009 at 19:34 UTC
Updated:
14 Aug 2009 at 03:30 UTC
The watchdog wrapper in the DrupalSalesforce object isn't properly passing error messages to the watchdog function. A very quick-fix style patch to this is attached. However, it looks like this call to watchdog is leftover from a 5.x upgrade as the strings that are passed to it are passed through t().
| Comment | File | Size | Author |
|---|---|---|---|
| sf_fix_log.patch | 659 bytes | jmiccolis |
Comments
Comment #1
Bevan commentedMakes sense, though I hadn't noticed this bug. I (or someone other than the author) needs to test for it, then check the fix. Once RTBC I'll commit.
Comment #2
Jonah Ellison commentedVerified and tested. Please implement this. It would have saved me a lot of time and headache if I was able to see what was wrong with my server without having to hack/debug this module.
Comment #3
Bevan commentedFixed in DRUPAL-6--2 by using watchdog according to Drupal 6 standards. See http://drupal.org/cvs?commit=245212
Comment #4
Bevan commentedRemoved
Comment #5
Bevan commentedWrong node
Comment #6
Bevan commentedStill wrong node