Проблема в обновлении с 6.20 до 7.9

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

Аватар пользователя Den_MIX Den_MIX 22 декабря 2011 в 12:12

Решил обновить сайт с drupal 6.20 до 7.9, но при обновлении выдает ошибку: An AJAX HTTP error occurred. HTTP Result Code: 200 Debugging information follows. Path: http://xn----7sbgbigudo3amd7ai.xn--p1ai/update.php?id=41&op=do StatusText: OK ResponseText: Fatal error: Call to undefined function _update_7000_field_read_fields() in /home/u15971/u15971.netangels.ru/www/modules/field/modules/text/text.install on line 78

в settungs менял на TRUE

Комментарии

Аватар пользователя Den_MIX Den_MIX 22 декабря 2011 в 12:43

<a href="mailto:sas@drupal.org">sas@drupal.org</a> wrote:
Вы делали как описано в UPGRADE.txt ? Все дополнительные, отключили?

Да, отключил все модули кроме ядра обязательные

Аватар пользователя sas@drupal.org sas@drupal.org 22 декабря 2011 в 12:57

Issue Summary

An AJAX HTTP error occurred. HTTP Result Code: 200 Debugging information follows. Path: http://vandenzen.nl/drupal/update.php?op=selection&token=uqhf6UZUWbVi6lc... StatusText: OK ResponseText: Fatal error: Call to undefined function _update_7000_field_read_fields() in /home/sites/vandenzen.nl/public_html/drupal/modules/field/modules/text/text.install on line 78

The error did not occur on another site (I have a multisite environment). The site that caused the error was installed in a subdirectory with some hacks in .htaccess.

To repair this error, I included an extra line in text.install:
require_once DRUPAL_ROOT . '/modules/field/field.install';
The update process continued.