DanDobras 1 Posted March 11, 2015 (edited) Salut, In debug mode am si la acest modul eroare: Notice: Undefined index: bg_pattern in /home/public_html/modules/belvg_backgroundpages/belvg_backgroundpages.php on line 347 Am atasat belvg_backgroundpages.php PS 1.5.6.2 Multumesc mult! belvg_backgroundpages.php Edited March 13, 2015 by DanDobras (see edit history) Quote Share this post Link to post Share on other sites
valentin.g 70 Posted March 13, 2015 nu este o eroare, poti dezactiva debug sau corectezi linia 347 din modul ca mai jos 'empty_bg' => (Configuration::get('BBP_DEFAULT_PATTERN') == 'blank' && !isset($_COOKIE['bg_pattern'])) || (isset($_COOKIE['bg_pattern']) && $_COOKIE['bg_pattern'] == "none") 1 Quote Share this post Link to post Share on other sites
DanDobras 1 Posted March 13, 2015 nu este o eroare, poti dezactiva debug sau corectezi linia 347 din modul ca mai jos 'empty_bg' => (Configuration::get('BBP_DEFAULT_PATTERN') == 'blank' && !isset($_COOKIE['bg_pattern'])) || (isset($_COOKIE['bg_pattern']) && $_COOKIE['bg_pattern'] == "none") Ms tare mult. E OK, functioneaza. te poti uita te rog si la cealalta problema a mea? Aici e thread-ul: https://www.prestashop.com/forums/topic/428333-eroare-la-debug-bloc-publicitate/ Quote Share this post Link to post Share on other sites