Forums / Extensions / eZ Find / Empty search don't work with multicore and multilanguage HELP!

"Please Note:
  • At the specific request of Ibexa we are changing this projects name to "Exponential" or "Exponential (CMS)" effective as of August, 11th 2025.
  • This project is not associated with the original eZ Publish software or its original developer, eZ Systems or Ibexa".

Empty search don't work with multicore and multilanguage HELP!

Author Message

Jairo Riascos M.

Friday 11 March 2011 7:08:31 am

Hello all,
I've configured my site to work with multicore and multilanguage and it works right, but when I send a empty search I get a internal server error, any idea to resolve this issue??

This is my current configuration:

ezfind.ini:

[LanguageSearch]
SearchMainLanguageOnly=disabled
DefaultCore=eng-US
MultiCore=enabled
LanguagesCoresMap[eng-GB]=mysite_eu_gb
LanguagesCoresMap[eng-US]=mysite_us_en
LanguagesCoresMap[fre-FR]=mysite_eu_fr

solr.ini:

[SolrBase]
Shards[mysite_eu_gb]=http://localhost:8983/solr/mysite_eu_gb
Shards[mysite_eu_fr]=http://localhost:8983/solr/mysite_eu_fr
Shards[mysite_us_en]=http://localhost:8983/solr/mysite_us_en

sorl.xml

<core name="mysite_eu_fr" instanceDir="mysite/fre-FR" />
<core name="mysite_eu_gb" instanceDir="mysite/eng-GB" />
<core name="mysite_us_en" instanceDir="mysite/eng-US" />

Note: I have other installations on this server multicore configured but not multilanguage and empty search works right.

Jairo Riascos