Advertisement:

Author Topic: problem to install car attribute in osclass 3.3  (Read 1969 times)

mercatoit

  • Newbie
  • *
  • Posts: 2
problem to install car attribute in osclass 3.3
« on: December 12, 2013, 08:38:24 pm »
i have a problem with installation of cars attribute, the error is Error importSQL::ModelCars
cars_attributes/struct.sql

I hev just deleted the 4 tables cars in phpmyadmin but the error is the same.

What can i do ?

lazywb

  • Newbie
  • *
  • Posts: 3
Re: problem to install car attribute in osclass 3.3
« Reply #1 on: May 07, 2014, 05:16:05 pm »
I have the same problem ? anyone found a fix ?

lazywb

  • Newbie
  • *
  • Posts: 3
Re: problem to install car attribute in osclass 3.3
« Reply #2 on: May 07, 2014, 06:36:26 pm »
Okey found a fix .
In struct.sql and basic_data.sql you need to make the next modification:

Step 1.
Change
Code: [Select]
/*TABLE_PREFIX*/ with your table prefix, for some reason it dosen't take it automaticaly

Step 2. This only applies if you have the en_US language removed from your script, replace en_US with your language code in basic_data.sql.

Hope this helps people that had the same problem.