Re: [Radiant] Mailer extension

2012-10-25 Thread Marshal Linfoot
Hi Benny. Turns out the problem was me :( I was evaluating another mailer extension (forms/forms_mailer) and although I had run the migrations to revert the database, I neglected to remove the code from ../vendor/extensions. Duh! Apologies for using this mailing list for something so trivial.

Re: [Radiant] Mailer extension

2012-10-23 Thread Marshal Linfoot
Mandeep and Jim, thanks for responding. Jim, I don't see anything in the radiant log or the webserver (nginx, in this case) logs. The error message only appears in the browser window when I visit the mailer form page. Is there some way to get more verbose logging from radiant? Mandeep, I think

Re: [Radiant] Mailer extension

2012-10-23 Thread Marshal Linfoot
Thanks again, Benny. environment.rb has config.frameworks -= [ ] so that's not it. I'll keep looking for the conflicting Mail class and also try running in development mode. Thanks for all your help. -- marshal

Re: [Radiant] Mailer extension

2012-10-22 Thread Mandeep Kaur
On Tue, Oct 23, 2012 at 1:04 AM, Marshal Linfoot mlinf...@gmail.com wrote: I have been trying for the past few days to get the mailer extension working on a radiant site and have hit a dead-end. I get a undefined method `valid_config?' for Mail:Class error message when trying to display the