2015-04-07 20:17:20 - PHP Notice: Undefined index: banner_id in /home/uavision/public_html/catalog/controller/module/carousel.php on line 14
2015-04-07 20:17:20 - PHP Notice: Undefined index: banner_id in /home/uavision/public_html/catalog/controller/module/slideshow.php on line 14
2015-04-07 20:17:21 - PHP Notice: Undefined index: banner_id in /home/uavision/public_html/catalog/controller/module/slideshow.php on line 14
2015-04-07 20:17:21 - PHP Notice: Undefined index: limit in /home/uavision/public_html/catalog/controller/module/featured.php on line 20
repeats..............................................
Can anyone tell me how to fix these errors, log file is huge lol
thanks in advance
In that file, replace
with
Code: Select all
$results = $this->model_design_banner->getBanner($setting['banner_id']);
Code: Select all
$results = $this->model_design_banner->getBanner((array_key_exists('banner_id', $settings) ? $setting['banner_id'] : 0));
Opencart Developer - My Extension Showcase
Contact me at aeon.yoda@gmail.com
catalog/controller/module/carousel.php
Opencart Developer - My Extension Showcase
Contact me at aeon.yoda@gmail.com
Who is online
Users browsing this forum: No registered users and 2 guests