Closed (duplicate)
Project:
Drupal core
Version:
7.x-dev
Component:
install system
Priority:
Critical
Category:
Bug report
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
25 May 2009 at 01:32 UTC
Updated:
25 May 2009 at 04:33 UTC
When I try to make clean setup the last step is broken!
Because validation and submit handlers trying to retrieve data from $form_state['values']['account'] which is never found
| Comment | File | Size | Author |
|---|---|---|---|
| install-account.patch | 1.39 KB | andypost |
Comments
Comment #1
webchickWell then we definitely need tests for this, because Testing Bot is happily passing atm.
But could you post steps for how to reproduce this problem?
Comment #3
andypostHow to write test case if install.php is broken?
Comment #4
andypostRight now all testing bots say for all issues Failed: Failed to install HEAD
Because there's no possibility to install drupal at all
Comment #5
andypostThis one caused by #471234: Installer: Configure site text cleanup
- $form['admin_account']['account']['#tree'] = TRUE;Comment #6
grendzy commentedSteps to reproduce: install drupal. ;-)
The patch resolved it for me, though I haven't reviewed the code. This is the error without the patch:
Comment #7
webchickOh, son of a...! :\
Will fix in the other issue.