after creating a panels page, i create a basic flexible layout with layout designer. in the left and right regions i put the navigation menu and login menu respectively and do not put any content into thecenter region. After saving the panel i visit the path in my browser (/home) and receive this error.

Fatal error: Call to undefined function ctools_plugin_api_include() in /home/public_html/d6/public/sites/all/modules/ctools/includes/export.inc on line 234
Page execution time was 208.01 ms.

this also clears any content i have put into the regions (the menu's i place in them)

i had not received this issue until i looked at and tried the fix for a panels issue for views not saving in regions at http://drupal.org/node/442818

Comments

merlinofchaos’s picture

Status: Active » Fixed

Yup, I *just* checked in the code. The fix is to add a ctools_include('plugins') right before that line. I thought I had, but I hadn't, and in my test plugins must already have been included from another source.

Checked in a fix.

Status: Fixed » Closed (fixed)

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