I cloned issue #2702267: Call to undefined function ctools_export_crud_load_all() because I couldn't re-open it (it was marked as 'Closed (fixed)' even though it isn't fixed.
Original report
Hi.
I was getting this error:
Call to undefined function ctools_export_crud_load_all() in /chroot/home/adigital/adigital.pt/drupal7/sites/all/modules/custom_help_text/custom_help_text.module on line 62
I managed to solve it by inserting:
ctools_include('export');
above the line refereed above.
The same line was already on line 177 of the same file custom_help_text.module
Now the error is gone.
I didn't make a patch because it's just a single line :)
have fun
Comments
Comment #2
jelle_sAnd here's a patch for those using automated build tools with drush make. :-)
Comment #4
tessa bakker@Jelle_S, thanks for the patch!
Comment #6
tessa bakkerThat was the last one.