The cck.mysql file is missing in the tarball I just downloaded.

Comments

Tobias Maier’s picture

Status: Active » Fixed

we dont have this files anymore
the current head version of drupal includes an install system which uses the modulname.install-file

venkat-rk’s picture

Thanks for the clarification. I used the module after reading Nick Lewis' blog and that seemed to suggest a mysql file.

RayZ’s picture

In 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.

Anonymous’s picture

Status: Fixed » Closed (fixed)