This forum is no longer active. Please post your questions to our new community site
Thinking Sphinx problem
|
|
Hello. I am not able to run thinking_sphink using rubystack included sphinx under windows. When I execute rake ts:config I receive Sphinx cannot be found on your system. You may need to configure the following
I´ve configured my config/sphinx.yml in my application this way development: … and it keeps raising the error. What am I missing? Thank you. |
|
|
I solved it changing my sphinx.yml configuration file to bin_path: “C:/ARCHIV~1/BITNAM~1/sphinx/bin” It seems it was a backslash + space separated directory naming problem. Now the problem is that after rake ts:index I receive Stack projects/my-project/config/development.sphinx.conf And It seems another directory naming problem(Documents and settings), I am going to try to install rubystack in c:/bitnami directory. Thank you Cheers. |
|
|
It works! :-) My sphinx.yml config file: development: Newbie windows user path problem, sorry. But I think that if rubystack is installed in a separated blank names directory, thinking_sphinx configuration requires extra information as well. Thank you. |
|
|
Thanks for posting the solution. I’m glad to hear this. |
|
|
Confirmed, it is a blank separated directory name and backslash issue. I have moved rubystack installation to c:\bitnami and then sphinx configuration doesn´t require config_file: option. So finally this is my sphinx.yml file. development: Thank you. Cheers |
|
|
Thanks, we will investigate this issue and we will fix it. |

