PHP Notice: Undefined index: texture

ThemeBurn SupportForumsWordPress ThemesShoppica WordPress ThemePHP Notice: Undefined index: texture

This topic has been marked as not resolved.

[Mon May 25 13:24:33 2015] [error] [client 185.70.175.169] PHP Notice: Undefined index: texture in /home/admin/web/xxx/public_html/wp-content/themes/shoppica/css/screen.css.php on line 4856, referer: http://www.xxx.com/blog

May 25, 2015 at 2:26 pm #41083

Change this:
<?php if($dd['texture'] != "") { ?>

With this:
<?php if(isset($dd['texture']) && $dd['texture'] != "") { ?>

May 25, 2015 at 2:29 pm #41085

Hello,

Thank you for your fix, we will include this into new update.

Best,
ThemeBurn team

June 1, 2015 at 8:05 am #41236
Viewing 3 posts - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.