Using the latest DRUPAL-6--2 CVS code I get several PHP notices when using a basic singleframe slideshow block:

    * notice: Use of undefined constant mode - assumed 'mode' in /home/dave/Projects/www/drupal6dev/sites/all/modules/views_slideshow/views-slideshow.tpl.php on line 26.
    * notice: Undefined variable: hover in /home/dave/Projects/www/drupal6dev/sites/all/modules/views_slideshow/contrib/views_slideshow_singleframe/views_slideshow_singleframe.theme.inc on line 23.
    * notice: Undefined variable: teaser in /home/dave/Projects/www/drupal6dev/sites/all/modules/views_slideshow/contrib/views_slideshow_singleframe/views-slideshow-singleframe.tpl.php on line 10.
    * notice: Undefined variable: js in /home/dave/Projects/www/drupal6dev/sites/all/modules/views_slideshow/contrib/views_slideshow_singleframe/views_slideshow_singleframe.theme.inc on line 51.

Comments

dave reid’s picture

Status: Active » Needs review
StatusFileSize
new1.48 KB

Fixed two of them, but still can't figure out a couple others. I'd request that the developers turn on E_NOTICE error logging.

redndahead’s picture

Ahh thanks Dave. I'll look at getting these changed.

dave reid’s picture

Much appreciated, and fantastic module! :)

redndahead’s picture

Status: Needs review » Fixed
StatusFileSize
new5.39 KB

Committed this patch

Status: Fixed » Closed (fixed)

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