costacalavera Posted August 2, 2016 Share Posted August 2, 2016 Hola buenas¡ Estoy experimentando un error al crear nuevos valores para un atributo de producto, en este caso al crear tallas. Creo el Atributo "TALLA" y cuando quiero crear los valores (S,M,L,XL...) no me deja elegir en la lista desplegable el Atributo y por lo tanto me sale este error al guardar. [PrestaShopException]Property Attribute->id_attribute_group is emptyat line 872 in file classes/ObjectModel.php 867.868. $message = $this->validateField($field, $this->$field);869. if ($message !== true)870. {871. if ($die)872. throw new PrestaShopException($message);873. return $error_return ? $message : false;874. }875. }876.877. return true; ObjectModelCore->validateFields - [line 278 - classes/ObjectModel.php] ObjectModelCore->getFields - [line 486 - classes/ObjectModel.php] ObjectModelCore->add - [line 129 - classes/Attribute.php] - [2 Arguments] AttributeCore->add - [line 937 - classes/controller/AdminController.php] AdminControllerCore->processAdd - [line 410 - controllers/admin/AdminAttributesGroupsController.php] AdminAttributesGroupsControllerCore->processAdd - [line 701 - controllers/admin/AdminAttributesGroupsController.php] AdminAttributesGroupsControllerCore->processSave - [line 758 - controllers/admin/AdminAttributesGroupsController.php] - [1 Arguments] AdminAttributesGroupsControllerCore->postProcess - [line 171 - classes/controller/Controller.php] ControllerCore->run - [line 373 - classes/Dispatcher.php] DispatcherCore->dispatch - [line 54 - admin/index.php] ¿Alguien sabe algo? Mil gracias. Link to comment Share on other sites More sharing options...
webydev Posted January 20, 2017 Share Posted January 20, 2017 Hola, solucionaste el problema este? me interesa también. Saludos. 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