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

Jelle_S created an issue. See original summary.

jelle_s’s picture

Version: 7.x-1.3 » 7.x-1.x-dev
Status: Active » Needs review
StatusFileSize
new413 bytes

And here's a patch for those using automated build tools with drush make. :-)

tessa bakker’s picture

Assigned: Unassigned » tessa bakker
Status: Needs review » Fixed

@Jelle_S, thanks for the patch!

  • Tessa Bakker committed 3bd8218 on 7.x-1.x
    Issue #2827679 by Jelle_S, Tessa Bakker: Call to undefined function...
tessa bakker’s picture

That was the last one.

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.