Jump to content
  • 0

Przy próbie logowania klienta biała strona


szpoti

Question

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

  • 0

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 by szpoti (see edit history)
Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...