Still on Drupal 7? Security support for Drupal 7 ended on 5 January 2025. Please visit our Drupal 7 End of Life resources page to review all of your options.
I have a Drupal 6 site that I'm trying to migrate to Drupal 7. However, I have a gallery using the Image and Image Gallery modules.
I know that Image is a dead end from Drupal 6, but the Image nodes can be converted to CCK ImageField fields uning the Field Converter module.
However, a migrationpath for Image Gallery seems to be largely forgotten, or at least I've managed to find almost nothing about it on the web. I think my best option is to roll my own gallery with Views, but I would welcome any tips for bringing my images from the Drupal 6 site.
I just upgraded from Drupal 7.8 to 7.10. All seemed to go pretty well, except that now for the pages with any custom image fields that I have created, I am getting these 2 errors at the top of the page(s):
Notice: Undefined property: stdClass::$field_imageurl_staff_width in field_sql_storage_field_storage_load() (line 360 of /home3/covellog/public_html/modules/field/modules/field_sql_storage/field_sql_storage.module).
and
Notice: Undefined property: stdClass::$field_imageurl_staff_height in field_sql_storage_field_storage_load() (line 360 of /home3/covellog/public_html/modules/field/modules/field_sql_storage/field_sql_storage.module).
where $field_imageurl_staff is my custom image field.
i tried turning off error reporting in my php.ini file. but this is not working.
please help.
thank you
Jean (drupal newbie)
p.s.
i now see my problem goes much deeper. i just tried to upload a new staff image to a staff page and i get this error. (see error message below)
this all was working fine in v7.8 before the upgrade to 7.10.
any ideas?
I upgraded to 6.22 and moved an ecommerce site to a new host.
All previous Imagecache product images work, but new products only show the default image, even thought the image does upload.