I created a new content type for Views Slideshow following this tutorial, and now I'm receiving the following errors every time I refresh Drupal when logged in as an admin:

  • Notice: Undefined variable: field_view_mode in include() (line 11 of /nfs/aesop02/hw22/d35/mardebrs/sites/all/themes/mardebsky/templates/field--image.tpl.php).
  • Notice: Undefined variable: field_view_mode in include() (line 16 of /nfs/aesop02/hw22/d35/mardebrs/sites/all/themes/mardebsky/templates/field--image.tpl.php).

The problem seems to be in the "slideshow image" field I created. I have the field using the image field and widget. Any idea of a way to fix this error?

Comments

Jeff Burnz’s picture

Version: 7.x-2.3 » 7.x-2.x-dev

Noted.