VeggieMeat / search_api_elasticsearch

Clone of project at drupal.org/project/search_api_elasticsearch for better CI options than what D.O offers
16 stars 8 forks source link

Cannot add another server node #55

Closed VeggieMeat closed 9 years ago

VeggieMeat commented 9 years ago

Original issue: https://www.drupal.org/node/2355357

When trying to add another Elasticsearch node (in the "Elasticsearch (via Elastica)" section) under search_api server configuration (my server is called "es4"):
admin/config/search/search_api/server/es4/edit
nothing happens.

Clicking on the "+" gives me a "Please wait" for a tick, then disapears and does nothing.

Apache log shows that "POST /system/ajax" is being called on the "+" click.
At the same time, there is an PHP Fatal error logged in the apache error log:

PHP Fatal error:  Call to undefined function _search_api_elasticsearch_configuration_form_submit_custom() in /srv/www/vhost/test.example.com/includes/form.inc on line 1513,
referer: http://test.example.com:8080/admin/config/search/search_api/server/es4/edit

The same happens with the dev version of the search_api_elasticsearch module.

I'm happy to debug / provide more info.

Thank you,
Marji