My feature .info file has a bunch of fields in it.
When i run fu, features reports that "The file *.features.field.inc has been deprecated and can be removed"
and my .feature.inc file is reset to be blank with the message "// This file is deprecated and can be removed."
OK, fine, i don't need that file anymore.
But the .field_base and .field_instance files don't get created either.

So, now i export some variables with "fe", and the .info file gets updated with the new syntax "variable[] = whatever", but the features.strongarm.inc file doesn't get created. And the .module file gets blanked altogether, now my .features.inc file doesn't even get included.

Why would Features create the .info file properly, but not create the include files?

I'm nearly certain this is related to something specific to my configuration, but I've no idea what.
Has anyone else run into anything similar?
How can I fix it?

Comments

aaronbauman created an issue. See original summary.

AaronBauman’s picture

Title: "The file *.features.field.inc has been deprecated and can be removed." » All kinds of problems when updating from 1.x to 2.6
Version: 7.x-2.x-dev » 6.x-1.x-dev
Issue summary: View changes
AaronBauman’s picture

Issue summary: View changes
mpotter’s picture

You marked this for Drupal 6. Is that a mistake? You can't just update from 6.x-1.x to 7.x-2.6. So I'm assuming you mean going from 7.x-1.x?

If the *.inc files are not getting created, then it's more likely a directory permission or ownership problem. Instead of using drush fu, try re-exporting the Feature via the UI to see if you get error messages about writing the files.