Hi,

I am still getting this error message:

Notice: Undefined variable: formatters in function colorbox_field_formatter_info() (row: 357 in file /sites/all/modules/colorbox/colorbox.module).

I fixed this by initializing the array first, before IF statement in this function:

function colorbox_field_formatter_info() {
  $formatters = array();
  if ...

Maybe it's not the best solution, but it's fast.

Comments

andypost’s picture

Version: 7.x-1.0-beta2 » 7.x-1.x-dev
Status: Active » Fixed

Status: Fixed » Closed (fixed)

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