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).
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
Comment #1
hass commentedCross post #1098292: Notice: Undefined index: export in ctools_export_crud_load() (line 75 of ctools/includes/export.inc).
Comment #2
hass commentedThis 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.
Comment #3
decipheredI was unable to reproduce the issue.
Can you test with the latest dev to confirm if the issue is still present?
Comment #4
hass commented1. 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.
Comment #5
decipheredI 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.
Comment #6
giorgio79 commented7.2.1 fixed it for me