Download & Extend

View Content Dissapears on 7.14 Upgrade

Project:Search API
Version:7.x-1.4
Component:Framework
Category:bug report
Priority:normal
Assigned:Unassigned
Status:active

Issue Summary

I did the 7-1.4 upgrade today to address the security concern. It went in cleanly with no errors, but when I visited one of my view pages, the view wouldn't return at all. I tried both 7-1.4 and the current dev version, and no dice.

I'm using a SOLR index to create a view. I went into that index and tried disabling / enabling it, clearing / reindexing it, and nothing helped. As soon as I reverted back to 7-1.3 everything immediately started working again. Nothing registered on the error logs in Drupal either.

Anyone run into something similar?

Comments

#1

Same here

#2

Same here too.

#3

Same here too.

#4

I have same problem.

#5

I think problem is in new configuration files for SOLR (from module search_api_solr), i try replace them in my SOLR configuration but without success.

#6

I am having the same problem. Had to roll back to 7.x-1.3 and reindex the site.

#7

I can confirm that replacing the Solr config files with those from the new version of search_api_solr fixed this for me. I'm running Solr 3.6.1 so I used the files in solr-conf/3.x.

#8

ok, I replaced just like rasumo in #7 and seems to work after reindexing.

Over all, it might not be an issue with search api at all. Shame on me that I forgot to copy the search_api_solr config files...

Thanks guys for the tip.