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?
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
Comment #1
mphilipp commentedIt seems that only the admin overview/index page doesn't work. It works when I go to any other admin page directly.
Comment #2
mphilipp commentedYet another update: all pages that use the cck module in any way do not work.
Comment #3
yched commentedWhat 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 ?
Comment #4
yched commentedEr, 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
Comment #5
As If commentedYou may have just hit a memory limit on your machine. Try deactivating one or two modules via the system table.
Comment #6
karens commentedI 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.
Comment #7
mphilipp commentedIt was insufficient memory indeed. There was no error page however. Thanks for your help!