[tor-bugs] #22350 [User Experience/Blog]: Loading a tag leads to Drupal\Core\Database\DatabaseExceptionWrapper

Tor Bug Tracker & Wiki blackhole at torproject.org
Tue May 23 23:34:27 UTC 2017


#22350: Loading a tag leads to Drupal\Core\Database\DatabaseExceptionWrapper
--------------------------------------+--------------------
     Reporter:  arma                  |      Owner:  hiro
         Type:  defect                |     Status:  new
     Priority:  Medium                |  Milestone:
    Component:  User Experience/Blog  |    Version:
     Severity:  Normal                |   Keywords:
Actual Points:                        |  Parent ID:  #22013
       Points:                        |   Reviewer:
      Sponsor:                        |
--------------------------------------+--------------------
 Trying to load
 https://live-tor-blog-8.pantheonsite.io/category/tags/research
 consistently gives me this error
 {{{
 The website encountered an unexpected error. Please try again later.

 Drupal\Core\Database\DatabaseExceptionWrapper: Exception in Taxonomy
 term[taxonomy_term]: SQLSTATE[42S22]: Column not found: 1054 Unknown
 column 'taxonomy_index.status' in 'where clause': SELECT
 taxonomy_index.sticky AS taxonomy_index_sticky, taxonomy_index.created AS
 taxonomy_index_created, node_field_data.nid AS nid FROM {node_field_data}
 node_field_data LEFT JOIN {taxonomy_index} taxonomy_index ON
 node_field_data.nid = taxonomy_index.nid WHERE ((taxonomy_index.tid =
 :taxonomy_index_tid)) AND (taxonomy_index.status =
 :db_condition_placeholder_0) ORDER BY taxonomy_index_sticky DESC,
 taxonomy_index_created DESC LIMIT 11 OFFSET 0; Array (
 [:taxonomy_index_tid] => 87 [:db_condition_placeholder_0] => 1 ) in
 Drupal\views\Plugin\views\query\Sql->execute() (line 1488 of
 core/modules/views/src/Plugin/views/query/Sql.php).
 }}}

 Maybe this is a problem only with the current temporary blog, or maybe it
 represents a bigger problem. I'm not sure.

--
Ticket URL: <https://trac.torproject.org/projects/tor/ticket/22350>
Tor Bug Tracker & Wiki <https://trac.torproject.org/>
The Tor Project: anonymity online


More information about the tor-bugs mailing list