A call is made to watchdog() with a $type parameter of "google analytics reports", however in Drupal 6 the type column in the watchdog table is only 16 characters long. If the watchdog() function is called with this 42-character $type, an error is displayed and the watchdog entry is not added to the DB table.

The attached patch fixes this bug by changing the $type value in the watchdog() call to "ga reports".

Note: this only affects D6, since in D7 the column size was increased to 64 characters.

Comments

grendzy’s picture

Status: Needs review » Fixed

c7f2b05e Thanks!

Status: Fixed » Closed (fixed)

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