Всем привет! Пытаюсь через форму загрузить картинку - не получается:
MySQL ERROR:
Error Number: 1054
Description: Unknown column ‘upload_field’ in ‘field list’
Query: INSERT INTO `eev6_weblog_data` (`entry_id`, `weblog_id`, `upload_field`, `site_id`) VALUES (‘129’, ‘2’, ‘images’, ‘1’)
Форма выглядит примерно так:
{exp:weblog:entry_form weblog="{my_weblog}" return="{my_template_group}/index"}
<input type="hidden" name="upload_field" value="images" />
<input type="hidden" name="upload_destination" value="2" />
<input type="file" name="file1" /><br/>
<input type="file" name="file2" /><br/>
<input type="file" name="file3" /><br/>
{/exp:weblog:entry_form}
Поле images создано, раздел для загрузок создан.
Чего это может быть? :(