Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error :pantheon.search_api_db_user_index_name' doesn't exist #3

Open
twg-webmaster opened this issue Mar 5, 2018 · 0 comments
Open

Comments

@twg-webmaster
Copy link

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant