After activating all of the CCK modules, I can't get back into the admin section. Normal content seems to work. However, when I click on the Administer menu item I only get the current page back.

How do I manually deactivate the CCK modules?

Comments

mphilipp’s picture

It seems that only the admin overview/index page doesn't work. It works when I go to any other admin page directly.

mphilipp’s picture

Yet another update: all pages that use the cck module in any way do not work.

yched’s picture

What is "do not work" ? blank page ? error message (which one ?) ?

Plus, can you give precise urls of pages that do not work ?

This has to be something wring with your install. 1.3 release has benn out for a couple weeks now, so I guess we'd be flooded with issues if it was that broken.
Can you provide info about your setup ?
PHP / MySQL version, which field modules are enabled ?

yched’s picture

Er, plus, of course, you could try downloading latest dev release, that fixes some bugs. :
http://ftp.osuosl.org/pub/drupal/files/projects/cck-5.x-1.x-dev.tar.gz

As If’s picture

You may have just hit a memory limit on your machine. Try deactivating one or two modules via the system table.

karens’s picture

I had a couple similar reports for the Date module and it was inadequate memory. Search the Drupal site for tips on how to increase memory in your htaccess, php.ini, or settings files.

mphilipp’s picture

Status: Active » Closed (fixed)

It was insufficient memory indeed. There was no error page however. Thanks for your help!