- πΊπΈUnited States dmundra Eugene, OR
Closing this ticket since 7.x is no longer supported
Notice: Undefined offset: 0 in elasticsearch_aws_connector_form_alter() (line 20 of /elasticsearch_aws_connector/elasticsearch_aws_connector.module).
This happens on every page there is form and that is not elasticsearch_connector_edit_cluster form. The problem is quite obvious. $cluster = $form_state['build_info']['args'][0]; is outside of the form id check.
function elasticsearch_aws_connector_form_alter(&$form, &$form_state, $form_id){
$cluster = $form_state['build_info']['args'][0];
if ($form_id == 'elasticsearch_connector_edit_cluster') {
Closed: won't fix
5.0
Code
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.
Closing this ticket since 7.x is no longer supported