Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Minor
-
Resolution: Fixed
-
Labels:None
-
Environment:XAMPP 1.7.3 / V 1.5.0.9
-
Similar issues:
PSCFV-7829Can't choose value of attribute
PSCFV-5548 AttributePSCFV-1300Module blocklayered URL(Attributes and Values : Edit Value) here can't different between languagesPSCFV-4353[BO] attribute values are limited to 50 in displayPSCFV-7901Cannot add value to attribute
PSCFV-8048 problems adding products programmatically.PSCFV-7715can't create new values for attribute
PSCFV-6800 attributes are both added to cart
Description
I cannot add values for different languages in catalog: Add New Value.
it does work in version 1.5.0.5 but not in the svn version 1.5.0.9
(I started without the default products installed and tried to add new color options.)
Hi,
I do not reproduce your problem.
I assume you have an error on your page. Could you enable the error displaying by editing /config/config.inc.php? You have to change the first lines:
@ini_set('display_errors', 'off'); define('_PS_DEBUG_SQL_', false);By this one:
@ini_set('display_errors', 'on'); define('_PS_DEBUG_SQL_', true);Best regards,
@ini_set('display_errors', 'off'); define('_PS_DEBUG_SQL_', false);@ini_set('display_errors', 'on'); define('_PS_DEBUG_SQL_', true);