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.
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
Comment #1
nikemen commentedComment #2
Crell commentedA 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.
Comment #3
nikemen commentedHappens only using PostgreSQL. It is shown in /admin/reports/status.
Comment #4
nikemen commentedComment #5
linuxpoet commentedI would mark this as a noop... PostgreSQL 7.4 is EOL in a couple of months.
Comment #6
dave reidI 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():
Comment #8
linuxpoet commentedComment #9
linuxpoet commentedI 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.
Comment #10
linuxpoet commented