Jump to content

Blok layered - duża ilość kategorii


kwintus

Recommended Posts

Witam,

Mam dość poważny problem z layered (filtry nawigacyjne) - Presta 1.6.18, serwer w miarę mocny na ssd, 2Gb Ramu itd. 

Problem polega na tym iż w sklepie obecnie jest 7 tyś kategorii do których muszą być użyte atrybuty czy choćby cena, jednak blok ten się wysypuje przy takiej ilości kategorii a dokładniej błąd:

 

PrestaShopException]
Selected categories value must be an array
at line 255 in file classes/helper/HelperTreeCategories.php

250.     }
251. 
252.     public function setSelectedCategories($value)
253.     {
254.         if (!is_array($value)) {
255.             throw new PrestaShopException('Selected categories value must be an array');
256.         }
257. 
258.         $this->_selected_categories = $value;
259.         return $this;
260.     }

 

Jakieś pomysły? w sumie można napisać importera żeby po samej bazie tylko to zrobił ale to nie jest rozwiązanie....

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...