Re: [Radiant] Unknown Mailer Issues (mailer help required again)

2009-11-02 Thread subsorama
I've tried creating a new rails project (2.3.4) from scratch and can send smtp email from that using the action_mailer_optional_tls plugin. I see the helo transaction in the production.log and also receive the emails. I am still a bit clueless as to where I am going wrong with radiant mai

[Radiant] Apache configuration fails with Error 500, while Mongrel works fine

2009-11-02 Thread Алексей Данченков
Dear All, Fresh installation of Radiant by the book ( $ radiant radiant -d mysql $ rake development db:bootstrap ) fails with Apache configuration, but works fine with Mongrel ( $ script/server -e development ) The other Rails application seem to work just fine on both servers. The Error 500 is

Re: [Radiant] Apache configuration fails with Error 500, while Mongrel works fine

2009-11-02 Thread Sean Cribbs
That's likely occurring inside an extension that has not been updated to work with Radiant 0.8+. From Radiant 0.7 to 0.8 the ApplicationController class moved to application_controller.rb from application.rb. Try running `script/console production` from within your deployment directory. Sea

Re: [Radiant] Apache configuration fails with Error 500, while Mongrel works fine

2009-11-02 Thread john muhl
you might try upgrading passenger; if i remember right older versions of passenger are incompatible with rails apps since the change from controllers/application.rb to controllers/application_controller.rb On Mon, Nov 2, 2009 at 12:22 PM, Алексей Данченков wrote: > Dear All, > > Fresh installatio

Re: [Radiant] Unknown Mailer Issues (mailer help required again)

2009-11-02 Thread subsorama
Just replying to myself once more incase the information it is helpful to anyone else. I think it was a result of a bad upgrade from .6.x to .8.x, I've just tested a new instance with similar extensions and it worked straight away (and wish I'd done that before writing a rails app to test th

Re: [Radiant] Sphinx Extension help

2009-11-02 Thread Josh French
John, I've updated the Sphinx Search extension to be more flexible when handling results that aren't Pages. Can you update to the latest version and try again? Also, some basic tags like title and URL will be available as long as your model implements methods by the same name. That may spa

Re: [Radiant] Sphinx Extension help

2009-11-02 Thread John Polling
Hi Josh, Thanks for the update. I'll try and look into this in the next couple of days John On 2 Nov 2009, at 21:03, Josh French wrote: > John, > > I've updated the Sphinx Search extension to be more flexible when > handling results that aren't Pages. Can you update to the latest > version a