Problem: drush en cck will installed the approved cck release, but not the dev version. How do I install the dev version?
Answer: drush en cck-6.x-2.x-dev
This will install the latest dev version. But when it comes to enabling CCK the syntax is somewhat different - remember that "cck" is not a module , its a package of modules, with the core of it being the "content" module.
Therefore to enable CCK , the drush command is
drush en content
No comments:
Post a Comment