Welcome. this is my code:

/**
 * @file
 * template for views galleriffic row
 */

if ($fields['slide']->content):

  • print $fields['slide']->content; " title=" if($fields['title']) { print $fields['title']->stripped;} " name=" if($fields['title']) { print $fields['title']->stripped; }">Only local images are allowed. print $fields['thumbnail']->content; " alt=" if($fields['title']) { print $fields['title']->stripped; } " />
    if($fields['title']):
    print $fields['title']->content;

    endif;
    if($fields['desc']):

    print $fields['desc']->content;

    endif;

  • endif;
    I want to turn the gallery http://drupal.org/node/758724. According to the instructions http://drupal.org/node/1578774 done everything step by step.

    When I go to gallery shows the following error:

    Notice: Undefined index: slide in include() (line 7 of C:\wamp\www\Projekt Ceramika\sites\all\modules\views_galleriffic\views-galleriffic-view-gallerifficrows.tpl.php). Notice: Trying to get property of non-object in include() (line 7 of C:\wamp\www\Projekt Ceramika\sites\all\modules\views_galleriffic\views-galleriffic-view-gallerifficrows.tpl.php). Notice: Undefined index: slide in include() (line 7 of C:\wamp\www\Projekt Ceramika\sites\all\modules\views_galleriffic\views-galleriffic-view-gallerifficrows.tpl.php). Notice: Trying to get property of non-object in include() (line 7 of C:\wamp\www\Projekt Ceramika\sites\all\modules\views_galleriffic\views-galleriffic-view-gallerifficrows.tpl.php). Notice: Undefined index: slide in include() (line 7 of C:\wamp\www\Projekt Ceramika\sites\all\modules\views_galleriffic\views-galleriffic-view-gallerifficrows.tpl.php). Notice: Trying to get property of non-object in include() (line 7 of C:\wamp\www\Projekt Ceramika\sites\all\modules\views_galleriffic\views-galleriffic-view-gallerifficrows.tpl.php). Notice: Undefined index: slide in include() (line 7 of C:\wamp\www\Projekt Ceramika\sites\all\modules\views_galleriffic\views-galleriffic-view-gallerifficrows.tpl.php). Notice: Trying to get property of non-object in include() (line 7 of C:\wamp\www\Projekt Ceramika\sites\all\modules\views_galleriffic\views-galleriffic-view-gallerifficrows.tpl.php). Notice: Undefined index: slide in include() (line 7 of C:\wamp\www\Projekt Ceramika\sites\all\modules\views_galleriffic\views-galleriffic-view-gallerifficrows.tpl.php). Notice: Trying to get property of non-object in include() (line 7 of C:\wamp\www\Projekt Ceramika\sites\all\modules\views_galleriffic\views-galleriffic-view-gallerifficrows.tpl.php). Notice: Undefined index: slide in include() (line 7 of C:\wamp\www\Projekt Ceramika\sites\all\modules\views_galleriffic\views-galleriffic-view-gallerifficrows.tpl.php). Notice: Trying to get property of non-object in include() (line 7 of C:\wamp\www\Projekt Ceramika\sites\all\modules\views_galleriffic\views-galleriffic-view-gallerifficrows.tpl.php). Notice: Undefined index: slide in include() (line 7 of C:\wamp\www\Projekt Ceramika\sites\all\modules\views_galleriffic\views-galleriffic-view-gallerifficrows.tpl.php). Notice: Trying to get property of non-object in include() (line 7 of C:\wamp\www\Projekt Ceramika\sites\all\modules\views_galleriffic\views-galleriffic-view-gallerifficrows.tpl.php). Notice: Undefined index: slide in include() (line 7 of C:\wamp\www\Projekt Ceramika\sites\all\modules\views_galleriffic\views-galleriffic-view-gallerifficrows.tpl.php). Notice: Trying to get property of non-object in include() (line 7 of C:\wamp\www\Projekt Ceramika\sites\all\modules\views_galleriffic\views-galleriffic-view-gallerifficrows.tpl.php)

    I would ask for help