Just upgraded to 7.x.1.7, after upgrading core to 7.35, and am getting this error:

Fatal error: require_once() [function.require]: Failed opening required '/home/family/www/drupal7/sites/all/modules/ctools/plugins/content_types/node_form/node_form_taxonomy.inc' (include_path='.:/usr/local/php53/lib/php') in /home/family/www/drupal7/sites/all/modules/ctools/includes/plugins.inc on line 475

The file doesn't exist in the module, though. I tested bringing it in from the previous version, but that just passed me along to another error message telling me that it couldn't find node_form_input_format.inc. -- and after that to ctools/plugins/content_types/page/page_footer_message.inc

I reverted back to 1.6, which restored the site, but left the urgent security warning.

I see that someone else reported that some files aren't being found, but they were discussing the dev version, and also didn't seem to be getting wsod and fatal error, so not certain it's the same issue.

Comments

widukind’s picture

@brpubs

node_form_taxonomy.inc is a file in the Drupal 6 branch of CTools, it does not exist in D7.

http://www.drupalcontrib.org/api/drupal/contributions!ctools!plugins!con...

I don't think this is a bug.

brpubs’s picture

Hmm. Thanks for the note. This was on a site that I'm in the process of upgrading from D6 to D7, so perhaps it has something to do with that. Ctools wasn't used in the original site, but I did bring it in as part of upgrading everything to the most recent D6 version. I'll investigate further. Thanks.

brpubs’s picture

Category: Bug report » Support request
Status: Active » Closed (fixed)

Apologies -- user error, apparently. Backtracking and turning off all dependencies before upgrading ctools, and more compulsively clearing cache after each step, resolved the issue.