On trying to access an index page after installation and configuration the following errors are shown as the only display:
-- Notice: Undefined index: vid in indexpage_page_index() (line 253 of C:\xampp\htdocs\alexander\sites\all\modules\indexpage\indexpage.module).
-- PDOException: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'alexander.taxonomy_vocabulary_node_type' doesn't exist: SELECT n.nid, v.name FROM {node} n JOIN {taxonomy_index} tn ON tn.nid=n.nid JOIN {taxonomy_term_data} td ON td.tid=tn.tid JOIN {taxonomy_vocabulary} v ON v.vid=td.vid LEFT JOIN {taxonomy_vocabulary_node_type} nt ON nt.vid=v.vid AND nt.type=n.type WHERE n.type=':type' AND nt.type IS NULL; Array ( [:type] => issuer ) in indexpage_page_index() (line 314 of C:\xampp\htdocs\alexander\sites\all\modules\indexpage\indexpage.module).
The version is 7.x-1.x-dev
Comments
Comment #1
morybel commentedSame error here
Notice : Undefined index: vid in indexpage_page_index() (ligne 253 dans /aegir/drupal/sites/mysite/modules/indexpage/indexpage.module).
PDOException : SQLSTATE[42S02]: Base table or view not found: 1146 Table 'mysite.taxonomy_vocabulary_node_type' doesn't exist: SELECT n.nid, v.name FROM {node} n JOIN {taxonomy_index} tn ON tn.nid=n.nid JOIN {taxonomy_term_data} td ON td.tid=tn.tid JOIN {taxonomy_vocabulary} v ON v.vid=td.vid LEFT JOIN {taxonomy_vocabulary_node_type} nt ON nt.vid=v.vid AND nt.type=n.type WHERE n.type=':type' AND nt.type IS NULL AND n.status = 1; Array ( [:type] => book ) in indexpage_page_index() (ligne 314 dans /aegir/drupal/sites/mysite/modules/indexpage/indexpage.module).
7.x-1.x-dev
Drupal 7.10
Aegir
Thanks
Comment #2
cyberranger commentedSame problem. I hoped enabling the "Taxonomy Term" view would fix it, but no luck.
Comment #3
nancydruFixed with #595072: Indexpage for Drupal 7.