ошибка кода подскажите

Главные вкладки

Аватар пользователя nezhenez.alex nezhenez.alex 19 марта 2017 в 0:31

DatabaseSchemaObjectExistsException: Таблица uc_attributes уже существует. в функции DatabaseSchema->createTable() (строка 660 в файле /home/avtoinua/domains/7/public_html/includes/database/schema.inc).

public function createTable($name, $table) {
if ($this->tableExists($name)) {
throw new DatabaseSchemaObjectExistsException(t('Table name already exists.', array('name' => $name)));
}
$statements = $this->createTableSql($name, $table);
foreach ($statements as $statement) {

строка 660 throw new DatabaseSchemaObjectExistsException(t('Table name already exists.', array('name' => $name)));

Комментарии