After upgrade to 7.x-1.0-rc2 my facet blocks is gone and i get white screen on uri admin/config/search/search_api/index/ni/facets

I solve my problem when add to facetapi.install

function facetapi_update_7102() {
  db_change_field('facetapi', 'settings', 'settings', array(
        'type' => 'blob',
        'description' => 'Serialized storage of general settings.',
        'serialize' => TRUE,
  ));
}

Comments

cpliakas’s picture

Hi dema502.

Thanks for posting. This change looks sane to me. Care to roll a patch so you can get credit for the fix? Would love to get a 21st code committer.

Thanks,
Chris

cpliakas’s picture

Title: Postgres and white screen » White screen on realm settings page when using Postgres due to problem with data type of the facetapi.settings field

Changing title for clarity.

cpliakas’s picture

Issue tags: +low hanging fruit

This is a bit stale as we are now looking for the 26th code committer. Last chance for anyone who wants to bite! Adding to the "low hanging fruit" list.

cpliakas’s picture

Status: Active » Fixed

Automatically closed -- issue fixed for 2 weeks with no activity.