Jump to content

Increase max field size Data sheet


jeyjoo

Recommended Posts

Hello,

 

You need to edit 'classes/FeaturedValue.php' and set

protected  $fieldsSizeLang = array('value' => 255);

to the desired value, e.g.:350

 

Then in PHPMyadmin edit the structure of the table '[_PS_DB_PREFIX_]feature_value_lang' and set the size of the 'value' to the chosen value, e.g.: 350

  • Like 1
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...