I'm getting the following error when updating ctools through drush, im running 6.x-1.0 right now, trying update to 6.x-1.2
--
Project ctools was updated successfully. Installed version is now 6.x-1.2.
Fatal error: Call to undefined function ctools_static() in /webdocs/www/public_html/sites/all/modules/ctools/includes/export.inc on line 83
Drush command could not be completed.
--
Not sure whats going on.
Comments
Comment #1
merlinofchaos commentedctools_static() should be defined on line 134 of ctools.module; if not you somehow have an incomplete upgrade.
Also definitely not 1.0 as static was introduced much more recently.
Comment #3
ruplMerlin, I ran across this exact same error (upgrading via Drush, CTools 1.0 -> 1.2 among other things) and I've verified that &ctools_static() is exactly where you said it is. Although it aborted the DB update in Drush, after running it manually, everything seems ok. Just wanted you to know it may be occurring even with a standard upgrade.
Comment #4
klynch3 commentedI have the same error. I installed the ctools module to go with the feeds module and as soon as I enabled them, I got a white screen and this error.
Comment #5
klynch3 commentedDisregard. I fixed my issue with the latest version of ctools:
http://drupal.org/project/ctools