Hello,

I'm trying to create a view for my website, where it displays some content types. I'm able to input the title and description, then I click on bock, after that I filter the criteria. On the preview provided I get what I want to display. I click save and the following error appears:

PDOException: SQLSTATE[42S22]: Column not found: 1054 Unknown column 'human_name' in 'field list': INSERT INTO {views_view} (name, description, tag, base_table, human_name, core) 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); Array ( [:db_insert_placeholder_0] => faculty [:db_insert_placeholder_1] => [:db_insert_placeholder_2] => default [:db_insert_placeholder_3] => node [:db_insert_placeholder_4] => Faculty [:db_insert_placeholder_5] => 7 ) in views_db_object->save_row() (line 2224 of C:\xampp\vhosts\csdrupal\sites\all\modules\views\includes\view.inc).

I tried the update.php but it answers no pending updates. I'm using Drupal7.2 in a local pc, 7.x-3.7 views version. Thanks.

Comments

renatog’s picture

Category: Bug report » Feature request
Issue summary: View changes

Hi , how are you?

Thank you very much for the report. This error has been fixed in the last version.

Please update for the last version of views and t works good for you.

renatog’s picture

Status: Active » Fixed

Status: Fixed » Closed (fixed)

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