I have trouble changing the image sizes in the settings. I change the pixel dimensions of thumbnails and previews, and it seems fine at first. The new values are shown after I submit the form. But when i load the settings page again the values are reset to the defaults, and new images also use the default sizes. The same thing happens when I try to add a third image size.
No error messages are shown.
I'm running PostgreSQL, maybe it's a compatibility issue. Details:
Drupal CVS, Oct 27 2005
image.module CVS, Oct 27 2005
PostgreSQL 7.5.11
PHP 4.3.10
Apache 2.0.54
Comments
Comment #1
asimmonds commentedThis patch should do it, moving the form #tree up one level in the form array.
Comment #2
zoo33 commentedYes, that works beautifully. Thanks!
Ready to be committed?
Comment #3
asimmonds commentedThe tree property bug in the form api (http://drupal.org/node/35630) is the problem here, so there is nothing wrong with the image.module. I've tested image.module settings with and without the #35360 patch and that patch fixes the problem.
So switching back to active until #35360 is committed.
Comment #4
asimmonds commented#35630 has been committed to HEAD, so marking this issue as fixed
Comment #5
zoo33 commentedI can confirm that the problem is gone in current CVS.
Comment #6
(not verified) commented