vontanix Posted March 19, 2014 Share Posted March 19, 2014 i have run automated upgraded on prestashop 1.5.6.2 and upgraded it to 1.6.0.5 today / night. after upgrade there was no category shown in BO " parent category" where you collapse / expand category tree. "root" in SQL database, it missing two lines. "category_group" > id_category 1, id_group 0 "category_shop" > id_category 1 id_shop 1 position 1 now it is possible to edit category’s and root folder in parent category window shows up and it is possible to collapse and expand .. hope that helps someone already have upgraded 3 Link to comment Share on other sites More sharing options...
brz Posted April 25, 2014 Share Posted April 25, 2014 OOOH!! Thank you!! I've the problem and this solution works perfect!!! Thank you very much!! :-) Link to comment Share on other sites More sharing options...
benwiggy Posted April 28, 2014 Share Posted April 28, 2014 "root" in SQL database, it missing two lines. "category_group" > id_category 1, id_group 0 "category_shop" > id_category 1 id_shop 1 position 1 Can you provide more information about where I am supposed to add these two lines? In one of the database tables itself? Link to comment Share on other sites More sharing options...
benwiggy Posted April 30, 2014 Share Posted April 30, 2014 Bump? In which of the database tables do I add this line? Link to comment Share on other sites More sharing options...
Sebs Posted May 1, 2014 Share Posted May 1, 2014 I have similar problem since upgrade to Prestashop 1.6.0.5 Would be great to have more information on your fix. Link to comment Share on other sites More sharing options...
MainoUK Posted May 3, 2014 Share Posted May 3, 2014 "category_group" > id_category 1, id_group 0 "category_shop" > id_category 1 id_shop 1 position 1 Log into PHP MyAdmin, and select the Prestashop Database. One of the tables is ps_category_group... check it has a record with id_category with a value of 1, and id_group with a value of 0 then check ps_category_shop has a record with id_category value of 1, and id_shop value of 1, and position value of 1. Then try your shop. Thanks Vontanix... it worked or me! Link to comment Share on other sites More sharing options...
Susi Posted July 16, 2014 Share Posted July 16, 2014 Log into PHP MyAdmin, and select the Prestashop Database. One of the tables is ps_category_group... check it has a record with id_category with a value of 1, and id_group with a value of 0 then check ps_category_shop has a record with id_category value of 1, and id_shop value of 1, and position value of 1. Then try your shop. Thanks Vontanix... it worked or me! Well It didn't worked for me Any other ideas of why is this happening? I already had those values within that tables... so it must be something else... or, there have to be some other db lines missing somewhere else. Thanks! Link to comment Share on other sites More sharing options...
vekia Posted August 9, 2014 Share Posted August 9, 2014 Well It didn't worked for me Any other ideas of why is this happening? I already had those values within that tables... so it must be something else... or, there have to be some other db lines missing somewhere else. Thanks! and what kind of problem you've got at the moment? Link to comment Share on other sites More sharing options...
timys Posted August 25, 2014 Share Posted August 25, 2014 I have the same problem. In the backoffice when edit a category or a product, the categories tree does not charge. Is nothing rendered. I don't know the solution Link to comment Share on other sites More sharing options...
timys Posted August 27, 2014 Share Posted August 27, 2014 I find a solution to my problem. I put id_parent value of home identifier (2 in my case) to all my categories.Now I can see the categories tree in products also into edit categories menu on mi back office. Prestashop version 1.6.08 Link to comment Share on other sites More sharing options...
gora3 Posted August 27, 2014 Share Posted August 27, 2014 (edited) I have the same problem. In the backoffice when edit a category or a product, the categories tree does not charge. Is nothing rendered. I don't know the solution Me too, the fix above doesn't resolve the problem. I've already these setting in DB: "category_group" > id_category 1, id_group 0 "category_shop" > id_category 1 id_shop 1 position 1 but still can't set parent in the category after saved it before, so I can't move it to the other parents. Presta 1.6.0.9 Edited August 27, 2014 by gora3 (see edit history) Link to comment Share on other sites More sharing options...
ecospses Posted August 30, 2014 Share Posted August 30, 2014 Hi With MultiShop (3 stores), at least, you must have the following records: 1. in ps_category id_category id_parent1 02 1 2. in ps_category_group id_category id_group1 02 12 22 3 3. in ps_category_shop id_category id_shop position1 1 11 2 11 3 12 1 12 2 12 3 1 4. in ps_category_lang id_category id_shop id_lang name1 1 1 Root1 1 2 Root2 1 1 Inicio2 1 2 Maison2 2 1 Inicio2 2 2 Maison2 3 1 Inicio2 3 2 Maison Link to comment Share on other sites More sharing options...
Recommended Posts