slinkychile Posted October 31, 2015 Share Posted October 31, 2015 Hola a todos. Instale la version 1.6 ( www.pivotcycles.cl/pivot ), todo bien solo que al intentar crear una categoria me arroja el siguiente error. Va pantallazo adjunto. [PrestaShopException] Id must be filled for categories tree at line 96 in file classes/helper/HelperForm.php 91. } 92. switch ($params['type']) { 93. case 'categories': 94. if ($categories) { 95. if (!isset($params['tree']['id'])) { 96. throw new PrestaShopException('Id must be filled for categories tree'); 97. } 98. 99. $tree = new HelperTreeCategories($params['tree']['id'], isset($params['tree']['title']) ? $params['tree']['title'] : null); 100. 101. if (isset($params['name'])) { HelperFormCore->generate - [line 65 - classes/helper/HelperForm.php] HelperFormCore->generateForm - [line 246 - override/controllers/admin/AdminCategoriesController.php] - [1 Arguments] AdminCategoriesController->renderForm - [line 2011 - classes/controller/AdminController.php] AdminControllerCore->initContent - [line 199 - controllers/admin/AdminCategoriesController.php] AdminCategoriesControllerCore->initContent - [line 189 - classes/controller/Controller.php] ControllerCore->run - [line 367 - classes/Dispatcher.php] DispatcherCore->dispatch - [line 58 - admin/index.php] Y al tratar de cambiar un CMS y guardarlo me pasa lo mismo. Saben cual es el error y como lo soluciono? Muchas gracias. 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