Originally Posted by
imranulh
Hi Limitless,
Sorry for the delay. Had been busy and the zencart site has been giving 403 permission denied error lots of time I try to login.
If you have done the installation properly, The only reason would be the sphinx config your sphinx server is using.
Do the following:
1. Kill all the searchd processes running in your machine.
To do that use the following command to list the processes
>> ps aux | grep searchd
You should get the process ids in the list. Then kill the processes by
>> kill PROCESS_ID
2. Start searchd with the correct configuration, by
>> searchd -c YOUR_STORE_ROOT/sphinx/sphinx.conf
You should be able to search now.
You are correct regarding the language file. I did copy the default search result language file. Need to clean the file. I will do that and upload a version soon.
Happy searching
Bookmarks