Strict Standards: Only variables should be passed by reference in /home/example/public_html/install.php on line 1196
Clean install of D7 January 1, 2010.
Choose language page.
1196:
$output = drupal_render(drupal_get_form('install_select_locale_form', $locales, $profilename));

Comments

c960657’s picture

Status: Active » Closed (duplicate)

There is a patch awaiting review in #348448: Always report E_STRICT errors that (hopefully) removes all E_STRICT warnings from core.

peterx’s picture

Version: 7.x-dev » 7.0-alpha1

on line 1204

peterx’s picture

Line 1204 is the following and it is mentioned in the patch at http://drupal.org/node/348448
$output = drupal_render(drupal_get_form('install_select_locale_form', $locales, $profilename));