Code: Select all
Parse error: syntax error, unexpected $end in /home/content/H/u/n/Huntsman444m/html/forum/cache/tpl_Strike-Yellow_garage_user_submit_data.html.php on line 159
Code: Select all
General Error
SQL ERROR [ mysql4 ]
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 'ORDER BY c.field_order' at line 1 [1064]
SQL
SELECT c.id, c.title, c.field_order FROM (phpbb3_garage_categories c) WHERE c.id = ORDER BY c.field_order
BACKTRACE
FILE: includes/db/mysql.php
LINE: 174
CALL: dbal->sql_error()
FILE: includes/mods/class_garage.php
LINE: 288
CALL: dbal_mysql->sql_query()
FILE: garage.php
LINE: 204
CALL: garage->get_category()
Thanks.poyntesm wrote:scottybt -> Engine type is in constants_garage.php and the language file garage.php, I think currency is just in class_garage_template.php
make sure when you save the language files you save them in utf8 without the BOM
Code: Select all
$currency_types = array('GBP', 'USD', 'EUR', 'CAD', 'YEN');
Code: Select all
$currency_types = array('GBP', 'NOK');