[EDITED] Just installed FPP 1.5 and I'm getting WSOD due to this error "PHP Fatal error: Call to undefined function ctools_cleanstring() fieldable_panels_panes.module on line 664 in function fieldable_panels_panes_preprocess_panels_pane().

This is what I did. I created a fieldable_panels_panes, put pane in a panels page and term_view handler, and got WSOD.

Googled it, found nothing.

I've noticed the use of ctools_include('somefile') in other parts of the code when using ctools functions, and inserting

ctools_include('cleanstring');

just before the culprit will actually remove the problem.

I can't believe this is a bug since Google knows nothing about it - am I missing something?

CommentFileSizeAuthor
#3 fpp-fix-undefined-function-2204837-3.patch552 byteskirkby
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

kirkby’s picture

Issue summary: View changes
kirkby’s picture

Category: Support request » Bug report

Changed category to bug report.

kirkby’s picture

Added (my first ever) patch - hope this will work.

drupalycious’s picture

Version: 7.x-1.5 » 7.x-1.x-dev

I can see the same kind of error in the dev version

An AJAX HTTP error occurred. HTTP Result Code: 200 
StatusText: OK
ResponseText: Fatal error: Call to undefined function ctools_include() in .../sites/all/modules/fieldable_panels_panes/fieldable_panels_panes.install on line 319

When I downgrade to 1.5, the error disappear.

drupalycious’s picture

I put it in a separate issue, in case it is not related.

https://drupal.org/node/2262993

  • Commit 7ef467f on 7.x-1.x authored by Kirby, committed by Dave Reid:
    Issue #2204837 by Kirby: Fixed call to undefined function...
Dave Reid’s picture

Status: Active » Fixed

Confirmed and committed #3 to 7.x-1.x.

Status: Fixed » Closed (fixed)

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