Hello, I'm using a clean installation of D5.10 in my MAMP localhost environment. I made a fresh install of Drupal and copied the following modules to the sitesd/all/modules:
-ubrowser
-views
-workflow_ng
-pathauto
-tapir
-token
-ubercart
-dhtml_menu
-imageapi
-imagecache
-imagefield
-cck
-devel
-admin_menu
-bueditor
Then I went to the modules page and enabled at the same time:
- DHTML Menu
- Administration Menu
- CCK
- Imagefield (5.21)
- Imagecache
- Image API
And I didn't get any confirmation and got a white screen of death. When I navigated back, I got the confirmation message on another page. I started to move the modules in order to see which one was giving me this error. At the end I found that only when I removed Imagecache from the modules folder, I could see the module administration page. Has this happened to anyone, or could anyone please recreate in their localhost and see if it happens on theirs. Cheers.
Comments
Comment #1
ipwa commentedI did some more testing and removed every module, except cck, imagefield, imagecache and imageapi, and I didn't get the screen anymore. I started adding the modules to the folder one by one, and found that devel was giving the problem, so I'm guessing there is a compatibility issue between Devel and Imagecache 5.21 in Drupal 5.10 ?
Comment #2
starbow commentedI am having this problem as well.
It only seems to happen the first time I turn imagecache on.
Comment #3
fizk commented