Created
February 7, 2009 15:47
-
-
Save thbar/59911 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
When calling rake ts:index or rake ts:start, if the command is not successful, you'll get something like: | |
======================================= | |
The following command failed! | |
indexer --config /Users/login/Work/my_app/trunk/my_app/config/development.sphinx.conf --all | |
This may be caused by a PATH issue in your environment (cron/passenger/... ?). Here is the current PATH: | |
/usr/local/mysql/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/X11/bin:/opt/local/bin:/usr/local/git/bin | |
======================================= |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment