Решил обновить сайт с 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
Комментарии
Вы делали как описано в UPGRADE.txt ? Все дополнительные, отключили?
Да, отключил все модули кроме ядра обязательные
Попробуйте сразу 7.10
Вот еще дофига пишут
http://drupal.org/search/apachesolr_multisitesearch/Fatal%20error%3A%20C...
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.