After that extract the attached zip file and open the sql file to edit.
Search and replace $language_id_no with the ID of your new language.
After that save this and import it into your Database (with phpmyadmin or something else).
Otherwise the only chance to insert a language is on first install...
You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'AND store_id=1 LIMIT 1' at line 1
QUERY:
SELECT * FROM products_calculation WHERE products_id= AND store_id=1
BACKTRACE:
hhg_db_query_limit(SELECT * FROM products_calculation WHERE products_id= AND store_id=1, 1) % line 177, file: class.xtcPrice.php
After fixing the above, it seems to have worked with the database adding language....i'll be goiing through everything, if i find something i will report it here,
This error i get when i try to add or edit a category or content item in the admin part when the admin langusge is set on dutch. When the admin is set on german it is ok??
The data for the dutch language file does not get stored in the database. Trying to name he dutch categories, but they don't get saved to the database.
They won't be saved, if the data is for an update. New one should be work. You haven't used the sql Queries from me, there are all entries, to copy for the new language, so it would work.