ruby on rails - Deploying Thinking Sphinx through Capistrano yields 'Column number 6 has no name' -
I'm not sure where I'm going to be having problems. When I run the deployment task, thinking_sphinx: configure works fine, but then when this tries to index, this error occurs:
Error: index 'board_core': any of column 6 Name is not there.
Error: Index 'Board_Dista': column 6 has no name.
... and likewise for all of my indexed and delta index, I first thought that this was a problem with Capistrano because I have a Windows machine and a Mac project setup, and hat scaffolding Deployments deployed to a ubuntu setup.
SQL for the query looks like the error is going to be:
SELECT boards `` `ID`, CAST (` board ' AS 'name') AS 'NAME`, CAST (`boards`.`display_name` as CHAR) as` display_name`, cast (`boards`.`description` as CHAR ) As `description`, in the form of` `boards````````````` sphinx_internal_id`, 2576811075 as' class_crc`, '2576811075' subclass_crcs`,` sphinx_deleted` as 0, UNIX_TIMESTAMP (`boards`. `Created_at`)` created_at`, in the form of group_concat (separate 'users`.id' SEPARATOR ',') as `user` in the form of` , Group_concat (separate `user_boards_boards```_id` SEPARATOR ',') 'as user_board`, COUNT (user_boards.id)` `num_users` as` boards` in the form of left outer `user_boards` (` boards `.``````` user_boards```board_id`) Exclude Left Externists' users` (` users`.`id` = `user_boards```user_id`) Left join external` user_boards` user_board s_boards At user_boards_boards.board_id = boards.id where `boards`.`id`` = $ end by` boards` and `boards`.`delta` = 0 group; = $ To start and `boards`.` `` `` `` `` `` `` `` `` `` `` `` `` `` `` `` `` / Pre>
, which sounds good for me to call it directly through mysql Time works, part of the part where the $$ that starts using $ $ and has a $ end course), I do not know what might be the reason for the mistake. My only thought is that there is an error in the indicator with spinks Has been, lake And if this is the case then I still do not know how to go about solving it... means that the segment to break is 0, as is `` sphinx_deleted \ code> \
Thanks in advance for any help / tips.
What is mysql server version and mysql client version? This error occurs when client is running 5.1 Or if any version is mismatched.
Comments
Post a Comment