thegooddata / social

GNU General Public License v2.0
0 stars 0 forks source link

Cannot delete user accounts (OA Bug: Search API) #26

Closed josereyero closed 9 years ago

josereyero commented 10 years ago

I get this one when deleting user accounts. There seems to be something wrong with Search API:

PDOException: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'openatrium.search_api_db_user_index_name' doesn't exist: DELETE FROM {search_api_db_user_index_name} WHERE (item_id IN (:db_condition_placeholder_0)) ; Array ( [:db_condition_placeholder_0] => 56 ) in SearchApiDbService->deleteItems() (line 686 of /srv/openatrium/releases/20140910093456/profiles/openatrium/modules/contrib/search_api_db/service.inc).

Options to try:

  1. Reinstall the module.
  2. Disable all search API stuff and use Drupal standard search. (This would be my preferred one and also save us some modules, maybe more troubles and performance issues)
josereyero commented 9 years ago

This one, that was happening in PRE seems to be fixed after updating the db to a fresch copy of production.