Re: [Radiant] Anyone else having trouble with database_mailer not working with 0.7.1?

2009-05-22 Thread Cristi Duma
I don't know why isn't it working for you. I just installed this morning and it works well. This are just guesses: 1. When you set the DATABASE_MAILER_COLUMNS in your environment.rb you need to set the exact fields you will have in your mailer form. If you see on the blog we have:

Re: [Radiant] Anyone else having trouble with database_mailer not working with 0.7.1?

2009-05-21 Thread Cristi Duma
Hi.. I updated the DB_mailer extension to 0.7.1 a few weeks ago, and it works well for me. Do you get any errors? Did you delete the save_to_database: false line in the mailer page part. Did you had the extension working on any version lower than 0.7.1? Cristi I am having trouble getting the

Re: [Radiant] Anyone else having trouble with database_mailer not working with 0.7.1?

2009-05-21 Thread N. Turnage
Cristi Duma wrote: Hi.. I updated the DB_mailer extension to 0.7.1 a few weeks ago, and it works well for me. Do you get any errors? Did you delete the save_to_database: false line in the mailer page part. I never had the save_to_database: false line in my mailer part. Could I somehow force it

Re: [Radiant] Anyone else having trouble with database_mailer not working with 0.7.1?

2009-05-21 Thread N. Turnage
Cristi Duma wrote: This is the problem.. that save_to_database: false. There's no need to put it on true, it's true by default, so just delete that line in the mailer part for the email forms you don't want to log in DB_mailer. What I said was that line was never in my mailer part. ~N

Re: [Radiant] Anyone else having trouble with database_mailer not working with 0.7.1?

2009-05-21 Thread Cristi Duma
oh, I got it the other way around... well, i'm sure that if you follow the instructions on the blog or the readme on github it will work. Cristi On 5/21/09 6:00 PM, N. Turnage wrote: Cristi Duma wrote: This is the problem.. that save_to_database: false. There's no need to put it on true,

Re: [Radiant] Anyone else having trouble with database_mailer not working with 0.7.1?

2009-05-21 Thread N. Turnage
Cristi Duma wrote: oh, I got it the other way around... well, i'm sure that if you follow the instructions on the blog or the readme on github it will work. Everything is working except that the submitted information just isn't getting into the form_datas table. I just don't know what else to