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.
| Comment | File | Size | Author |
|---|---|---|---|
| #4 | errors-635560-1.patch | 5.39 KB | redndahead |
| #1 | 635560-notices-D6-2.patch | 1.48 KB | dave reid |
Comments
Comment #1
dave reidFixed two of them, but still can't figure out a couple others. I'd request that the developers turn on E_NOTICE error logging.
Comment #2
redndahead commentedAhh thanks Dave. I'll look at getting these changed.
Comment #3
dave reidMuch appreciated, and fantastic module! :)
Comment #4
redndahead commentedCommitted this patch