Not sure why, but on my site, when trying to migrate from D5 -> D6 -> D7, my legacy imagefield fields don't define a min_resolution setting. So, the migration is *full* of PHP notices about this. Seems like a few of the other legacy settings could have the same fate... Stay tuned for a patch.
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | 1093844-1.content_migrate_imagefield_warnings.patch | 2.16 KB | dww |
Comments
Comment #1
dwwInstead of continuing the cut+paste code here, I just merged a few of the legacy settings into a little loop since they all do the same thing.
Comment #2
dwwNote: If I knew reasonable defaults for the other settings (or even these 3) I'd just expand the $settings array and remove yet more code.
Comment #3
karens commentedI committed this but have to roll part back. 'max_filesize_per_file' got changed to 'max_filesize'. A number of these settings changed their names, which makes it had to make this real clean.