error?

This topic has been marked as resolved.

I get the following error every day, how to resolve this.

2017-09-27 19:28:05 – PHP Notice: Undefined index: label in /home/u7008p12289/domains/deonlinekaarsenwinkel.nl/public_html/catalog/view/theme/BurnEngine/template/tb/menu/all_categories.tpl on line 44

44:

September 28, 2017 at 2:33 pm #61851

Hi,

Can you try to:

1) Open catalog/view/theme/BurnEngine/template/tb/menu/all_categories.tpl

2) Find this code part:

<?php echo $settings['label']; ?>

3) Replace it with:

<?php echo (isset($settings['label']) ? $settings['label'] : 'Shop'); ?>

BR,
ThemeBurn team

September 29, 2017 at 12:20 pm #61859

thank you that worked.

October 20, 2017 at 5:12 pm #62109

Glad we’ve helped, mate!

BR,
ThemeBurn team

October 25, 2017 at 11:32 am #62187
Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.