when adding new content (article, basic page) the only field that appears is the title, the body & image fields do not show.
I get this error message when managing fields in content type:
Inactive fields are not shown unless their providing modules are enabled. The following fields are not enabled:
Body (body) field requires the text_textarea_with_summary widget provided by text module
Tags (field_tags) field requires the taxonomy_autocomplete widget provided by taxonomy module
Image (field_image) field requires the image_image widget provided by image module
Any suggestions???

CommentFileSizeAuthor
#11 screenshot.PNG28.6 KBdeker0

Comments

avir’s picture

Issue summary: View changes

missing info

devin carlson’s picture

Assigned: avir » Unassigned
Category: feature » support

The errors state that multiple required modules are disabled or missing.

Do you have the core Text, Taxonomy and Image modules enabled? Can you check your Drupal installation and make sure that all of these modules exist within the /modules directory?

Courtney.B’s picture

Not sure, but maybe this should be changed to bug report?

I think I'm having the same problem as Avir, as well as what's mentioned on this forum thread and this thread.

The Text module is unchecked and gray (uncheckable) on a fresh install, no changes made. I first noticed the problem when I was installing a few other modules and it failed because the Comment module is checked but Text is not.

For now, I'm sticking with 7.7 but will be following this thread. I'm not 100% sure if this is a problem with core or a problem with the hosting (Bluehost, simple script installation). In any case, I'm more than happy to test and report results.

Courtney.B’s picture

Component: other » field system
TWD’s picture

Having exactly same problem as reported by cybl00

Drupal 7.8

Fresh install on Hostmonster (sister company of BlueHost) using Simple Scripts one click installer.

Text Module is unchecked and uncheckable.

TWD’s picture

Anonymous’s picture

Same problem with 7.8 install. wysiwyg module and ckeditor installed. text module selected okay.

TWD’s picture

Did you install via a "one click installer" program like Simple Scripts or Fantastico?

Is your hosting company Hostmonster.com or BlueHost.com

It would be good to narrow down the source of this problem,
whether it's within Drupal or in the setup installation profile
that outside parties are creating.

Courtney.B’s picture

I believe the problem comes from the "one click installer" program. I use BlueHost and Simple Scripts. Should we change the component to "Other"?

If your "one click installer" is causing this particular problem, you could either change the database manually as suggested in http://drupal.org/node/1279398#comment-4990148 or you could choose to install 7.7 via Simple Scripts, then after completing the installation, upgrade to 7.8 through Simple Scripts. I tried out both solutions on different sites and they both worked for me.

jkingsnorth’s picture

Status: Active » Closed (fixed)

Solutions suggested

deker0’s picture

Issue tags: +module, +content, +drush, +summary, +warning, +text, +widget, +cache, +varnish, +body, +entity

Drupal 7.22 here with almost the exact same issue.

Running Varnish. Have EntityAPI 1.2 installed as well.

Text module is greyed out, but shows as being checked ON. Database also shows status of '1' for the Text module.

After caches are cleared periodically (we do this using Drush via a cronjob), the body of some pages become blanked out.

Going to the content type shows this -

Inactive fields are not shown unless their providing modules are enabled. The following fields are not enabled: Body (body) field requires the Text area with a summary widget provided by text module

Any help in getting this resolved would be greatly appreciated!

deker0’s picture

StatusFileSize
new28.6 KB

Attaching a screenshot of the error I am seeing.

Also, clearing cache manually seems to resolve the issue temporarily and the page content reappears.

deker0’s picture

Issue summary: View changes

More info

caspervoogt’s picture

Issue summary: View changes

just to chime in, I just encountered this on 7.26, with Varnish + Memcache + APC, but with Drupal caching disabled (it's a dev site). I have commented these out in my settings.php and will see if that makes the issue stop happening. Will report back here when I have some results to share.

caspervoogt’s picture

p.s. not sure why this was marked fixed.. I didn't see any actual solutions in this thread, and the issue is still happening for some people. Clearing cache is only a temporary solution.

Anonymous’s picture

I haven't looked at this issue in a long time. It may have been related to field permissions associated with content types that were marked as Organic Groups content. With OG you have to set permissions for each field individually.

caspervoogt’s picture

I'm not using Organic Groups. I'm also not using Field Permissions, of that matters. I have found the issue recurring, even after I disabled Memcache/Varnish/APC integration in settings.php I have now also disabled those modules, in case they were still interfering. Will see if that makes a difference.