Re: [Radiant] Contact Form

2009-03-28 Thread Benjamin Weber
Ok, thanks. I'm able to use it, but with the example contact form (like in the readme), I get the following error on my website:Mailer config is not valid (see Mailer.valid_config?) Here the code of the contact form: Name: Message: Regards, Benny Am 28.03.2

Re: [Radiant] Contact Form

2009-03-28 Thread Benjamin Weber
Ok, but why I can't use the mailer extension in my webapp? That means it is not listed under Extensions in the admin area. Thanks. Regards, Benny Am 28.03.2009 um 12:25 schrieb Mohit Sindhwani: HI Benjamin The error is: >Don't know how to build task 'radiant:extensions:mailer:update' As Se

Re: [Radiant] Contact Form

2009-03-28 Thread Mohit Sindhwani
HI Benjamin The error is: >Don't know how to build task 'radiant:extensions:mailer:update' As Sean mentioned in an earlier post, the Mailer extension does not have any tasks that need to be migrated. So, that may be why you are seeing this error. Also, according to http://wiki.radiantcms.o

Re: [Radiant] Contact Form

2009-03-28 Thread Benjamin Weber
Sorry, the same error occurs. What is wrong? rake aborted! Don't know how to build task 'radiant:extensions:mailer:update' /usr/lib/ruby/gems/1.8/gems/rake-0.8.4/lib/rake.rb:1704:in `[]' /usr/lib/ruby/gems/1.8/gems/rake-0.8.4/lib/rake.rb:2026:in `invoke_task' /usr/lib/ruby/gems/1.8/gems/rake-0.8.

Re: [Radiant] Contact Form

2009-03-28 Thread Istvan Hoka
On 3/28/09 11:45 AM, Benjamin Weber wrote: vendor/extensions# rake radiant:extensions:mailer:update --trace Consequence: rake aborted! Don't know how to build task 'radiant:extensions:mailer:update' /usr/lib/ruby/gems/1.8/gems/rake-0.8.4/lib/rake.rb:1704:in `[]' /usr/lib/ruby/gems/1.8/gems/rake-

Re: [Radiant] Contact Form

2009-03-28 Thread Benjamin Weber
vendor/extensions# rake radiant:extensions:mailer:update --trace Consequence: rake aborted! Don't know how to build task 'radiant:extensions:mailer:update' /usr/lib/ruby/gems/1.8/gems/rake-0.8.4/lib/rake.rb:1704:in `[]' /usr/lib/ruby/gems/1.8/gems/rake-0.8.4/lib/rake.rb:2026:in `invoke_task' /usr

Re: [Radiant] Contact Form

2009-03-27 Thread Sean Cribbs
Benny, I meant to say no migrations are needed! Sorry for the confusion. Sean Benjamin Weber wrote: Hm, does not work. Still the same error. Something with my sqlite3 db... Am 27.03.2009 um 23:07 schrieb Sean Cribbs: Did you bootstrap in production mode? If so, do this instead: rake pro

Re: [Radiant] Contact Form

2009-03-27 Thread Benjamin Weber
Hm, does not work. Still the same error. Something with my sqlite3 db... Am 27.03.2009 um 23:07 schrieb Sean Cribbs: Did you bootstrap in production mode? If so, do this instead: rake production db:migrate:extensions Mailer doesn't have any extensions, however. Sean Benjamin Weber wrote:

Re: [Radiant] Contact Form

2009-03-27 Thread Sean Cribbs
Did you bootstrap in production mode? If so, do this instead: rake production db:migrate:extensions Mailer doesn't have any extensions, however. Sean Benjamin Weber wrote: Thanks! But now: vendor/extensions# rake radiant:extensions:mailer:migrate (in /var/www/radiant/lch) rake aborted! SQLi

Re: [Radiant] Contact Form

2009-03-27 Thread Benjamin Weber
Thanks! But now: vendor/extensions# rake radiant:extensions:mailer:migrate (in /var/www/radiant/lch) rake aborted! SQLite3::SQLException: no such table: extension_meta: SELECT schema_version FROM extension_meta WHERE name = 'Mailer' (See full trace by running task with --trace) Why the exte

Re: [Radiant] Contact Form

2009-03-27 Thread Hamish Rickerby
The mailer extension is your friend :-) http://github.com/radiant/radiant-mailer-extension/tree/master ::: hamish rickerby ::: On 27 Mar 2009, at 20:31, Benjamin Weber wrote: Hey Radiant Users! It is almost one week that I'm using radiant and I'm totally convinced of that. One small quest