We have an issue that is seemingly indiscriminate, but some node content is disappearing and on display it kills the whole node and theme. The content fields on these nodes is being moved into field_deleted tables but we (the 2 developers on the site) are not doing anything that we know of to trigger it--it seems to be automatically happening. Any ideas?

A few things we know:

It isn't happening across all nodes of a certain content type, just some of them.
The fields being changed include file fields, taxonomy terms, and text fields.
We're not finding any watchdog error messages related to this.
We recently upgraded to 7.41 and it seemed to be working fine until we started noticing some nodes disappearing. We had also run into this problem under previous versions of Drupal too.

Comments

brisath created an issue. See original summary.

brisath’s picture

One other piece of information related to this: we had a content type that we recently converted to another content type simply by changing the content type name in the database. Since all the fields that we needed lined up correctly (because they were the same field), we figured this wouldn't be a problem to do in the database. Would a change in content type name cause Drupal to do some unexpected automatic handling of a node's fields.

cilefen’s picture

Priority: Major » Normal

There is a good chance hacking the database may have caused this. Can you restore your database to a time before you made that change on a test system and verify?

brisath’s picture

Thanks for the reply. We're also noticing some uploaded files (to nodes) have disappeared from the files directory.

Version: 7.41 » 7.x-dev

Core issues are now filed against the dev versions where changes will be made. Document the specific release you are using in your issue comment. More information about choosing a version.