You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm seeing this error in the watchdog log of out Open Atrium 2 dev environment:
PDOException while trying to index item 0 on index User Index: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'pantheon.search_api_db_user_index_name' doesn't exist: DELETE FROM {search_api_db_user_index_name} WHERE (item_id = :db_condition_placeholder_0) ; Array ( [:db_condition_placeholder_0] => 0 ) in SearchApiDbService->indexItem() (line 875 of /srv/bindings/420fecc5130042438530465887052331/code/profiles/openatrium/modules/contrib/search_api_db/service.inc).
It changes to this in the Live environment:
SearchApiException while deleting items from server Database Server: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'pantheon.search_api_db_user_index_name' doesn't exist in SearchApiDbService->deleteItems() (line 1166 of /srv/bindings/f33e37db31d9409d9eb91c71b5e91b2a/code/profiles/openatrium/modules/contrib/search_api_db/service.inc).
We installed this last year using the Pantheon site install. We have made no changes in the code and have pushed all the upstream updates.
I'm seeing this error in the watchdog log of out Open Atrium 2 dev environment:
PDOException while trying to index item 0 on index User Index: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'pantheon.search_api_db_user_index_name' doesn't exist: DELETE FROM {search_api_db_user_index_name} WHERE (item_id = :db_condition_placeholder_0) ; Array ( [:db_condition_placeholder_0] => 0 ) in SearchApiDbService->indexItem() (line 875 of /srv/bindings/420fecc5130042438530465887052331/code/profiles/openatrium/modules/contrib/search_api_db/service.inc).
It changes to this in the Live environment:
SearchApiException while deleting items from server Database Server: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'pantheon.search_api_db_user_index_name' doesn't exist in SearchApiDbService->deleteItems() (line 1166 of /srv/bindings/f33e37db31d9409d9eb91c71b5e91b2a/code/profiles/openatrium/modules/contrib/search_api_db/service.inc).
We installed this last year using the Pantheon site install. We have made no changes in the code and have pushed all the upstream updates.
I've found two issues related to this:
https://www.drupal.org/project/openatrium/issues/2434487
https://www.drupal.org/project/search_api_db/issues/2720805
One is targeting DB modification, the other seems to be more of a code fix.
Since we're using this repo and will continue to do so I wondering is this I something that should be corrected in the repo or on our side?
The text was updated successfully, but these errors were encountered: