Closed (fixed)
Project:
Performance Logging and Monitoring (D7)
Version:
7.x-1.2
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
23 Nov 2011 at 23:35 UTC
Updated:
16 Dec 2011 at 20:50 UTC
When I look at admin/reports/performance-logging I get this error
Notice: Undefined index: APC in performance_sources_switcher() (line 853 in drupal/sites/all/modules/performance/performance.module).
Summary logging (APC) is enabled everything else is default.
Comments
Comment #1
malc0mn commentedDo you have APC installed?
Wat is the exact URL of the page when you see this error?
Comment #2
troyer commentedPath like stated above is: admin/reports/performance-logging
APC is installed and working, I'm also using http://drupal.org/project/apc in case it might be relevant.
Drupal version: 7.9
APC: 3.1.7
PHP: 5.3.6
MySQL: 5.5.9
If you need more details let me know.
Comment #3
malc0mn commentedOoohohooo, that was silly. Case sensitivity issue with the associative array there :s
New release here: http://drupal.org/node/1359662
Edit: and here for D6 http://drupal.org/node/1359658