kwintus Posted April 25, 2018 Share Posted April 25, 2018 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 More sharing options...
() Maciej () Posted April 26, 2018 Share Posted April 26, 2018 Takie same błędy miałem po aktualizacji sklepu 1.5.xx do 1.6.xx. Jedyny sposób na jego rozwiązanie to było przeniesienie bazy produktów i klientów na czysty sklep. Link to comment Share on other sites More sharing options...
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