Closed (fixed)
Project:
Acquia Connector
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
2 Mar 2009 at 14:47 UTC
Updated:
6 Apr 2009 at 16:20 UTC
Jump to comment: Most recent file
Comments
Comment #1
pwolanin commentedmore: notice: Undefined index: attributes in /Users/Shared/www/drupal-6/sites/all/modules/acquia_connector/acquia_agent/acquia_agent.module on line 307.
Comment #2
pwolanin commented# notice: Undefined index: attributes in /Users/Shared/www/drupal-6/sites/all/modules/acquia_connector/acquia_agent/acquia_agent.module on line 307.
# notice: Undefined index: class in /Users/Shared/www/drupal-6/sites/all/modules/acquia_connector/acquia_agent/acquia_agent.module on line 307.
# notice: Undefined offset: 1 in /Users/Shared/www/drupal-6/sites/all/modules/apachesolr/SolrPhpClient/Apache/Solr/Response.php on line 136.
Comment #3
pwolanin commented# notice: Undefined index: scheme in /Users/Shared/www/drupal-6/sites/all/modules/acquia_connector/acquia_agent/acquia_agent_streams.inc on line 68.
# notice: Undefined index: scheme in /Users/Shared/www/drupal-6/sites/all/modules/acquia_connector/acquia_agent/acquia_agent_streams.inc on line 114.
# notice: Undefined index: scheme in /Users/Shared/www/drupal-6/sites/all/modules/acquia_connector/acquia_agent/acquia_agent_streams.inc on line 140.
these are odd - maybe need to re-install since somehow an empty path is getting passed in.
Comment #4
pwolanin commentedComment #5
pwolanin commentednote this turns out to be more than a cosmetic fix - if the address is set to 'rpc.acquia.com', parse_url() returns that value for 'path' rather than 'host'.
Comment #6
pwolanin commentedoops - and a new notice from the theme function override.
Comment #7
pwolanin commentedHmm, turns out admin_menu doesn't even use the 'attributes' - so we should be adding the class to 'extra class'.
Also, we should delete the admin menu link if the module is disabled (oesn't happen automatically since it's an external link).
Comment #8
pwolanin commentedcommitted