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.

CommentFileSizeAuthor
drush_watchdog.patch427 bytespflame

Comments

moshe weitzman’s picture

Fixes problem for D7 but introduces error for d6, no?

moshe weitzman’s picture

Status: Active » Needs work
pflame’s picture

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

moshe weitzman’s picture

Status: Needs work » Fixed

Committed. thanks.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.