Page 1 of 1

opencart 2.0.0.0 slideshow index error/bug

Posted: Sat Oct 15, 2016 5:29 pm
by ibarts
hello
have tried to search for a solution for this opencart 2.0.0.0 but with no luck:
Notice: Undefined index: width in /home/virtual/ibarts.dk/public_html/catalog/controller/module/slideshow.php on line 12Notice: Undefined index: height in /home/virtual/ibarts.dk/public_html/catalog/controller/module/slideshow.php on line 13Notice: Undefined index: banner_id in /home/virtual/ibarts.dk/public_html/catalog/controller/module/slideshow.php on line 17

slidehow.php:
$data['width'] = $setting['width'];
$data['height'] = $setting['height'];
it might be these to lines giving an error - any ideas ?

greatings Ib

Re: opencart 2.0.0.0 slideshow index error/bug

Posted: Mon Oct 17, 2016 11:39 am
by fido-x
You need to create a "banner" to use in the slideshow. In your admin, go to Design->Banners and create the banner(s) you wish to use in your slideshow.