I wanted to try out CCK, but since I read it's 4.7 only, I set up a separate test site running Drupal CVS. I downloaded the latest CVS version of CCK, unpacked it and installed it following the instructions. Logged in as administrator (and user/1), I activated the content.module and all the various content types (text etc.). Checking in the database showed that the MySQL database was actually updated with the right schemas specified in the various .install files.
However, I noticed at once something was wrong because there was no administer -> content -> content types link in the navigation menu. I thought it might have mistakenly ended up as a disabled menu item, so I looked under administer -> menus, but there was no relative link anywhere.
I then thought it might be a permission error, so I went to administer -> access control and found out there was no administer content types entry, while reading the content.module source leads me to believe there should be.
I read further the the content.module source and realized that the module defined these urls to administer the various content types:
admin/node/types/
admin/node/types/delete
admin/node/types/add_field etc.
so I tried accessing them manually: they seem not to exist at all, they just send me back to admin/node.
As last attempt I switched themes repeatedly (from friendselectric to pushbutton to bluemarine), but there was no change at all, so I guess it's not a weird theme-related problem.
What did I do wrong? Why does CCK show up only under administer -> modules and nowhere else?
It seemed to me I followed the instructions to the letter, but since I read on the forums there are people who at least manage to see the various cck administration pages, I guess I must have missed something. Could anybody help, please?
Comments
Comment #1
sangamreddi commentedcheck under content types and create a new node type over there.
Comment #2
RayZ commentedDo you also have flexinode installed? I believe it tromps on some of CCK's menus.
Comment #3
Permanently Undecided commentedIf you mean under administer -> settings -> content types I'd already tried and it's just not there. There's no option to create a new content type, just a listing of already present content types (blog, books, etc.).
It's as if the module wasn't there, even though I installed it according to instructions. Installation of other modules is successful, in case you were wondering.
No, I don't have flexinode installed on this test site.
Thanks for replying!
Comment #4
sangamreddi commentedCheck it under admin>>content>>content types
http:/example.com/admin/node/types
Then create your new content type over there, then it appears in the create content page.
Comment #5
Permanently Undecided commentedYes, I do get that the administration page for cck should be there; what I'm saying here is that it's not. If I access that url, I get redirected to /admin/node, as if cck weren't installed at all.
Comment #6
sangamreddi commentedAre you using the latest CCKmodule? Download it from http://cvs.drupal.org/viewcvs/drupal/contributions/modules/cck/
On projects download page the tarball might be older one.
Comment #7
Permanently Undecided commentedYes, I did a CVS checkout of the module since I read that there've been some problems with tarballs lately.
Comment #8
jonbob commentedI'm guessing this bug is biting you:
http://drupal.org/node/51576
Comment #9
Permanently Undecided commentedThanks, JonBob! :) I see that the bug is fixed now, so I'll be downloading the latest Drupal CVS immediately. I can't wait to try out CCK! Thank you so much for all your hard work on it!
Comment #10
Permanently Undecided commentedThe latest Drupal CVS (where the aforementioned bug is fixed) solves this problem.
Comment #11
(not verified) commented