Varchar 255

Hi,
I have set varchar for meta description to 2000 in class and in Database

`'meta_description' => array('type' => self::TYPE_STRING, 'lang' => true, 'validate' => 'isGenericName', 'size' => 2000), //value was 255`

check the other screenshot

The problem: I’m receiving an error: The length of property Product->meta_description is currently 433 chars. It must be between 0 and 255 chars.

How to resolve it

what class, who raised that error?

Sponsor our Newsletter | Privacy Policy | Terms of Service