After clicking on the biblio link in the navigation menu:
PDOException: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'biblio_dev.field_data_biblio_year' doesn't exist: SELECT COUNT(*) AS expression FROM (SELECT 1 AS expression FROM {biblio} b LEFT OUTER JOIN {field_data_biblio_year} fdby ON fdby.entity_id = b.bid LEFT OUTER JOIN {field_data_biblio_date} fdbd ON fdbd.entity_id = b.bid) subquery; Array ( ) in PagerDefault->execute() (line 74 of /home/quickstart/websites/biblio.dev/includes/pager.inc).
Comments
Comment #1
dominikb1888 commentedThis issue is most probably resolved with http://drupal.org/node/1535926. The missing values in the csv didn't allow for fields to be created hence the above error.
Comment #2
smithdalec commentedFixed. The CSV files that store default field/field instance metadata are now in JSON files, and should be working.