I am installing Drupal with the Innovation News Installation Profile. I have downloaded all the additional modules and theme, as per the instructions but Drupal is telling me that I am missing the following required modules:

* The content module is required but was not found. Please move it into the modules subdirectory.
* The content_permissions module is required but was not found. Please move it into the modules subdirectory.
* The number module is required but was not found. Please move it into the modules subdirectory.
* The text module is required but was not found. Please move it into the modules subdirectory.
* The optionwidgets module is required but was not found. Please move it into the modules subdirectory.

I'm not sure where to download these required modules, nor do I know where they should go as the modules for the Innovation News profile are located in: "/sites/all/modules/" and the theme is located in: "/sites/all/themes/".

Any thoughts?

Regards.

Comments

michelle’s picture

Those are all parts of Content Construction Kit (CCK)

Michelle

--------------------------------------
See my Drupal articles and tutorials or come check out life in the Coulee Region.

paperclip’s picture

For any others:

1) Go here: http://drupal.org/project/cck
2) Download the CCK.
3) Untar the tarball of core files.
4) Copy the entire cck/ folder to your /modules/ folder.
5) Carry on with the installation...

Thanks Michelle.

aitala’s picture

CCK should go in /sites/all/modules/ as well...

Eric

__________

Eric Aitala - f1m@f1m.com
The Formula 1 Modeling Website
www.f1m.com

__________
Eric Aitala - ema13@psu.edu
Penn State

224b8605113373e086cb27708ff301ba18ce394db1996e7e22928e4555e0d20b1b6cecc7f67c9bd9e536cb915779c485

restless94110’s picture

Your comments (all 3 of them) helped me get this profile working. The Readme in the profile should be changed to add the cck module and of course, all of the modules that need to be downloaded and unpacked then need to go in the sites/all/modules/ directory and no other directory.

One other thing that is not clear from the Readme.txt: the innovationprofile.profile file must be dropped into a sub-directory called innovationnewsprofile under the profiles directory, NOT as I originally thought, straight into the profiles directory. The install will give you a pretty clear warning if you didn't create a subdirectory called "innovationnewsprofile" so you can do it then, but the Readme should just say to do it first off.

Thanks again.