error on OC 3.0.2

This topic has been marked as not resolved.

Hi,

i have installed theme in my OC3.0.2 and now i have this message

Notice: Undefined index: status in /home/cachimba/public_html/oc3/system/vendor/BurnEngine/library/WidgetManager.php on line 281

August 8, 2018 at 10:43 pm #65086

Hi,

Thanks for reporting this problem! The fix would require to:

1) Open system/vendor/BurnEngine/library/WidgetManager.php

2) Find this code part:

!$module_settings['status']

3) Replace it with:

empty($module_settings['status'])

We will include the fix in the next update as well.

BR,
ThemeBurn team

August 10, 2018 at 5:36 pm #65097
Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.