I get, in status report page:

notice: Undefined index: value in /home/public_html/modules/system/system.admin.inc on line 2054.

Apache/2.2.9, PHP 5.2.3, PostgreSQL 7.4.19.

Comments

nikemen’s picture

Priority: Normal » Critical
Crell’s picture

Priority: Critical » Normal
Status: Active » Postponed (maintainer needs more info)

A notice isn't critical.

What is on that line? Does it only happen with postgres or mysql as well? What are you trying to do when that happens? We need some way to replicate the issue.

nikemen’s picture

Happens only using PostgreSQL. It is shown in /admin/reports/status.

nikemen’s picture

Status: Postponed (maintainer needs more info) » Active
linuxpoet’s picture

I would mark this as a noop... PostgreSQL 7.4 is EOL in a couple of months.

dave reid’s picture

I can't duplicate this. I'm using error reporting set to E_ALL | E_NOTICE and PostgreSQL 8.3. Make sure you're using the latest HEAD.

For reference, line 2054 is in theme_status_report():

        $output .= '<tr class="' . $class . ' merge-down"><th>' . $requirement['title'] . '</th><td>' . $requirement['value'] . '</td></tr>';
linuxpoet’s picture

Assigned: Unassigned » linuxpoet
linuxpoet’s picture

I am closing this ticket. PostgreSQL 7.4 is moving EOL this year. The idea that anyone would be using 7.4 with Drupal 7 is a bit ludicrous.

linuxpoet’s picture

Status: Active » Closed (won't fix)