Fatal error: Call to undefined function ctools_export_crud_disable()
Tried adding it to an update/install function, and bam.
Not sure if this is a bug report or feature request, so went with the coopt of decision making, support request.
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | include-ctools-export-functions-2098863-2.patch | 597 bytes | devin carlson |
Comments
Comment #1
hefox commentedMay be a core bug, but disabling may not be enough to alert core/fields that something is up http://gyazo.com/180a66eb0bb5f43feca8998eaa1ea0d6
Comment #2
devin carlson commentedAll of the ctools export functions live in
ctools/includes/export.incand are included before use by functions likefile_type_load()andfile_display_save().A patch to include the export functions in
file_type_enable()andfile_type_disable()as well.Comment #3
devin carlson commentedCommitted #2 to File entity 7.x-2.x.