Post by T3ch » Sat Oct 13, 2007 4:37 pm

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

Newbie

Posts

Joined
Thu Jun 21, 2007 4:45 pm

Post by frame » Fri May 02, 2008 6:06 am

Hi T3ch,

Would you mind telling me how did you make it?
thank you in advance

New member

Posts

Joined
Sat Apr 26, 2008 7:24 pm

Post by Luvz2drv » Fri May 02, 2008 3:22 pm

why bring a thread up that (for your first post) that is over 100 days old....

Global Moderator

Posts

Joined
Fri Mar 21, 2008 10:58 am

Post by frame » Tue May 06, 2008 6:31 pm

As the problem hasn't been solved yet...
Anyway I modified the database with phpMyAdmin and everything works fine.
Last edited by frame on Tue May 06, 2008 11:29 pm, edited 1 time in total.

New member

Posts

Joined
Sat Apr 26, 2008 7:24 pm

Post by bruce » Tue May 06, 2008 6:39 pm

You should also modify the following

Code: Select all

    	if ((strlen($request->get('model', 'post')) < 3) || (strlen($request->get('model', 'post')) > 32)) {
      		$this->error['model'] = $language->get('error_model');
    	}
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.

Active Member

Posts

Joined
Wed Dec 12, 2007 2:26 pm
Who is online

Users browsing this forum: No registered users and 1 guest