Closed (fixed)
Project:
Drush
Component:
Code
Priority:
Critical
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
31 Oct 2009 at 09:16 UTC
Updated:
20 Nov 2009 at 22:10 UTC
I am using drupal head, When I run the watchdog show command it is giving following error message.
Fatal error: Cannot use object of type stdClass as array in /path/to/theme.inc on line 792
I fixed this by doing small change in the drush code I attached patch file here.
| Comment | File | Size | Author |
|---|---|---|---|
| drush_watchdog.patch | 427 bytes | pflame |
Comments
Comment #1
moshe weitzman commentedFixes problem for D7 but introduces error for d6, no?
Comment #2
moshe weitzman commentedComment #3
pflame commentedHi moshe weitzman,
I checked with drupal-6.14 version. It is worked for me otherwise I could have put if condition to check the drupal version. What is the version you used to test?
Comment #4
moshe weitzman commentedCommitted. thanks.