Jump to content
  • 0

Id Must Be Filled For Categories Tree At Line 104 In File Classes/helper/helperform.php


icet

Question

Witam

Po aktualizacji do 1.6.1.2 mam taki problem w module gallery wyskakuje mi taki komunikat przy próbie zmiany nazwy w galerii. Znalazłem gdzieś na stronach jakieś rozwiązanie ( podmiana linijek w pliku) jednak to nic nie daje . Czy ktoś zna rozwiązanie.

 

Z góry dziękuje

 

Id must be filled for categories tree
at line 104 in file classes/helper/HelperForm.php

99. break;
100.
101. case 'categories':
102. if ($categories) {
103. if (!isset($params['tree']['id'])) {
104. throw new PrestaShopException('Id must be filled for categories tree');
105. }
106.
107. $tree = new HelperTreeCategories($params['tree']['id'], isset($params['tree']['title']) ? $params['tree']['title'] : null);
108.
109. if (isset($params['name'])) {
Link to comment
Share on other sites

4 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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...