User warning: Table &#039;<table>.taxonomy_index&#039; doesn&#039;t exist query: UPDATE apachesolr_index_entities_node asn INNER JOIN taxonomy_index ti ON asn.entity_id = ti.nid SET asn.changed = &#039;1340720426&#039; WHERE ti.tid = &#039;&#039; in _db_query() (line 147 of /includes/database.mysqli.inc).

Easy problem that table does not exist so a replace for that table may be term_node.

I'm testing it now... I'll commit some patch if that was the problem.

Comments

killua99’s picture

Title: warning: table <table>.taxonomy_index doesn't exist » warning: table <db>.taxonomy_index doesn't exist
Status: Needs work » Needs review
StatusFileSize
new689 bytes

This is a patch, need reviews a more test for our part. The warning is removed and the tem_node looks like the taxonomy_index in drupal 7.

killua99’s picture

StatusFileSize
new688 bytes

removing a white space from the query. ¬_¬''

nick_vh’s picture

Status: Needs review » Fixed

Committed! Thanks!

nick_vh’s picture

Status: Fixed » Closed (fixed)