Closed (fixed)
Project:
Search API
Version:
7.x-1.16
Component:
Database backend
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
16 Sep 2015 at 12:05 UTC
Updated:
23 Jan 2016 at 14:04 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
drunken monkeyTry commenting out all code in that update function before running the update, or manually increasing the module's schema version in the
systemtable by 1.Comment #3
k2gsalem commentedRename the table name search_api_item_string_id to search_api_item_string_id1 or delete the search_api_item_string_id table
after update the database script.
Comment #4
mikhailkrainiuk commentedHello,
I fixed it with the patch: I check that the table exists.
Could you check this patch?
Comment #5
mikhailkrainiuk commentedSorry, I skipped description in patch name.
Fixed.
Comment #6
drunken monkeyI'm still unsure what could cause this problem, but I guess that workaround won't hurt in any case.
So, committed (after re-arranging the code a bit). Thanks!