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.
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
Comment #1
Setzler commentedThis was happening when I was trying to add another site to my multi-site configuration, as you can tell by the file path.
Comment #2
mh86 commentedthis should be fixed in the new beta4 too.
including the content module with drupal_load instead of a include_once now.
Comment #3
mh86 commentedComment #4
Anonymous (not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.