Closed (fixed)
Project:
Finder
Version:
7.x-2.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
11 Sep 2012 at 13:40 UTC
Updated:
2 Jun 2016 at 07:04 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
tritof commentedHi,
I have the same error messages. It happened consequently (at least after) changing the "Find button" parameter to switch it off.
In the meantime, I noticed also that the storage for people_finder after changing Find button parameter is turned to "overriden" instead of "default".
Then I made other few tries, editing other parameters to observe differences.
One of the log was previously :
Undefined property: stdClass::$no_results_configured in finder_ui_i18n_string_translate_strings() (line 155 of /mysite/sites/all/modules/finder/modules/finder_ui/finder_ui.i18n_string.inc)
After editing "Redirect to result" parameter to "Best" and apply, the previous log didn't display. Instead, a new line in i18n_string table was added in mysite database with objectid: setting.no_result_configured.
Then I disabled the Finder UI module and the error messages don't display, the autocomplete still works.
I don't know if all this helps.
Cheers
Comment #2
peacog commentedI had this error too. I've rolled a small patch against 7.x-2.0 that simply checks if the string object exists before trying to translate it.
Comment #3
tritof commentedIt works for me, thanks a lot !
No error messages while changing parameters anymore.
Comment #4
mths commentedPatch seems to work for me too.
Comment #5
yce commentedPatch seems to work. thanks.
Comment #6
alienzed commentedpatch worked, although I wonder what's going on in i18n that throws those to begin with...
Comment #7
bendev commentedpatch is working thanks
Comment #8
ytsejam commentedWorks for me too, thanks!
Comment #9
Dandily commentedDoesnt work for me. Site is white screen.
In admin are those errors:
7.2
Comment #10
cirrus3d commentedI can confirm this happens to me without the patch. Will this be resolved without patching?
Comment #11
kbell_paris commentedI am getting the same errors as Dandily, but I am not using the finder ui. I filed an issue on i18n_string over here: https://www.drupal.org/node/2384991 Any help on this much appreciated.
Comment #12
tommann commentedPatch works for me
Comment #14
danielb commented