Osclass forums

Support forums => Plugins => Cars attributes => Topic started by: mercatoit on December 12, 2013, 08:38:24 pm

Title: problem to install car attribute in osclass 3.3
Post by: mercatoit 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 ?
Title: Re: problem to install car attribute in osclass 3.3
Post by: lazywb on May 07, 2014, 05:16:05 pm
I have the same problem ? anyone found a fix ?
Title: Re: problem to install car attribute in osclass 3.3
Post by: lazywb 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.