As this happens since I have installed Custom Formaters and not before I guess it's more a custom formaters issue that ctools.

Notice: Undefined index: export in ctools_export_crud_load() (Zeile 75 von sites\all\modules\ctools\includes\export.inc).

Comments

hass’s picture

This happens if you create a custom PHP formater and assign it to a field that has data and get's formatted. If the field data is empty it's not shown. The message is only shown on search form if the search result contains a node that use the display format.

deciphered’s picture

Status: Active » Postponed (maintainer needs more info)

I was unable to reproduce the issue.

Can you test with the latest dev to confirm if the issue is still present?

hass’s picture

Status: Postponed (maintainer needs more info) » Active

1. Create a custom PHP based formater for a field
2. Create a node with content and this field.
3. Search for anything in this node and it it shows in the search result you will see the message.

deciphered’s picture

I did exactly that already and I was unable to reproduce. Did you test the latest dev like I asked?

I haven't got time to chase down issues that may have already been fixed. If it is still an issue in Dev then you will need to provide me with more information, such as the formatter itself or a feature containing the preconfigured setup that 100% reproduces the issue.

giorgio79’s picture

Status: Active » Closed (fixed)

7.2.1 fixed it for me