Install system with locales is now broken, because there is no _locale_get_iso639_list() after committing big locale cleanup patch (http://drupal.org/node/139970):

Fatal error: Call to undefined function _locale_get_iso639_list() in /home/www/drupal/public_html/sestka/install.php on line 487

It is replaced by locale_language_list() which is defined in locale.module. But including locale.module in install_select_locale_form() is not an option, it seems that doesn't work:

Fatal error: Call to undefined function db_query() in /home/www/drupal/public_html/sestka/includes/bootstrap.inc on line 1028

after including

CommentFileSizeAuthor
#1 install.php_.locale.patch456 bytesmeba
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

meba’s picture

Status: Active » Needs review
FileSize
456 bytes

Correcting: iso list was replaced by _locale_get_predefined_list().
Attaching a patch

Gábor Hojtsy’s picture

Status: Needs review » Fixed

Comitted, thanks!

Anonymous’s picture

Status: Fixed » Closed (fixed)