Closed (duplicate)
Project:
Drupal core
Version:
7.x-dev
Component:
install system
Priority:
Critical
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
14 May 2009 at 14:53 UTC
Updated:
16 May 2009 at 18:29 UTC
When installing the core system i get a:
"Notice: Undefined variable: output in /var/www/onlinefolders/drupal/drupal-7.x-dev/includes/theme.inc on line 682 Warning: Cannot modify header information - headers already sent by (output started at /var/www/onlinefolders/drupal/drupal-7.x-dev/includes/theme.inc:682) in /var/www/onlinefolders/drupal/drupal-7.x-dev/includes/bootstrap.inc on line 858"
error in the requirements check.
It also happens when doing a minimal install.
I'm looking for a fix right now, but I'm guessing that headers should only be sent through one of these files :)
/Fidomuh.
Comments
Comment #1
parasolx commentedi also facing same problem.. can't install
Comment #2
mariuz commentedconfirmed , tested on my ubuntu jaunty
http://wiki.firebirdsql.org/wiki/index.php?page=Drupal+7+on+Ubuntu+Jaunty+
How do i debug it ?
Comment #3
mariuz commentedi have set the error_reporting(E_STRICT)
Strict Standards: Only variables should be passed by reference in /var/www/drupal-7.x-dev/install.php on line 436
Comment #4
RoboPhred commentedSame with me, ubuntu jaunty.
Comment #5
webchickTechnically #464556: Installer requirements check doesn't appear is a dupe of this, but that one has a patch.