14 июн 2012, 13:30
Вроде бы я все сделал по инстукции, но не запускается install/index.php. Кстати в папке install должен быть только index.php. или нет?
Я прежнюю папку install не удалял, но изменил имя. Ее правильно надо было удалить?
При попытке запустить install/index.php появляется сообщение:
Общая ошибка
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 'AND t.template_id = s.template_id AND c.theme_id = s.theme_id AND i.imag' at line 4 [1064]
SQL
SELECT s.style_id, t.template_storedb, t.template_path, t.template_id, t.bbcode_bitfield, t.template_inherits_id, t.template_inherit_path, c.theme_path, c.theme_name, c.theme_storedb, c.theme_id, i.imageset_path, i.imageset_id, i.imageset_name FROM phpbb_styles s, phpbb_styles_template t, phpbb_styles_theme c, phpbb_styles_imageset i WHERE s.style_id = AND t.template_id = s.template_id AND c.theme_id = s.theme_id AND i.imageset_id = s.imageset_id
BACKTRACE
FILE: [ROOT]/includes/db/mysql.php
LINE: 175
CALL: dbal->sql_error()
FILE: [ROOT]/includes/session.php
LINE: 1658
CALL: dbal_mysql->sql_query()
FILE: [ROOT]/install/index.php
LINE: 21
CALL: user->setup()
Что посоветуете делать?