szpoti Posted November 15, 2015 Share Posted November 15, 2015 (edited) Mam następującoy problem. Podczas próby logowania klienta na stronie wyskakuje : js_def połowa storny / logo jezyk waluta szukaj koszyk pod spodem biała strona Nie można nic zrobic dalej Debuger pokazuje : ReferenceError: FancyboxI18nClose is not defined global.js:96:5 if ($.prototype.fancybox) $.extend($.fancybox.defaults.tpl, { closeBtn : '<a title="' + FancyboxI18nClose + '" class="fancybox-item fancybox-close" href="javascript:;"></a>', next : '<a title="' + FancyboxI18nNext + '" class="fancybox-nav fancybox-next" href="javascript:;"><span></span></a>', prev : '<a title="' + FancyboxI18nPrev + '" class="fancybox-nav fancybox-prev" href="javascript:;"><span></span></a>' }); }); Dodam że po wylogowaniu wszystko wraca do normy strona sklepu normalnie jest wyświetlana Edited November 15, 2015 by szpoti (see edit history) Link to comment Share on other sites More sharing options...
0 Daresh Posted November 15, 2015 Share Posted November 15, 2015 Nie wcięło coś definicji {addJsDefL name=FancyboxI18nClose}{l s='Close'}{/addJsDefL} z global.tpl? Link to comment Share on other sites More sharing options...
0 szpoti Posted November 15, 2015 Author Share Posted November 15, 2015 (edited) Mam następujący błąd: Catchable fatal error: Object of class Customer could not be converted to string in /home/szpoti/domains/liderhoff.pl/public_html/modules/spverticalmegamenu/spverticalmegamenu.php on line 353 Po wyłączeniu modułu spverticalmegamenu wszystko działa dobrze część kodu z linią 353 public function hookdisplaySlideShowmenu(){$customer = $this->context->customer;$this->user_groups = ($customer->isLogged() ? $$customer->getGroups() : array(Configuration::get('PS_UNIDENTIFIED_GROUP')));$this->page_name = Dispatcher::getInstance()->getController();if (!$this->isCached('spverticalmegamenu.tpl', $this->getCacheId())){if (Tools::isEmpty($this->menu))$this->makeMenu(); Edited November 16, 2015 by szpoti (see edit history) Link to comment Share on other sites More sharing options...
Question
szpoti
Mam następującoy problem.
Podczas próby logowania klienta na stronie wyskakuje :
js_def
połowa storny / logo jezyk waluta szukaj koszyk
pod spodem biała strona
Nie można nic zrobic dalej
Debuger pokazuje :
ReferenceError: FancyboxI18nClose is not defined global.js:96:5
if ($.prototype.fancybox)
$.extend($.fancybox.defaults.tpl, {
closeBtn : '<a title="' + FancyboxI18nClose + '" class="fancybox-item fancybox-close" href="javascript:;"></a>',
next : '<a title="' + FancyboxI18nNext + '" class="fancybox-nav fancybox-next" href="javascript:;"><span></span></a>',
prev : '<a title="' + FancyboxI18nPrev + '" class="fancybox-nav fancybox-prev" href="javascript:;"><span></span></a>'
});
});
Dodam że po wylogowaniu wszystko wraca do normy strona sklepu normalnie jest wyświetlana
Edited by szpoti (see edit history)Link to comment
Share on other sites
2 answers to this question
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now