Closed (won't fix)
Project:
Drupal core
Version:
7.x-dev
Component:
install system
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
16 May 2009 at 16:42 UTC
Updated:
22 May 2009 at 04:04 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
neclimdulQuick summary of IRC discussion. We found this to be caused by #310467: Slimmer hook_theme(). Since we don't have the registry yet in the installer we can't find theme_status_report in system.admin.inc.
Comment #2
sivaji_ganesh_jojodae commentedA quick fix to this issue is to move the definition of function theme_status_report from modules/system/system.admin.inc to includes/theme.maintenance.inc. Here a patch which does this task.
This is my first patch to drupal core, thanks to webchick, Damz and chx for encouraging.
Comment #3
sivaji_ganesh_jojodae commentedAfter applying this patch you will be able to see a table of requirement message like http://img40.imageshack.us/img40/6445/screenshot1f.png
Comment #4
sivaji_ganesh_jojodae commentedchanging the status to needs review.
Comment #5
webchickMarked #462612: Installation gives a "Headers already sent" error, on the Requirements check. as a duplicate of this issue. Though that one is older, this one has a patch.
I'm also re-titling this issue so it's more obvious what it's about.
Comment #6
neclimdul#464624: Allow limited functionality of drupal_function_exists in MAINTENANCE_MODE could fix this addressing a deeper problem with the registry.
Comment #7
sirkitree commentedThis patch works for me. I now see the requirements telling me I don't have a settings.php file.

Comment #8
dave reidLet's not add two blank lines between functions please. :)
Comment #9
pasquallefix empty lines
Comment #10
webchickSo this is not an ideal fix, since "Just add it to theme.maintenance.inc!" is not really a solution for contrib and custom modules. :\ However, it's a nice stop-gap solution for people who are trying (and failing) to install D7 atm.
Would like to see people at #464624: Allow limited functionality of drupal_function_exists in MAINTENANCE_MODE working on a more holistic solution to this issue.
Comment #11
johnalbinsubscribe.
Comment #12
moshe weitzman commentedI think we have to fix the installer here and now. #464624: Allow limited functionality of drupal_function_exists in MAINTENANCE_MODE has no good idea ATM.
Comment #13
dries commentedI don't get it, if this problem was caused by #310467: Slimmer hook_theme(), why don't we roll back that patch instead of trying to fix this issue with a temporary fix?
Unless someone disagrees, I suggest we roll back #310467.
Comment #14
webchickOh. Well sure! :) I never know what the rules are on rolling back patches that the other committers commit. I'll go do that now.
Comment #15
alexanderpas commentedWasn't it something like... if it critically breaks something, rollback, note in issue, and continue with a working drupal ;)