Closed (fixed)
Project:
Apache Solr Search
Version:
6.x-3.x-dev
Component:
Miscellaneous
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
26 Sep 2012 at 18:04 UTC
Updated:
4 Aug 2014 at 09:40 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
tim_djI am having the same problem. Your fix works but you forgot to add:
global $language;
so total code is:
add this at line 828 in latest dev version.
There must be a cleaner solution but I am glad it's fixed for now!
Comment #2
nick_vhThis seems a little similar to the base path issue.
Can you rewrite this code to be more similar to the following snippet?
Comment #3
toemaz commentedBumped into the same issue. Applied #1 with success. However, I'm not enough into the code to create a nicer solution as Nick requested. Sorry man :) If someone has a patch to test, count me in for testing.
Comment #4
hitfactory commentedHere's a first stab at a patch.
Comment #5
mkalkbrennerPatch from #4 seems incorrect to me. I think the order is base_path/language_prefix/...
Comment #6
hitfactory commentedTake two...
Comment #8
mkalkbrenner