To create a support ticket, start a search

Property Product: link_rewrite

Your CSV import stops and returns one of these errors linked to the link_rewrite information:

Fatal error: Uncaught exception 'PrestaShopException' with message 'Property Product>->link_rewrite is not valid'

Fatal error: Uncaught exception 'PrestaShopException' with message 'Property Product>->link_rewrite is empty'

Fatal error: Uncaught exception 'PrestaShopException' with message 'Property Product->link_rewrite length (xxx) must be between 0 and 128'

 

Note that if you are not importing any meta data, the properties of the products included in your CSV file are analyzed during the import process, meta data being part of products properties.

 

Property Product>->link_rewrite is not valid // Property Product>->link_rewrite is empty

The message means that one of the products of your CSV file contains data in link_rewrite field which is either invalid or empty.

You will therefore need to open the corresponding TODO file to check the link_rewrite information on the related product.

For instance, check that no accent is used.

 

Property Product->link_rewrite length (xxx) must be between 0 and 128

This message means that the number of characters used in link_rewrite for one of the products in your CSV file goes over the allowed 128 characters.

You will therefore need to open the corresponding TODO file to modify this information.