Jump to content

SandrGitar

Members
  • Posts

    3
  • Joined

  • Last visited

Profile Information

  • Activity
    Agency

SandrGitar's Achievements

Newbie

Newbie (1/14)

0

Reputation

  1. I tried both fixes and neither work. Any other suggestions? My site is www.gitar.be/shop... Thanks! EDIT: The code i have is: // Retrieve the current number of products per page (either the default, the GET parameter or the one in the cookie) $this->n = $default_products_per_page; if ((int)Tools::getValue('n') > 0 && in_array((int)Tools::getValue('n'), $nArray)) $this->n = (int)Tools::getValue('n'); elseif (isset($this->context->cookie->nb_item_per_page) && in_array($this->context->cookie->nb_item_per_page, $nArray)) $this->n = (int)$this->context->cookie->nb_item_per_page; I tried swapping it out but no change...
  2. Maybe found something, I uninstalled the 1-click module, reinstalled it and it took me directly to the update page, updated prestashop to 1.6.0.6 and all the other updates on the modules were gone, except for the 1-click module. I uninstalled it again, deleted it and reinstalled and everything seems fine. But I won't know for sure untill another module needs an update...
  3. I encountered the same issue when migrating from server and domain, any news? I am still able to uninstall en install the modules but clicking update (even after doing so) triggers the error...
×
×
  • Create New...