Closed (fixed)
Project:
Content Construction Kit (CCK)
Version:
6.x-1.x-dev
Component:
Code
Priority:
Critical
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
10 Feb 2006 at 14:26 UTC
Updated:
2 Mar 2006 at 16:47 UTC
The cck.mysql file is missing in the tarball I just downloaded.
Comments
Comment #1
Tobias Maier commentedwe dont have this files anymore
the current head version of drupal includes an install system which uses the modulname.install-file
Comment #2
venkat-rk commentedThanks for the clarification. I used the module after reading Nick Lewis' blog and that seemed to suggest a mysql file.
Comment #3
RayZ commentedIn case anyone else runs into this problem ...
If you want to manually drop the CCK related tables and have them recreated automatically from the *.install files, you must also delete the rows for the corresponding module in the system table (e.g. the row where filename = "modules/cck/content.module"). Then re-enable the module and the tables should be recreated for you.
This should be true for any module that has a corrresponding .install file.
Oh, and of course, don't go dropping and re-creating tables manually unless you know what you're doing.
Comment #4
(not verified) commented