I had to change include_once(drupal_get_path('module', 'content') .'/content.module'); to include_once(sites/all/modules/cck/content.module'); to get it to work.

Comments

Setzler’s picture

This was happening when I was trying to add another site to my multi-site configuration, as you can tell by the file path.

mh86’s picture

this should be fixed in the new beta4 too.
including the content module with drupal_load instead of a include_once now.

mh86’s picture

Status: Active » Fixed
Anonymous’s picture

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for two weeks with no activity.