arman29
Генератор идей
- Регистрация
- 30 Июн 2008
- Сообщения
- 1.248
- Реакции
- 752
- Автор темы
- #1
1. проблема такая! у меня есть joomfish utf8, хочу переделать ее для cp1251! каким образом это можно сделать? как файлы нужно отредактировать?
2. установил joomfish V1.8.2 (2007-12-16) и когда захожу в переводы, выдает след. ошибку:
DB function failed with error number 1064
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 '= 0 ORDER BY c.name LIMIT 0, 50' at line 5 SQL=SELECT c.id, c.name as title, c.name, c.params, c.type, c.checked_out as check_out, c.checked_out, c.checked_out_time, jfc.id as jfc_id, jfc.value as titleTranslation, jfc.modified as lastchanged, jfc.published as published, jfc.language_id, jfl.name as language, jfc.reference_id as jfc_refid FROM asm_menu as c LEFT JOIN asm_jf_content as jfc ON c.id=jfc.reference_id AND jfc.reference_field='name' AND jfc.reference_table='menu' AND jfc.language_id=4 LEFT JOIN asm_languages as jfl ON jfc.language_id=jfl.id WHERE = 0 ORDER BY c.name LIMIT 0, 50
(asm_ это приставка базы)
2. установил joomfish V1.8.2 (2007-12-16) и когда захожу в переводы, выдает след. ошибку:
DB function failed with error number 1064
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 '= 0 ORDER BY c.name LIMIT 0, 50' at line 5 SQL=SELECT c.id, c.name as title, c.name, c.params, c.type, c.checked_out as check_out, c.checked_out, c.checked_out_time, jfc.id as jfc_id, jfc.value as titleTranslation, jfc.modified as lastchanged, jfc.published as published, jfc.language_id, jfl.name as language, jfc.reference_id as jfc_refid FROM asm_menu as c LEFT JOIN asm_jf_content as jfc ON c.id=jfc.reference_id AND jfc.reference_field='name' AND jfc.reference_table='menu' AND jfc.language_id=4 LEFT JOIN asm_languages as jfl ON jfc.language_id=jfl.id WHERE = 0 ORDER BY c.name LIMIT 0, 50
(asm_ это приставка базы)