Ошибка после использования модуля node_convert

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

Аватар пользователя snake1204 snake1204 21 марта 2018 в 20:26

После конвертации нод в другой тип используя модуль node_convert выдало ошибку:
"User warning: The following module is missing from the file system: node_convert. For information about how to fix this, see the documentation page. in _drupal_trigger_error_with_delayed_logging() (line 1128 of /var/www/kiverci.metod.ka/data/www/kivmetod.pp.ua/includes/bootstrap.inc).
EntityMalformedException: В сутності типу node відсутня властивість пакету. in entity_extract_ids() (line 7923 of /var/www/kiverci.metod.ka/data/www/kivmetod.pp.ua/includes/common.inc)."
и страница http://"название сайта"/#overlay=admin/content не открывается

На хостингу делал бекап на один день назад но это не помогло.
Кто может подсказать в чем дело?

Комментарии

Аватар пользователя snake1204 snake1204 22 марта 2018 в 15:21

Первым делом хочу исправить эту ошибку:
"EntityMalformedException: В сутності типу node відсутня властивість пакету. in entity_extract_ids() (line 7923 of /var/www/kiverci.metod.ka/data/www/kivmetod.pp.ua/includes/common.inc)."

Аватар пользователя snake1204 snake1204 22 марта 2018 в 16:20

закоментировал тот рядок то страница содержимого открывается http://название сата/#overlay=admin/content

// Objects being created might not have id/vid yet.
$id = isset($entity->{$info['entity keys']['id']}) ? $entity->{$info['entity keys']['id']} : NULL;
$vid = ($info['entity keys']['revision'] && isset($entity->{$info['entity keys']['revision']})) ? $entity->{$info['entity keys']['revision']} : NULL;

if (!empty($info['entity keys']['bundle'])) {
// Explicitly fail for malformed entities missing the bundle property.
/*if (!isset($entity->{$info['entity keys']['bundle']}) || $entity->{$info['entity keys']['bundle']} === '')
{
throw new EntityMalformedException(t('Missing bundle property on entity of type @entity_type.', array('@entity_type' => $entity_type)));
}*/
$bundle = $entity->{$info['entity keys']['bundle']};
}
else {
// The entity type provides no bundle key: assume a single bundle, named
// after the entity type.
$bundle = $entity_type;
}

return array($id, $vid, $bundle);
}

но когда открываю ноду и делаю сонверт в дрой тип материала то выбивает ошибку:
"Notice: Undefined index: safe_value in node_convert_format_field_value_helper() (line 422 of /var/www/kiverci.metod.ka/data/www/kivmetod.pp.ua/sites/all/modules/node_convert/node_convert.util.inc)."