Posted by andypost on May 25, 2009 at 1:32am
4 followers
Jump to:
| Project: | Drupal core |
| Version: | 7.x-dev |
| Component: | install system |
| Category: | bug report |
| Priority: | critical |
| Assigned: | Unassigned |
| Status: | closed (duplicate) |
| Issue tags: | Needs tests |
Issue Summary
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
| Attachment | Size | Status | Test result | Operations |
|---|---|---|---|---|
| install-account.patch | 1.39 KB | Idle | Failed: Failed to install HEAD. | View details | Re-test |
Comments
#1
Well 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?
#2
The last submitted patch failed testing.
#3
How to write test case if install.php is broken?
#4
Right now all testing bots say for all issues Failed: Failed to install HEAD
Because there's no possibility to install drupal at all
#5
This one caused by #471234: Installer: Configure site text cleanup
- $form['admin_account']['account']['#tree'] = TRUE;#6
Steps to reproduce: install drupal. ;-)
The patch resolved it for me, though I haven't reviewed the code. This is the error without the patch:
#7
Oh, son of a...! :\
Will fix in the other issue.