Hi Daniel,
can you upgrade the model field lenght in product table to 32 ore 64 chr?
In my local version, I make these, but I think that is usefull for all.
Thank you
You should also modify the following
in the file admin\controller\product.php to change the 32 to 64 and change the language file because the error message referenced above also has the number 32 in it.
Code: Select all
if ((strlen($request->get('model', 'post')) < 3) || (strlen($request->get('model', 'post')) > 32)) {
$this->error['model'] = $language->get('error_model');
}
Who is online
Users browsing this forum: No registered users and 1 guest