Hello,
I have installed views_timelinejs and trying to create a timeline. When i click to save i get the error below. Can any body help me or tell what is going wrong.

Thanx in advance.

PDOException: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'MYdb.field_revision_field_timeline_media_image' doesn't exist: INSERT INTO {field_revision_field_timeline_media_image} (entity_type, entity_id, revision_id, bundle, delta, language, field_timeline_media_image_fid, field_timeline_media_image_alt, field_timeline_media_image_title, field_timeline_media_image_width, field_timeline_media_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] => 38 [:db_insert_placeholder_2] => 38 [:db_insert_placeholder_3] => timeline_date [:db_insert_placeholder_4] => 0 [:db_insert_placeholder_5] => und [:db_insert_placeholder_6] => 39 [:db_insert_placeholder_7] => Money for my second project [:db_insert_placeholder_8] => [:db_insert_placeholder_9] => 480 [:db_insert_placeholder_10] => 360 ) in field_sql_storage_field_storage_write() (line 515 of C:\xampp\htdocs\mysite\modules\field\modules\field_sql_storage\field_sql_storage.module).

Comments

ravir created an issue. See original summary.

dcam’s picture

Status: Active » Fixed

Hi @ravir. I realize this is pretty late, but I just started maintaining this module last week.

Your issue is not with this module. The error message indicates that a field revision table is missing in your database. It's impossible for me to know how this happened. Maybe someone deleted it accidentally. You may need to delete the field and then re-add it to your content type. Good luck. If you encounter additional problems, you may want to try seeking help on StackExchange instead since this is a problem with Drupal's core functionality.

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.