Re: [Radiant] Re: Sphinx Search Extension Finding Wrong Version of ActiveSupport

2010-12-23 Thread Joshua Danger French
On Dec 22, 2010, at 6:19 PM, Todd wrote:
>  I now get "undefined tag `search'" when I try to create a simple search page.
> Any ideas? Is there a step I somehow missed?

Can you make sure your search page is a SearchPage instance and not just a 
regular Page? I couldn't reproduce your error with a basic install. If you 
haven't seen it, there's a screencast which might do a better job of explaining 
the available tags: 
http://radiantcms.org/blog/archives/2010/08/12/radiantcasts-episode-22-sphinx-search-extension/

Let me know if you can't resolve that error.

[Radiant] Re: Sphinx Search Extension Finding Wrong Version of ActiveSupport

2010-12-22 Thread Todd
Thanks that worked, but after following the instructions (https://
github.com/digitalpulp/radiant-sphinx_search-extension) I now get
"undefined tag `search'" when I try to create a simple search page.
Any ideas? Is there a step I somehow missed?

I saw a post here with the same issue, but he fixed it by re-cloning
the git repo which is not an option for me as I installed it as a gem.

Thanks again,
Todd


On Dec 22, 11:43 am, Joshua Danger French  wrote:
> On Dec 22, 2010, at 12:37 PM, Todd wrote:
>
> > I just installed the SphinxSearch extension and any rake tasks I try
> > to run (in this case radiant:extensions:sphinx_search:migrate) are now
> > fail stating "uninitialized constant ActiveSupport::Notifications".
>
> You're loading (through no fault of your own) Thinking Sphinx 2.0, which is 
> incompatible with Rails 2. Update to radiant-sphinx_search-extension 0.9.4, 
> which specifies the correct version of TS; or uninstall TS 2.x and re-install 
> v1.4.1 by hand.
>
> https://github.com/digitalpulp/radiant-sphinx_search-extension/issues...