updated luceneapi to 6.x.2.1 and I'm getting a white screen as soon as dym is activated.

Comments

cpliakas’s picture

Category: support » bug
Priority: Normal » Critical

Hi snicers.

Do you know what the error is in the error log, or can you turn error logging on? Generally white screens happen when a fatal error is thrown and error logging is turned off, or the script runs out of memory. I can't replicate in my test environment, so more detail is required so I can help you out.

Thanks,
Chris

cpliakas’s picture

Issue tags: +6.x-1.0-beta4

I found what is happening. Search Lucene DidYouMean doesn't check if an empty search string is passed, and that causes a problem in the luceneapi_query_parse function. More defensive coding should be done in luceneapi_query_parse(), but the fix here is to check $keys before it is parsed. A fix will be applied, and a release will happen shortly after resolving this issue.

cpliakas’s picture

Status: Active » Fixed

Fixed in commit #331156.

nchase’s picture

wow, you are fast. Thank you!

Ether’s picture

Version: 6.x-1.0-beta3 » 6.x-1.0-beta4
Status: Fixed » Active

sorry, wrong topic.

Ether’s picture

Status: Active » Fixed

Status restored

Status: Fixed » Closed (fixed)
Issue tags: -6.x-1.0-beta4

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