Recently i have bought a drupal template from template monsters. I've installed it just like it was said in the instalation pdf + imported the database, and after i had this error mesage. What does it mean and how can it be fixed? As you can see in the error message below, i am runing drupal on my computer using wamp.

Notice: Undefined property: stdClass::$field_image_width in field_sql_storage_field_storage_load() (line 360 of C:\wamp\www\drupal\modules\field\modules\field_sql_storage\field_sql_storage.module).
Notice: Undefined property: stdClass::$field_image_height in field_sql_storage_field_storage_load() (line 360 of C:\wamp\www\drupal\modules\field\modules\field_sql_storage\field_sql_storage.module).
Notice: Undefined property: stdClass::$field_image_width in field_sql_storage_field_storage_load() (line 360 of C:\wamp\www\drupal\modules\field\modules\field_sql_storage\field_sql_storage.module).
Notice: Undefined property: stdClass::$field_image_height in field_sql_storage_field_storage_load() (line 360 of C:\wamp\www\drupal\modules\field\modules\field_sql_storage\field_sql_storage.module).
Notice: Undefined property: stdClass::$field_image_width in field_sql_storage_field_storage_load() (line 360 of C:\wamp\www\drupal\modules\field\modules\field_sql_storage\field_sql_storage.module).
Notice: Undefined property: stdClass::$field_image_height in field_sql_storage_field_storage_load() (line 360 of C:\wamp\www\drupal\modules\field\modules\field_sql_storage\field_sql_storage.module).

Comments

ravis’s picture

I think template monsters support can better answer this error message.
Make sure you have installed and enabled all required modules mentioned in user guide of the theme.

I work at Drupar.com

lhumphrey’s picture

Im trying to update my images on the site and im getting this message....

PDOException: SQLSTATE[42S22]: Column not found: 1054 Unknown column 'field_image_width' in 'field list': INSERT INTO {field_data_field_image} (entity_type, entity_id, revision_id, bundle, delta, language, field_image_fid, field_image_alt, field_image_title, field_image_width, field_image_height) VALUES (:db_insert_placeholder_0, :db_insert_placeholder_1, :db_insert_placeholder_2, :db_insert_placeholder_3, :db_insert_placeholder_4, :db_insert_placeholder_5, :db_insert_placeholder_6, :db_insert_placeholder_7, :db_insert_placeholder_8, :db_insert_placeholder_9, :db_insert_placeholder_10); Array ( [:db_insert_placeholder_0] => node [:db_insert_placeholder_1] => 32 [:db_insert_placeholder_2] => 32 [:db_insert_placeholder_3] => article [:db_insert_placeholder_4] => 0 [:db_insert_placeholder_5] => en [:db_insert_placeholder_6] => 40 [:db_insert_placeholder_7] => [:db_insert_placeholder_8] => [:db_insert_placeholder_9] => 294 [:db_insert_placeholder_10] => 243 ) in field_sql_storage_field_storage_write() (line 448 of /home/content/24/9274024/html/public_html/modules/field/modules/field_sql_storage/field_sql_storage.module).

did you ever figure this out??????

Thanks in Advance!

nickap’s picture

A little late, but in case anyone else is having this problem and comes across this thread ... I had the problem myself while upgrading from D6 and using a premium D7 theme I had purchased; I got past it by going into PHPMyAdmin and editing the field_data_field_image table - I just added the columns that were 'missing' - so I added a column for field_image_alt, another for field_image_height etc. Once all the columns were in place the errors went away - no more problems.