diversus: Блог

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

Установка Drupal 7

16 марта 2011 в 16:12

Добрый день. Впервые решил попробовать познакомиться с готовыми CMS. По отзывам и комментариям выбрал Drupal. Решил попробовать поставить его на Denwer и... тут же споткнулся Sad
После настройки баз данных, он мне выдал:

Quote:

•Notice: Undefined property: stdClass::$requires in install_profile_modules() (line 1337 of Z:\home\drupal.site\www\includes\install.core.inc).
•Notice: Undefined property: stdClass::$sort in install_profile_modules() (line 1347 of Z:\home\drupal.site\www\includes\install.core.inc).
•Notice: Undefined index: name in install_profile_modules() (line 1355 of Z:\home\drupal.site\www\includes\install.core.inc).

An AJAX HTTP error occurred.HTTP Result Code: 200Debugging information follows.
Path: http://drupal.site/install.php?profile=russian&locale=ru&id=1&op=do
StatusText: OKResponseText:
Fatal error: Call to undefined function _autolocale_install_po_files() in Z:\home\drupal.site\www\profiles\russian\russian.profile on line 44

И на странице ошибки:

Quote:

SQLSTATE[42S02]: Base table or view not found: 1146 Table 'drupalsite.languages' doesn't exist .

Drupal версии 7.0 скачан с drupal.org + руссификатор 5.3

С чем это связано и как можно поправить?