Jump to content

1.5.3.1 Bug modifier les urls avec accens


Recommended Posts

Voila ce que j'obtiens en voulant modifier des url:

 

[PrestaShopException]

 

Property Product->link_rewrite is not valid

at line 872 in file classes/ObjectModel.php

 

866.

867. $message = $this->validateField($field, $value, $id_lang);

868. if ($message !== true)

869. {

870. if ($die)

871. throw new PrestaShopException($message);

872. return $error_return ? $message : false;

873. }

874. }

875. }

876.

Link to comment
Share on other sites

en modifiant le fichier config/defines.inc.php j'ai réglé le problème de duplication des produits, modification des url, enregistrement des produits

 

 

/* Debug only */

define('_PS_MODE_DEV_', false);

if (_PS_MODE_DEV_)

{

@ini_set('display_errors', 'on');

define('_PS_DEBUG_SQL_', true);

/* Compatibility warning */

define('_PS_DISPLAY_COMPATIBILITY_WARNING_', true);

}

/*else

{

@ini_set('display_errors', 'off');

define('_PS_DEBUG_SQL_', false);

/* Compatibility warning */

/*define('_PS_DISPLAY_COMPATIBILITY_WARNING_', false);

}*/

 

supprimer le else

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