Jump to content

Error al generar atributos


ICEpower

Recommended Posts

Buenas tardes,

Estoy intentando generar combinaciones dentro de un producto. El caso es que todo va bien hasta que le doy a añadir, se queda cargando, recarga la página y se queda ahí no genera las combinaciones. 

El caso es que antes tenía un problema al duplicar productos, me saltaba un error 500 pero me los duplicaba. El caso es que ese error desapareció y apareció el anteriormente mencionado.

He probado a generar atributos nuevos y nada, regenerar el indice etc. Crear un producto desde 0 con atributos nuevos y nada. 

Uso prestashop 1.7.2 (La última). Página web https://uesti.es

 

A ver si se os ocurre algo. Muchas gracias

Edited by ICEpower (see edit history)
Link to comment
Share on other sites

He estado indagando, al duplicar productos viejos me genera el error 500. Pero sobre los productos viejos tampoco me deja generar combinaciones. 

El error 500 que me manda es el siguiente: 

PrestaShopDatabaseException in Db.php line 744:Duplicate entry '434-0-0-0-2017-09-06 00:00:00-2017-09-30 23:59:59-1-0-2-0-0-1-3' for key 'id_product_2'<br /><br /><pre>INSERT INTO `usti_specific_price` (`id_shop_group`, `id_shop`, `id_cart`, `id_product`, `id_product_attribute`, `id_currency`, `id_specific_price_rule`, `id_country`, `id_group`, `id_customer`, `price`, `from_quantity`, `reduction`, `reduction_tax`, `reduction_type`, `from`, `to`) VALUES ('0', '1', '0', '434', '0', '2', '3', '0', '0', '0', '-1', '1', '0.15', '1', 'percentage', '2017-09-06 00:00:00', '2017-09-30 23:59:59')</pre>

  1. in Db.php line 744
  2. at DbCore->displayError('INSERT INTO `usti_specific_price` (`id_shop_group`, `id_shop`, `id_cart`, `id_product`, `id_product_attribute`, `id_currency`, `id_specific_price_rule`, `id_country`, `id_group`, `id_customer`, `price`, `from_quantity`, `reduction`, `reduction_tax`, `reduction_type`, `from`, `to`) VALUES ('0', '1', '0', '434', '0', '2', '3', '0', '0', '0', '-1', '1', '0.15', '1', 'percentage', '2017-09-06 00:00:00', '2017-09-30 23:59:59')') in Db.php line 378
  3. at DbCore->query('INSERT INTO `usti_specific_price` (`id_shop_group`, `id_shop`, `id_cart`, `id_product`, `id_product_attribute`, `id_currency`, `id_specific_price_rule`, `id_country`, `id_group`, `id_customer`, `price`, `from_quantity`, `reduction`, `reduction_tax`, `reduction_type`, `from`, `to`) VALUES ('0', '1', '0', '434', '0', '2', '3', '0', '0', '0', '-1', '1', '0.15', '1', 'percentage', '2017-09-06 00:00:00', '2017-09-30 23:59:59')') in Db.php line 716
  4. at DbCore->q('INSERT INTO `usti_specific_price` (`id_shop_group`, `id_shop`, `id_cart`, `id_product`, `id_product_attribute`, `id_currency`, `id_specific_price_rule`, `id_country`, `id_group`, `id_customer`, `price`, `from_quantity`, `reduction`, `reduction_tax`, `reduction_type`, `from`, `to`) VALUES ('0', '1', '0', '434', '0', '2', '3', '0', '0', '0', '-1', '1', '0.15', '1', 'percentage', '2017-09-06 00:00:00', '2017-09-30 23:59:59')', true) in Db.php line 467
  5. at DbCore->insert('specific_price', array('id_shop_group' => '0', 'id_shop' => '1', 'id_cart' => '0', 'id_product' => '434', 'id_product_attribute' => '0', 'id_currency' => '2', 'id_specific_price_rule' => '3', 'id_country' => '0', 'id_group' => '0', 'id_customer' => '0', 'price' => '-1', 'from_quantity' => '1', 'reduction' => '0.15', 'reduction_tax' => '1', 'reduction_type' => 'percentage', 'from' => '2017-09-06 00:00:00', 'to' => '2017-09-30 23:59:59'), false) in ObjectModel.php line 518
  6. at ObjectModelCore->add(true, false) in SpecificPrice.php line 151
  7. at SpecificPriceCore->add() in SpecificPrice.php line 683
  8. at SpecificPriceCore->duplicate('434') in Product.php line 4208
  9. at ProductCore::duplicateSpecificPrices('428', '434') in AdminProductDataUpdater.php line 198
  10. at AdminProductDataUpdater->duplicateProduct('428') in ProductController.php line 833
  11. at ProductController->unitAction('duplicate', '428')
  12. at call_user_func_array(array(object(ProductController), 'unitAction'), array('duplicate', '428')) in bootstrap.php.cache line 3246
  13. at HttpKernel->handleRaw(object(Request), '1') in bootstrap.php.cache line 3205
  14. at HttpKernel->handle(object(Request), '1', false) in bootstrap.php.cache line 3359
  15. at ContainerAwareHttpKernel->handle(object(Request), '1', false) in bootstrap.php.cache line 2562
  16. at Kernel->handle(object(Request), '1', false) in index.php line 86
Link to comment
Share on other sites

Estoy igual que tu, con la última versión de PS y no hay manera de crear nuevos atributos. He tratado de modificar los existentes y en el panel los modifica, pero cuando voy al producto continua apareciendo los antiguos.Estoy desesperado. Para mi que el error está en la plantilla. Además en atributos tengo los que he creado, todo bien, pero en combinaciones me salen los que trae por defecto. No entiendo nada.

Por cierto tu tienda te está quedando muy chula, enhorabuena.

Link to comment
Share on other sites

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...