I am trying to run the field conversion for images, and the checkbox is disabled with the message "This conversion plan has already run." From the code, I see that it's looking for a table called "image" which doesn't exist. I have gone through some d6->d7 conversion already, but checking my clean d6 database, there is no "image" table (or "dr_image", since my tables have a prefix) there either.

I'm not a Drupal expert, so I could easily be missing something obvious.

Comments

Mokey’s picture

I commented out the section that disabled the checkbox and went ahead with the conversion. It seemed to work, though I haven't tested it thoroughly yet.