Prestashop Core Application V1.5

language attributes missing when adding values

Details

  • Type: Bug Bug
  • Status: Closed Closed
  • Priority: Minor Minor
  • Resolution: Fixed
  • Labels:
    None
  • Environment:
    XAMPP 1.7.3 / V 1.5.0.9
  • Similar issues:
    PSCFV-7829 Can't choose value of attribute
    PSCFV-5548 Attribute
    PSCFV-1300 Module blocklayered URL(Attributes and Values : Edit Value) here can't different between languages
    PSCFV-4353 [BO] attribute values are limited to 50 in display
    PSCFV-7901 Cannot add value to attribute
    PSCFV-8048 problems adding products programmatically.
    PSCFV-7715 can'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.)

Activity

Hide
Maxence DE FLOTTE added a comment - 26/Mar/12 2:18 PM

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,

Show
Maxence DE FLOTTE added a comment - 26/Mar/12 2:18 PM 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,
Hide
Martijn Schrama added a comment - 27/Mar/12 10:09 AM

Hi,

I have updated my version to the latest svn version and the problem seems to have disappeared.

So I think you can close this issue.

Tnx
Martijn

Show
Martijn Schrama added a comment - 27/Mar/12 10:09 AM Hi, I have updated my version to the latest svn version and the problem seems to have disappeared. So I think you can close this issue. Tnx Martijn
Hide
Maxence DE FLOTTE added a comment - 27/Mar/12 11:41 AM

Hi,

Ok thanks.

Show
Maxence DE FLOTTE added a comment - 27/Mar/12 11:41 AM Hi, Ok thanks.

People

Vote (0)
Watch (0)

Dates

  • Created:
    23/Mar/12 2:25 PM
    Updated:
    15/Jan/13 7:18 PM
    Resolved:
    20/Apr/12 10:02 AM