Jump to content

PrestaShopDatabaseException en 1.5.3.1


DavOfe

Recommended Posts

Buenas noches, tengo un problemon que no tiene solucion y segun leo en foros externos e internos no hay solucion o no se sabe muy bien porque se produce esto.

 

He importado las categorias sin ningun problema, esto me lo da al importar articulos.

 

Abajo copio lo que me pasa porque necesito solucionarlo por favor, llevo 2 dias con esto y no veo solucion ni idea de que puede ser.

 

[PrestaShopDatabaseException]

 

 

 

 

 

Data too long for column 'link_rewrite' at row 1INSERT INTO `ps_product_lang` (`id_product`, `meta_description`, `meta_keywords`, `meta_title`, `link_rewrite`, `name`, `description`, `description_short`, `available_now`, `available_later`, `id_lang`, `id_shop`) VALUES ('2', '', '', '', 'gyration-gyrotransport-512mb-pequeno-raton-y-puntero-wireless-con-512mb-de-memoria-y-que-ademas-incluye-software-para-presentaciones', 'Gyration Gyrotransport 512Mb Pequeño Ratón Y Puntero Wireless Con 512Mb De Memoria Y Que Además Incluye Software Para Presentaciones.', '', '', '', '', '4', '1')

at line 605 in file classes/db/Db.php

 

 

599. WebserviceRequest::getInstance()->setError(500, '

 '.$this->getMsgError().'. From '.(isset($dbg[3]['class']) ? $dbg[3]['class'] : '').'->'.$dbg[3]['function'].'() Query was : '.$sql, 97);

600. }

601. else if (_PS_DEBUG_SQL_ && $errno && !defined('PS_INSTALLATION_IN_PROGRESS'))

602. {

603. if ($sql)

604[color=#FF0000]. throw new PrestaShopDatabaseException($this->getMsgError().'<br /><br /><pre>'.$sql.'</pre>');

[/color]605. throw new PrestaShopDatabaseException($this->getMsgError());

606. }

607. }

608.

609. /**

[/b][/font]

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
×
×
  • Create New...