Re: [Radiant] Problem installing mailer extension

2009-08-09 Thread exitseven
Ah, that's nice to know! Thank you. Will check that further out.

rainer

On Sun, Aug 9, 2009 at 5:32 PM, john muhl wrote:
> you must be looking at old documentation - there is no longer any
> mailer page type.
>
> http://wiki.github.com/radiant/radiant/mailer-extension
>
> On Sun, Aug 9, 2009 at 9:05 AM, exitseven wrote:
>> Well okay,
>>
>> I just disabled other extensions and git cloned the mailer extension.
>> Mailer extension shows up under extensions in radiant. But I am unable
>> to set the page type to "mailer", because it is not listed in the
>> dropdown.
>>
>> What can I do? Why is "mailer" not listed in the dropdown?
>>
>> Best wishes,
>> rainer
>>
>> On Thu, Aug 6, 2009 at 10:11 PM, john muhl wrote:
>>> `script/extension install` runs both the migrate and update tasks
>>> regardless just to be safe. extensions that plan for this include
>>> empty migrate/update task to keep these messages from confusing users.
>>>
>>> On Thu, Aug 6, 2009 at 1:11 PM, exitseven wrote:
 Hm,

 thanks for the answer. But I run the provided installer script
 (./script/extension install mailer). This script is running the
 update. Why is it doing this, if it is not needed? I did not touched
 the script.

 I know that the mailer extension needs to get configured in the mailer
 page part. But what do you mean with:
 "You just need to clone the extension and config the mailer in the
 "mailer" page part."

 To clone? You mean copy? What do I have to copy?

 Your help will be very appreciated! Thanks!
 rainer

 On Thu, Aug 6, 2009 at 12:23 PM, Cristi Duma wrote:
> The thing is that you don't need to run "update" on mailer extension.
> There's nothing to update. As there is nothing to migrate. You just need 
> to
> clone the extension and config the mailer in the "mailer" page part.
>
> And you get that error, because the "update" task is not present in the
> extension.
>
> Cristi
>
> On 06.08.2009 12:29, Mamed Mamedov wrote:
>>
>> Does anyone knows if it compatible with last version of radiant (0.8)?
>> I'am
>> using it on 0.7.1 without any problem.
>> 
>> Regards,
>> Mamed Mamedov
>>
>>
>> Samuel
>> Goldwyn
>> - "I'm willing to admit that I may not always be right, but I am never
>> wrong."
>>
>> On Thu, Aug 6, 2009 at 2:20 PM, exitseven  wrote:
>>
>>
>>>
>>> Hey Mamed,
>>>
>>> sure, thanks for the quick reply!
>>>
>>> ~$ ruby -v
>>> ruby 1.8.6 (2008-08-11 patchlevel 287) [i686-linux]
>>> Ruby Enterprise Edition 20090610
>>>
>>> ~$ rails -v
>>> Rails 2.3.3
>>>
>>> ~$ radiant -v
>>> Radiant 0.8.0
>>>
>>> Does it help?
>>>
>>> Best wishes,
>>> rainer
>>>
>>> On Thu, Aug 6, 2009 at 11:02 AM, Mamed Mamedov
>>> wrote:
>>>

 I think there is problem with your radiant/rails/ruby versions
 cross-compatibility.. ha?
 Please give us your actual versions of radiant, rails and ruby. Thank

>>>
>>> you!
>>>

 
 Regards,
 Mamed Mamedov


 Mike Ditka

>>>
>>>  -
>>>

 "If God had wanted man to play soccer, he wouldn't have given us arms."

 On Thu, Aug 6, 2009 at 1:45 PM, exitseven  wrote:


>
> Hello again,
>
> I just tried to install the mailer extension as described
>
> here: http://wiki.github.com/radiant/radiant/mailer-extension
> and here (manually):
> http://wiki.github.com/radiant/radiant/installing-extensions#manual
>
> Unfortunately the installation process (rake) exits with:
>
> $ rake radiant:extensions:mailer:update --trace
> (in /home/claude/DEV/freiraumart)
> rake aborted!
> Don't know how to build task 'radiant:extensions:mailer:update'
>
>
>
>>>
>>>
>>> /opt/ruby-enterprise-1.8.6-20090610/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake.rb:1728:in
>>>
>
> `[]'
>
>
>
>>>
>>>
>>> /opt/ruby-enterprise-1.8.6-20090610/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake.rb:2050:in
>>>
>
> `invoke_task'
>
>
>
>>>
>>>
>>> /opt/ruby-enterprise-1.8.6-20090610/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake.rb:2029:in
>>>
>
> `top_level'
>
>
>
>>>
>>>
>>> /opt/ruby-enterprise-1.8.6-20090610/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake.rb:2029:in
>>>
>
> `each'
>
>
>
>>>
>>>
>>> /opt

Re: [Radiant] Problem installing mailer extension

2009-08-09 Thread john muhl
you must be looking at old documentation - there is no longer any
mailer page type.

http://wiki.github.com/radiant/radiant/mailer-extension

On Sun, Aug 9, 2009 at 9:05 AM, exitseven wrote:
> Well okay,
>
> I just disabled other extensions and git cloned the mailer extension.
> Mailer extension shows up under extensions in radiant. But I am unable
> to set the page type to "mailer", because it is not listed in the
> dropdown.
>
> What can I do? Why is "mailer" not listed in the dropdown?
>
> Best wishes,
> rainer
>
> On Thu, Aug 6, 2009 at 10:11 PM, john muhl wrote:
>> `script/extension install` runs both the migrate and update tasks
>> regardless just to be safe. extensions that plan for this include
>> empty migrate/update task to keep these messages from confusing users.
>>
>> On Thu, Aug 6, 2009 at 1:11 PM, exitseven wrote:
>>> Hm,
>>>
>>> thanks for the answer. But I run the provided installer script
>>> (./script/extension install mailer). This script is running the
>>> update. Why is it doing this, if it is not needed? I did not touched
>>> the script.
>>>
>>> I know that the mailer extension needs to get configured in the mailer
>>> page part. But what do you mean with:
>>> "You just need to clone the extension and config the mailer in the
>>> "mailer" page part."
>>>
>>> To clone? You mean copy? What do I have to copy?
>>>
>>> Your help will be very appreciated! Thanks!
>>> rainer
>>>
>>> On Thu, Aug 6, 2009 at 12:23 PM, Cristi Duma wrote:
 The thing is that you don't need to run "update" on mailer extension.
 There's nothing to update. As there is nothing to migrate. You just need to
 clone the extension and config the mailer in the "mailer" page part.

 And you get that error, because the "update" task is not present in the
 extension.

 Cristi

 On 06.08.2009 12:29, Mamed Mamedov wrote:
>
> Does anyone knows if it compatible with last version of radiant (0.8)?
> I'am
> using it on 0.7.1 without any problem.
> 
> Regards,
> Mamed Mamedov
>
>
> Samuel
> Goldwyn
> - "I'm willing to admit that I may not always be right, but I am never
> wrong."
>
> On Thu, Aug 6, 2009 at 2:20 PM, exitseven  wrote:
>
>
>>
>> Hey Mamed,
>>
>> sure, thanks for the quick reply!
>>
>> ~$ ruby -v
>> ruby 1.8.6 (2008-08-11 patchlevel 287) [i686-linux]
>> Ruby Enterprise Edition 20090610
>>
>> ~$ rails -v
>> Rails 2.3.3
>>
>> ~$ radiant -v
>> Radiant 0.8.0
>>
>> Does it help?
>>
>> Best wishes,
>> rainer
>>
>> On Thu, Aug 6, 2009 at 11:02 AM, Mamed Mamedov
>> wrote:
>>
>>>
>>> I think there is problem with your radiant/rails/ruby versions
>>> cross-compatibility.. ha?
>>> Please give us your actual versions of radiant, rails and ruby. Thank
>>>
>>
>> you!
>>
>>>
>>> 
>>> Regards,
>>> Mamed Mamedov
>>>
>>>
>>> Mike Ditka
>>>
>>
>>  -
>>
>>>
>>> "If God had wanted man to play soccer, he wouldn't have given us arms."
>>>
>>> On Thu, Aug 6, 2009 at 1:45 PM, exitseven  wrote:
>>>
>>>

 Hello again,

 I just tried to install the mailer extension as described

 here: http://wiki.github.com/radiant/radiant/mailer-extension
 and here (manually):
 http://wiki.github.com/radiant/radiant/installing-extensions#manual

 Unfortunately the installation process (rake) exits with:

 $ rake radiant:extensions:mailer:update --trace
 (in /home/claude/DEV/freiraumart)
 rake aborted!
 Don't know how to build task 'radiant:extensions:mailer:update'



>>
>>
>> /opt/ruby-enterprise-1.8.6-20090610/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake.rb:1728:in
>>

 `[]'



>>
>>
>> /opt/ruby-enterprise-1.8.6-20090610/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake.rb:2050:in
>>

 `invoke_task'



>>
>>
>> /opt/ruby-enterprise-1.8.6-20090610/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake.rb:2029:in
>>

 `top_level'



>>
>>
>> /opt/ruby-enterprise-1.8.6-20090610/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake.rb:2029:in
>>

 `each'



>>
>>
>> /opt/ruby-enterprise-1.8.6-20090610/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake.rb:2029:in
>>

 `top_level'



>>
>>
>> /opt/ruby-enterprise-1.8.6-20090610/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake.rb:2068:in
>>

 `standard_exception_ha

Re: [Radiant] Problem installing mailer extension

2009-08-09 Thread exitseven
Well okay,

I just disabled other extensions and git cloned the mailer extension.
Mailer extension shows up under extensions in radiant. But I am unable
to set the page type to "mailer", because it is not listed in the
dropdown.

What can I do? Why is "mailer" not listed in the dropdown?

Best wishes,
rainer

On Thu, Aug 6, 2009 at 10:11 PM, john muhl wrote:
> `script/extension install` runs both the migrate and update tasks
> regardless just to be safe. extensions that plan for this include
> empty migrate/update task to keep these messages from confusing users.
>
> On Thu, Aug 6, 2009 at 1:11 PM, exitseven wrote:
>> Hm,
>>
>> thanks for the answer. But I run the provided installer script
>> (./script/extension install mailer). This script is running the
>> update. Why is it doing this, if it is not needed? I did not touched
>> the script.
>>
>> I know that the mailer extension needs to get configured in the mailer
>> page part. But what do you mean with:
>> "You just need to clone the extension and config the mailer in the
>> "mailer" page part."
>>
>> To clone? You mean copy? What do I have to copy?
>>
>> Your help will be very appreciated! Thanks!
>> rainer
>>
>> On Thu, Aug 6, 2009 at 12:23 PM, Cristi Duma wrote:
>>> The thing is that you don't need to run "update" on mailer extension.
>>> There's nothing to update. As there is nothing to migrate. You just need to
>>> clone the extension and config the mailer in the "mailer" page part.
>>>
>>> And you get that error, because the "update" task is not present in the
>>> extension.
>>>
>>> Cristi
>>>
>>> On 06.08.2009 12:29, Mamed Mamedov wrote:

 Does anyone knows if it compatible with last version of radiant (0.8)?
 I'am
 using it on 0.7.1 without any problem.
 
 Regards,
 Mamed Mamedov


 Samuel
 Goldwyn
 - "I'm willing to admit that I may not always be right, but I am never
 wrong."

 On Thu, Aug 6, 2009 at 2:20 PM, exitseven  wrote:


>
> Hey Mamed,
>
> sure, thanks for the quick reply!
>
> ~$ ruby -v
> ruby 1.8.6 (2008-08-11 patchlevel 287) [i686-linux]
> Ruby Enterprise Edition 20090610
>
> ~$ rails -v
> Rails 2.3.3
>
> ~$ radiant -v
> Radiant 0.8.0
>
> Does it help?
>
> Best wishes,
> rainer
>
> On Thu, Aug 6, 2009 at 11:02 AM, Mamed Mamedov
> wrote:
>
>>
>> I think there is problem with your radiant/rails/ruby versions
>> cross-compatibility.. ha?
>> Please give us your actual versions of radiant, rails and ruby. Thank
>>
>
> you!
>
>>
>> 
>> Regards,
>> Mamed Mamedov
>>
>>
>> Mike Ditka
>>
>
>  -
>
>>
>> "If God had wanted man to play soccer, he wouldn't have given us arms."
>>
>> On Thu, Aug 6, 2009 at 1:45 PM, exitseven  wrote:
>>
>>
>>>
>>> Hello again,
>>>
>>> I just tried to install the mailer extension as described
>>>
>>> here: http://wiki.github.com/radiant/radiant/mailer-extension
>>> and here (manually):
>>> http://wiki.github.com/radiant/radiant/installing-extensions#manual
>>>
>>> Unfortunately the installation process (rake) exits with:
>>>
>>> $ rake radiant:extensions:mailer:update --trace
>>> (in /home/claude/DEV/freiraumart)
>>> rake aborted!
>>> Don't know how to build task 'radiant:extensions:mailer:update'
>>>
>>>
>>>
>
>
> /opt/ruby-enterprise-1.8.6-20090610/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake.rb:1728:in
>
>>>
>>> `[]'
>>>
>>>
>>>
>
>
> /opt/ruby-enterprise-1.8.6-20090610/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake.rb:2050:in
>
>>>
>>> `invoke_task'
>>>
>>>
>>>
>
>
> /opt/ruby-enterprise-1.8.6-20090610/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake.rb:2029:in
>
>>>
>>> `top_level'
>>>
>>>
>>>
>
>
> /opt/ruby-enterprise-1.8.6-20090610/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake.rb:2029:in
>
>>>
>>> `each'
>>>
>>>
>>>
>
>
> /opt/ruby-enterprise-1.8.6-20090610/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake.rb:2029:in
>
>>>
>>> `top_level'
>>>
>>>
>>>
>
>
> /opt/ruby-enterprise-1.8.6-20090610/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake.rb:2068:in
>
>>>
>>> `standard_exception_handling'
>>>
>>>
>>>
>
>
> /opt/ruby-enterprise-1.8.6-20090610/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake.rb:2023:in
>
>>>
>>> `top_level'
>>>
>>>
>>>
>
>
> /opt/ruby-enterprise-1.8.6-20090610/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake.rb:2001:in
>
>>>
>>> `run'
>>>
>>>
>>>
>
>
> /opt

Re: [Radiant] Problem installing mailer extension

2009-08-06 Thread john muhl
`script/extension install` runs both the migrate and update tasks
regardless just to be safe. extensions that plan for this include
empty migrate/update task to keep these messages from confusing users.

On Thu, Aug 6, 2009 at 1:11 PM, exitseven wrote:
> Hm,
>
> thanks for the answer. But I run the provided installer script
> (./script/extension install mailer). This script is running the
> update. Why is it doing this, if it is not needed? I did not touched
> the script.
>
> I know that the mailer extension needs to get configured in the mailer
> page part. But what do you mean with:
> "You just need to clone the extension and config the mailer in the
> "mailer" page part."
>
> To clone? You mean copy? What do I have to copy?
>
> Your help will be very appreciated! Thanks!
> rainer
>
> On Thu, Aug 6, 2009 at 12:23 PM, Cristi Duma wrote:
>> The thing is that you don't need to run "update" on mailer extension.
>> There's nothing to update. As there is nothing to migrate. You just need to
>> clone the extension and config the mailer in the "mailer" page part.
>>
>> And you get that error, because the "update" task is not present in the
>> extension.
>>
>> Cristi
>>
>> On 06.08.2009 12:29, Mamed Mamedov wrote:
>>>
>>> Does anyone knows if it compatible with last version of radiant (0.8)?
>>> I'am
>>> using it on 0.7.1 without any problem.
>>> 
>>> Regards,
>>> Mamed Mamedov
>>>
>>>
>>> Samuel
>>> Goldwyn
>>> - "I'm willing to admit that I may not always be right, but I am never
>>> wrong."
>>>
>>> On Thu, Aug 6, 2009 at 2:20 PM, exitseven  wrote:
>>>
>>>

 Hey Mamed,

 sure, thanks for the quick reply!

 ~$ ruby -v
 ruby 1.8.6 (2008-08-11 patchlevel 287) [i686-linux]
 Ruby Enterprise Edition 20090610

 ~$ rails -v
 Rails 2.3.3

 ~$ radiant -v
 Radiant 0.8.0

 Does it help?

 Best wishes,
 rainer

 On Thu, Aug 6, 2009 at 11:02 AM, Mamed Mamedov
 wrote:

>
> I think there is problem with your radiant/rails/ruby versions
> cross-compatibility.. ha?
> Please give us your actual versions of radiant, rails and ruby. Thank
>

 you!

>
> 
> Regards,
> Mamed Mamedov
>
>
> Mike Ditka
>

  -

>
> "If God had wanted man to play soccer, he wouldn't have given us arms."
>
> On Thu, Aug 6, 2009 at 1:45 PM, exitseven  wrote:
>
>
>>
>> Hello again,
>>
>> I just tried to install the mailer extension as described
>>
>> here: http://wiki.github.com/radiant/radiant/mailer-extension
>> and here (manually):
>> http://wiki.github.com/radiant/radiant/installing-extensions#manual
>>
>> Unfortunately the installation process (rake) exits with:
>>
>> $ rake radiant:extensions:mailer:update --trace
>> (in /home/claude/DEV/freiraumart)
>> rake aborted!
>> Don't know how to build task 'radiant:extensions:mailer:update'
>>
>>
>>


 /opt/ruby-enterprise-1.8.6-20090610/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake.rb:1728:in

>>
>> `[]'
>>
>>
>>


 /opt/ruby-enterprise-1.8.6-20090610/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake.rb:2050:in

>>
>> `invoke_task'
>>
>>
>>


 /opt/ruby-enterprise-1.8.6-20090610/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake.rb:2029:in

>>
>> `top_level'
>>
>>
>>


 /opt/ruby-enterprise-1.8.6-20090610/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake.rb:2029:in

>>
>> `each'
>>
>>
>>


 /opt/ruby-enterprise-1.8.6-20090610/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake.rb:2029:in

>>
>> `top_level'
>>
>>
>>


 /opt/ruby-enterprise-1.8.6-20090610/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake.rb:2068:in

>>
>> `standard_exception_handling'
>>
>>
>>


 /opt/ruby-enterprise-1.8.6-20090610/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake.rb:2023:in

>>
>> `top_level'
>>
>>
>>


 /opt/ruby-enterprise-1.8.6-20090610/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake.rb:2001:in

>>
>> `run'
>>
>>
>>


 /opt/ruby-enterprise-1.8.6-20090610/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake.rb:2068:in

>>
>> `standard_exception_handling'
>>
>>
>>


 /opt/ruby-enterprise-1.8.6-20090610/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake.rb:1998:in

>>
>> `run'
>>
>>
>>


 /opt/ruby-enterprise-1.8.6-20090610/lib/ruby/gems/1.8/gems/rake-0.8.7/bin/rake:31

>>
>> /opt/ruby-enterprise-1.8.6-20090610/bin/rake:19:in `load'
>> /opt/ruby-enterprise-1.8.6-20090610/bin/rake:19
>>
>> What a

Re: [Radiant] Problem installing mailer extension

2009-08-06 Thread exitseven
Ah, okay. Did that!

Now I have the directory "mailer" in the vendor/extensions dir. And
mailer shows up under "Extensions" in radiant. So far, so good. But I
have the language_transliterate extension
(git://github.com/kranthi/language_transliterate_local.git) installed
and now everything I type gets somehow translated into arabic
characters. And there is usually a dropdown called "Type in" provided
by this extension, where you can choose the language you are typing
in. But this dropdown is empty now.  As soon as I move the "mailer"
dir out of the extensions dir language_transliterate is working again.

I don't know what to do now. You?

On Thu, Aug 6, 2009 at 9:16 PM, Mamed Mamedov wrote:
> I think, clone is something like that:
>
> git clone 
> 
> Regards,
> Mamed Mamedov
>
>
> Mike Ditka   -
> "If God had wanted man to play soccer, he wouldn't have given us arms."
>
> 2009/8/7 exitseven 
>
>> Hm,
>>
>> thanks for the answer. But I run the provided installer script
>> (./script/extension install mailer). This script is running the
>> update. Why is it doing this, if it is not needed? I did not touched
>> the script.
>>
>> I know that the mailer extension needs to get configured in the mailer
>> page part. But what do you mean with:
>> "You just need to clone the extension and config the mailer in the
>> "mailer" page part."
>>
>> To clone? You mean copy? What do I have to copy?
>>
>> Your help will be very appreciated! Thanks!
>> rainer
>>
>> On Thu, Aug 6, 2009 at 12:23 PM, Cristi Duma wrote:
>> > The thing is that you don't need to run "update" on mailer extension.
>> > There's nothing to update. As there is nothing to migrate. You just need
>> to
>> > clone the extension and config the mailer in the "mailer" page part.
>> >
>> > And you get that error, because the "update" task is not present in the
>> > extension.
>> >
>> > Cristi
>> >
>> > On 06.08.2009 12:29, Mamed Mamedov wrote:
>> >>
>> >> Does anyone knows if it compatible with last version of radiant (0.8)?
>> >> I'am
>> >> using it on 0.7.1 without any problem.
>> >> 
>> >> Regards,
>> >> Mamed Mamedov
>> >>
>> >>
>> >> Samuel
>> >> Goldwyn> >
>> >> - "I'm willing to admit that I may not always be right, but I am never
>> >> wrong."
>> >>
>> >> On Thu, Aug 6, 2009 at 2:20 PM, exitseven  wrote:
>> >>
>> >>
>> >>>
>> >>> Hey Mamed,
>> >>>
>> >>> sure, thanks for the quick reply!
>> >>>
>> >>> ~$ ruby -v
>> >>> ruby 1.8.6 (2008-08-11 patchlevel 287) [i686-linux]
>> >>> Ruby Enterprise Edition 20090610
>> >>>
>> >>> ~$ rails -v
>> >>> Rails 2.3.3
>> >>>
>> >>> ~$ radiant -v
>> >>> Radiant 0.8.0
>> >>>
>> >>> Does it help?
>> >>>
>> >>> Best wishes,
>> >>> rainer
>> >>>
>> >>> On Thu, Aug 6, 2009 at 11:02 AM, Mamed Mamedov> >
>> >>> wrote:
>> >>>
>> 
>>  I think there is problem with your radiant/rails/ruby versions
>>  cross-compatibility.. ha?
>>  Please give us your actual versions of radiant, rails and ruby. Thank
>> 
>> >>>
>> >>> you!
>> >>>
>> 
>>  
>>  Regards,
>>  Mamed Mamedov
>> 
>> 
>>  Mike Ditka<
>> http://www.brainyquote.com/quotes/authors/m/mike_ditka.html>
>> 
>> >>>
>> >>>  -
>> >>>
>> 
>>  "If God had wanted man to play soccer, he wouldn't have given us
>> arms."
>> 
>>  On Thu, Aug 6, 2009 at 1:45 PM, exitseven
>>  wrote:
>> 
>> 
>> >
>> > Hello again,
>> >
>> > I just tried to install the mailer extension as described
>> >
>> > here: http://wiki.github.com/radiant/radiant/mailer-extension
>> > and here (manually):
>> > http://wiki.github.com/radiant/radiant/installing-extensions#manual
>> >
>> > Unfortunately the installation process (rake) exits with:
>> >
>> > $ rake radiant:extensions:mailer:update --trace
>> > (in /home/claude/DEV/freiraumart)
>> > rake aborted!
>> > Don't know how to build task 'radiant:extensions:mailer:update'
>> >
>> >
>> >
>> >>>
>> >>>
>> >>>
>> /opt/ruby-enterprise-1.8.6-20090610/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake.rb:1728:in
>> >>>
>> >
>> > `[]'
>> >
>> >
>> >
>> >>>
>> >>>
>> >>>
>> /opt/ruby-enterprise-1.8.6-20090610/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake.rb:2050:in
>> >>>
>> >
>> > `invoke_task'
>> >
>> >
>> >
>> >>>
>> >>>
>> >>>
>> /opt/ruby-enterprise-1.8.6-20090610/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake.rb:2029:in
>> >>>
>> >
>> > `top_level'
>> >
>> >
>> >
>> >>>
>> >>>
>> >>>
>> /opt/ruby-enterprise-1.8.6-20090610/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake.rb:2029:in
>> >>>
>> >
>> > `each'
>> >
>> >
>> >
>> >>>
>> >>>
>> >>>
>> /opt/ruby-enterprise-1.8.6-20090610/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake.rb:2029:in
>> >>>
>> >
>> > `top_level'
>> >
>> >
>> >

Re: [Radiant] Problem installing mailer extension

2009-08-06 Thread Mamed Mamedov
I think, clone is something like that:

git clone 

Regards,
Mamed Mamedov


Mike Ditka   -
"If God had wanted man to play soccer, he wouldn't have given us arms."

2009/8/7 exitseven 

> Hm,
>
> thanks for the answer. But I run the provided installer script
> (./script/extension install mailer). This script is running the
> update. Why is it doing this, if it is not needed? I did not touched
> the script.
>
> I know that the mailer extension needs to get configured in the mailer
> page part. But what do you mean with:
> "You just need to clone the extension and config the mailer in the
> "mailer" page part."
>
> To clone? You mean copy? What do I have to copy?
>
> Your help will be very appreciated! Thanks!
> rainer
>
> On Thu, Aug 6, 2009 at 12:23 PM, Cristi Duma wrote:
> > The thing is that you don't need to run "update" on mailer extension.
> > There's nothing to update. As there is nothing to migrate. You just need
> to
> > clone the extension and config the mailer in the "mailer" page part.
> >
> > And you get that error, because the "update" task is not present in the
> > extension.
> >
> > Cristi
> >
> > On 06.08.2009 12:29, Mamed Mamedov wrote:
> >>
> >> Does anyone knows if it compatible with last version of radiant (0.8)?
> >> I'am
> >> using it on 0.7.1 without any problem.
> >> 
> >> Regards,
> >> Mamed Mamedov
> >>
> >>
> >> Samuel
> >> Goldwyn >
> >> - "I'm willing to admit that I may not always be right, but I am never
> >> wrong."
> >>
> >> On Thu, Aug 6, 2009 at 2:20 PM, exitseven  wrote:
> >>
> >>
> >>>
> >>> Hey Mamed,
> >>>
> >>> sure, thanks for the quick reply!
> >>>
> >>> ~$ ruby -v
> >>> ruby 1.8.6 (2008-08-11 patchlevel 287) [i686-linux]
> >>> Ruby Enterprise Edition 20090610
> >>>
> >>> ~$ rails -v
> >>> Rails 2.3.3
> >>>
> >>> ~$ radiant -v
> >>> Radiant 0.8.0
> >>>
> >>> Does it help?
> >>>
> >>> Best wishes,
> >>> rainer
> >>>
> >>> On Thu, Aug 6, 2009 at 11:02 AM, Mamed Mamedov >
> >>> wrote:
> >>>
> 
>  I think there is problem with your radiant/rails/ruby versions
>  cross-compatibility.. ha?
>  Please give us your actual versions of radiant, rails and ruby. Thank
> 
> >>>
> >>> you!
> >>>
> 
>  
>  Regards,
>  Mamed Mamedov
> 
> 
>  Mike Ditka<
> http://www.brainyquote.com/quotes/authors/m/mike_ditka.html>
> 
> >>>
> >>>  -
> >>>
> 
>  "If God had wanted man to play soccer, he wouldn't have given us
> arms."
> 
>  On Thu, Aug 6, 2009 at 1:45 PM, exitseven
>  wrote:
> 
> 
> >
> > Hello again,
> >
> > I just tried to install the mailer extension as described
> >
> > here: http://wiki.github.com/radiant/radiant/mailer-extension
> > and here (manually):
> > http://wiki.github.com/radiant/radiant/installing-extensions#manual
> >
> > Unfortunately the installation process (rake) exits with:
> >
> > $ rake radiant:extensions:mailer:update --trace
> > (in /home/claude/DEV/freiraumart)
> > rake aborted!
> > Don't know how to build task 'radiant:extensions:mailer:update'
> >
> >
> >
> >>>
> >>>
> >>>
> /opt/ruby-enterprise-1.8.6-20090610/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake.rb:1728:in
> >>>
> >
> > `[]'
> >
> >
> >
> >>>
> >>>
> >>>
> /opt/ruby-enterprise-1.8.6-20090610/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake.rb:2050:in
> >>>
> >
> > `invoke_task'
> >
> >
> >
> >>>
> >>>
> >>>
> /opt/ruby-enterprise-1.8.6-20090610/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake.rb:2029:in
> >>>
> >
> > `top_level'
> >
> >
> >
> >>>
> >>>
> >>>
> /opt/ruby-enterprise-1.8.6-20090610/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake.rb:2029:in
> >>>
> >
> > `each'
> >
> >
> >
> >>>
> >>>
> >>>
> /opt/ruby-enterprise-1.8.6-20090610/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake.rb:2029:in
> >>>
> >
> > `top_level'
> >
> >
> >
> >>>
> >>>
> >>>
> /opt/ruby-enterprise-1.8.6-20090610/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake.rb:2068:in
> >>>
> >
> > `standard_exception_handling'
> >
> >
> >
> >>>
> >>>
> >>>
> /opt/ruby-enterprise-1.8.6-20090610/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake.rb:2023:in
> >>>
> >
> > `top_level'
> >
> >
> >
> >>>
> >>>
> >>>
> /opt/ruby-enterprise-1.8.6-20090610/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake.rb:2001:in
> >>>
> >
> > `run'
> >
> >
> >
> >>>
> >>>
> >>>
> /opt/ruby-enterprise-1.8.6-20090610/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake.rb:2068:in
> >>>
> >
> > `standard_exception_handling'
> >
> >
> >
> >>>
> >>>
> >>>
> /opt/ruby-enterprise-1.8.6-20090610/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake.rb:1998:in
> >>>
> >
> > `run'
> >
> >
> >
> >>>
> >>>
> >>>
> /o

Re: [Radiant] Problem installing mailer extension

2009-08-06 Thread exitseven
Hm,

thanks for the answer. But I run the provided installer script
(./script/extension install mailer). This script is running the
update. Why is it doing this, if it is not needed? I did not touched
the script.

I know that the mailer extension needs to get configured in the mailer
page part. But what do you mean with:
"You just need to clone the extension and config the mailer in the
"mailer" page part."

To clone? You mean copy? What do I have to copy?

Your help will be very appreciated! Thanks!
rainer

On Thu, Aug 6, 2009 at 12:23 PM, Cristi Duma wrote:
> The thing is that you don't need to run "update" on mailer extension.
> There's nothing to update. As there is nothing to migrate. You just need to
> clone the extension and config the mailer in the "mailer" page part.
>
> And you get that error, because the "update" task is not present in the
> extension.
>
> Cristi
>
> On 06.08.2009 12:29, Mamed Mamedov wrote:
>>
>> Does anyone knows if it compatible with last version of radiant (0.8)?
>> I'am
>> using it on 0.7.1 without any problem.
>> 
>> Regards,
>> Mamed Mamedov
>>
>>
>> Samuel
>> Goldwyn
>> - "I'm willing to admit that I may not always be right, but I am never
>> wrong."
>>
>> On Thu, Aug 6, 2009 at 2:20 PM, exitseven  wrote:
>>
>>
>>>
>>> Hey Mamed,
>>>
>>> sure, thanks for the quick reply!
>>>
>>> ~$ ruby -v
>>> ruby 1.8.6 (2008-08-11 patchlevel 287) [i686-linux]
>>> Ruby Enterprise Edition 20090610
>>>
>>> ~$ rails -v
>>> Rails 2.3.3
>>>
>>> ~$ radiant -v
>>> Radiant 0.8.0
>>>
>>> Does it help?
>>>
>>> Best wishes,
>>> rainer
>>>
>>> On Thu, Aug 6, 2009 at 11:02 AM, Mamed Mamedov
>>> wrote:
>>>

 I think there is problem with your radiant/rails/ruby versions
 cross-compatibility.. ha?
 Please give us your actual versions of radiant, rails and ruby. Thank

>>>
>>> you!
>>>

 
 Regards,
 Mamed Mamedov


 Mike Ditka

>>>
>>>  -
>>>

 "If God had wanted man to play soccer, he wouldn't have given us arms."

 On Thu, Aug 6, 2009 at 1:45 PM, exitseven  wrote:


>
> Hello again,
>
> I just tried to install the mailer extension as described
>
> here: http://wiki.github.com/radiant/radiant/mailer-extension
> and here (manually):
> http://wiki.github.com/radiant/radiant/installing-extensions#manual
>
> Unfortunately the installation process (rake) exits with:
>
> $ rake radiant:extensions:mailer:update --trace
> (in /home/claude/DEV/freiraumart)
> rake aborted!
> Don't know how to build task 'radiant:extensions:mailer:update'
>
>
>
>>>
>>>
>>> /opt/ruby-enterprise-1.8.6-20090610/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake.rb:1728:in
>>>
>
> `[]'
>
>
>
>>>
>>>
>>> /opt/ruby-enterprise-1.8.6-20090610/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake.rb:2050:in
>>>
>
> `invoke_task'
>
>
>
>>>
>>>
>>> /opt/ruby-enterprise-1.8.6-20090610/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake.rb:2029:in
>>>
>
> `top_level'
>
>
>
>>>
>>>
>>> /opt/ruby-enterprise-1.8.6-20090610/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake.rb:2029:in
>>>
>
> `each'
>
>
>
>>>
>>>
>>> /opt/ruby-enterprise-1.8.6-20090610/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake.rb:2029:in
>>>
>
> `top_level'
>
>
>
>>>
>>>
>>> /opt/ruby-enterprise-1.8.6-20090610/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake.rb:2068:in
>>>
>
> `standard_exception_handling'
>
>
>
>>>
>>>
>>> /opt/ruby-enterprise-1.8.6-20090610/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake.rb:2023:in
>>>
>
> `top_level'
>
>
>
>>>
>>>
>>> /opt/ruby-enterprise-1.8.6-20090610/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake.rb:2001:in
>>>
>
> `run'
>
>
>
>>>
>>>
>>> /opt/ruby-enterprise-1.8.6-20090610/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake.rb:2068:in
>>>
>
> `standard_exception_handling'
>
>
>
>>>
>>>
>>> /opt/ruby-enterprise-1.8.6-20090610/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake.rb:1998:in
>>>
>
> `run'
>
>
>
>>>
>>>
>>> /opt/ruby-enterprise-1.8.6-20090610/lib/ruby/gems/1.8/gems/rake-0.8.7/bin/rake:31
>>>
>
> /opt/ruby-enterprise-1.8.6-20090610/bin/rake:19:in `load'
> /opt/ruby-enterprise-1.8.6-20090610/bin/rake:19
>
> What am I doing wrong? Could someone please help me?
>
> Thanks,
> rainer
> ___
> Radiant mailing list
> Post:   Radiant@radiantcms.org
> Search: http://radiantcms.org/mailing-list/search/
> Site:   http://lists.radiantcms.org/mailman/listinfo/radiant
>
>

 ___
 Radiant mailing list
 Post:   Radiant@radiantcms.org
 Search: http://ra

Re: [Radiant] Problem installing mailer extension

2009-08-06 Thread Cristi Duma
The thing is that you don't need to run "update" on mailer extension. 
There's nothing to update. As there is nothing to migrate. You just need 
to clone the extension and config the mailer in the "mailer" page part.


And you get that error, because the "update" task is not present in the 
extension.


Cristi

On 06.08.2009 12:29, Mamed Mamedov wrote:

Does anyone knows if it compatible with last version of radiant (0.8)? I'am
using it on 0.7.1 without any problem.

Regards,
Mamed Mamedov


Samuel Goldwyn
- "I'm willing to admit that I may not always be right, but I am never
wrong."

On Thu, Aug 6, 2009 at 2:20 PM, exitseven  wrote:

   

Hey Mamed,

sure, thanks for the quick reply!

~$ ruby -v
ruby 1.8.6 (2008-08-11 patchlevel 287) [i686-linux]
Ruby Enterprise Edition 20090610

~$ rails -v
Rails 2.3.3

~$ radiant -v
Radiant 0.8.0

Does it help?

Best wishes,
rainer

On Thu, Aug 6, 2009 at 11:02 AM, Mamed Mamedov
wrote:
 

I think there is problem with your radiant/rails/ruby versions
cross-compatibility.. ha?
Please give us your actual versions of radiant, rails and ruby. Thank
   

you!
 


Regards,
Mamed Mamedov


Mike Ditka
   

  -
 

"If God had wanted man to play soccer, he wouldn't have given us arms."

On Thu, Aug 6, 2009 at 1:45 PM, exitseven  wrote:

   

Hello again,

I just tried to install the mailer extension as described

here: http://wiki.github.com/radiant/radiant/mailer-extension
and here (manually):
http://wiki.github.com/radiant/radiant/installing-extensions#manual

Unfortunately the installation process (rake) exits with:

$ rake radiant:extensions:mailer:update --trace
(in /home/claude/DEV/freiraumart)
rake aborted!
Don't know how to build task 'radiant:extensions:mailer:update'


 

/opt/ruby-enterprise-1.8.6-20090610/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake.rb:1728:in
 

`[]'


 

/opt/ruby-enterprise-1.8.6-20090610/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake.rb:2050:in
 

`invoke_task'


 

/opt/ruby-enterprise-1.8.6-20090610/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake.rb:2029:in
 

`top_level'


 

/opt/ruby-enterprise-1.8.6-20090610/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake.rb:2029:in
 

`each'


 

/opt/ruby-enterprise-1.8.6-20090610/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake.rb:2029:in
 

`top_level'


 

/opt/ruby-enterprise-1.8.6-20090610/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake.rb:2068:in
 

`standard_exception_handling'


 

/opt/ruby-enterprise-1.8.6-20090610/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake.rb:2023:in
 

`top_level'


 

/opt/ruby-enterprise-1.8.6-20090610/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake.rb:2001:in
 

`run'


 

/opt/ruby-enterprise-1.8.6-20090610/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake.rb:2068:in
 

`standard_exception_handling'


 

/opt/ruby-enterprise-1.8.6-20090610/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake.rb:1998:in
 

`run'


 

/opt/ruby-enterprise-1.8.6-20090610/lib/ruby/gems/1.8/gems/rake-0.8.7/bin/rake:31
 

/opt/ruby-enterprise-1.8.6-20090610/bin/rake:19:in `load'
/opt/ruby-enterprise-1.8.6-20090610/bin/rake:19

What am I doing wrong? Could someone please help me?

Thanks,
rainer
___
Radiant mailing list
Post:   Radiant@radiantcms.org
Search: http://radiantcms.org/mailing-list/search/
Site:   http://lists.radiantcms.org/mailman/listinfo/radiant

 

___
Radiant mailing list
Post:   Radiant@radiantcms.org
Search: http://radiantcms.org/mailing-list/search/
Site:   http://lists.radiantcms.org/mailman/listinfo/radiant

   

___
Radiant mailing list
Post:   Radiant@radiantcms.org
Search: http://radiantcms.org/mailing-list/search/
Site:   http://lists.radiantcms.org/mailman/listinfo/radiant

 

___
Radiant mailing list
Post:   Radiant@radiantcms.org
Search: http://radiantcms.org/mailing-list/search/
Site:   http://lists.radiantcms.org/mailman/listinfo/radiant
   


___
Radiant mailing list
Post:   Radiant@radiantcms.org
Search: http://radiantcms.org/mailing-list/search/
Site:   http://lists.radiantcms.org/mailman/listinfo/radiant


Re: [Radiant] Problem installing mailer extension

2009-08-06 Thread Mamed Mamedov
Does anyone knows if it compatible with last version of radiant (0.8)? I'am
using it on 0.7.1 without any problem.

Regards,
Mamed Mamedov


Samuel Goldwyn
- "I'm willing to admit that I may not always be right, but I am never
wrong."

On Thu, Aug 6, 2009 at 2:20 PM, exitseven  wrote:

> Hey Mamed,
>
> sure, thanks for the quick reply!
>
> ~$ ruby -v
> ruby 1.8.6 (2008-08-11 patchlevel 287) [i686-linux]
> Ruby Enterprise Edition 20090610
>
> ~$ rails -v
> Rails 2.3.3
>
> ~$ radiant -v
> Radiant 0.8.0
>
> Does it help?
>
> Best wishes,
> rainer
>
> On Thu, Aug 6, 2009 at 11:02 AM, Mamed Mamedov
> wrote:
> > I think there is problem with your radiant/rails/ruby versions
> > cross-compatibility.. ha?
> > Please give us your actual versions of radiant, rails and ruby. Thank
> you!
> > 
> > Regards,
> > Mamed Mamedov
> >
> >
> > Mike Ditka 
>  -
> > "If God had wanted man to play soccer, he wouldn't have given us arms."
> >
> > On Thu, Aug 6, 2009 at 1:45 PM, exitseven  wrote:
> >
> >> Hello again,
> >>
> >> I just tried to install the mailer extension as described
> >>
> >> here: http://wiki.github.com/radiant/radiant/mailer-extension
> >> and here (manually):
> >> http://wiki.github.com/radiant/radiant/installing-extensions#manual
> >>
> >> Unfortunately the installation process (rake) exits with:
> >>
> >> $ rake radiant:extensions:mailer:update --trace
> >> (in /home/claude/DEV/freiraumart)
> >> rake aborted!
> >> Don't know how to build task 'radiant:extensions:mailer:update'
> >>
> >>
> /opt/ruby-enterprise-1.8.6-20090610/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake.rb:1728:in
> >> `[]'
> >>
> >>
> /opt/ruby-enterprise-1.8.6-20090610/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake.rb:2050:in
> >> `invoke_task'
> >>
> >>
> /opt/ruby-enterprise-1.8.6-20090610/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake.rb:2029:in
> >> `top_level'
> >>
> >>
> /opt/ruby-enterprise-1.8.6-20090610/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake.rb:2029:in
> >> `each'
> >>
> >>
> /opt/ruby-enterprise-1.8.6-20090610/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake.rb:2029:in
> >> `top_level'
> >>
> >>
> /opt/ruby-enterprise-1.8.6-20090610/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake.rb:2068:in
> >> `standard_exception_handling'
> >>
> >>
> /opt/ruby-enterprise-1.8.6-20090610/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake.rb:2023:in
> >> `top_level'
> >>
> >>
> /opt/ruby-enterprise-1.8.6-20090610/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake.rb:2001:in
> >> `run'
> >>
> >>
> /opt/ruby-enterprise-1.8.6-20090610/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake.rb:2068:in
> >> `standard_exception_handling'
> >>
> >>
> /opt/ruby-enterprise-1.8.6-20090610/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake.rb:1998:in
> >> `run'
> >>
> >>
> /opt/ruby-enterprise-1.8.6-20090610/lib/ruby/gems/1.8/gems/rake-0.8.7/bin/rake:31
> >> /opt/ruby-enterprise-1.8.6-20090610/bin/rake:19:in `load'
> >> /opt/ruby-enterprise-1.8.6-20090610/bin/rake:19
> >>
> >> What am I doing wrong? Could someone please help me?
> >>
> >> Thanks,
> >> rainer
> >> ___
> >> Radiant mailing list
> >> Post:   Radiant@radiantcms.org
> >> Search: http://radiantcms.org/mailing-list/search/
> >> Site:   http://lists.radiantcms.org/mailman/listinfo/radiant
> >>
> > ___
> > Radiant mailing list
> > Post:   Radiant@radiantcms.org
> > Search: http://radiantcms.org/mailing-list/search/
> > Site:   http://lists.radiantcms.org/mailman/listinfo/radiant
> >
> ___
> Radiant mailing list
> Post:   Radiant@radiantcms.org
> Search: http://radiantcms.org/mailing-list/search/
> Site:   http://lists.radiantcms.org/mailman/listinfo/radiant
>
___
Radiant mailing list
Post:   Radiant@radiantcms.org
Search: http://radiantcms.org/mailing-list/search/
Site:   http://lists.radiantcms.org/mailman/listinfo/radiant


Re: [Radiant] Problem installing mailer extension

2009-08-06 Thread exitseven
Hey Mamed,

sure, thanks for the quick reply!

~$ ruby -v
ruby 1.8.6 (2008-08-11 patchlevel 287) [i686-linux]
Ruby Enterprise Edition 20090610

~$ rails -v
Rails 2.3.3

~$ radiant -v
Radiant 0.8.0

Does it help?

Best wishes,
rainer

On Thu, Aug 6, 2009 at 11:02 AM, Mamed Mamedov wrote:
> I think there is problem with your radiant/rails/ruby versions
> cross-compatibility.. ha?
> Please give us your actual versions of radiant, rails and ruby. Thank you!
> 
> Regards,
> Mamed Mamedov
>
>
> Mike Ditka   -
> "If God had wanted man to play soccer, he wouldn't have given us arms."
>
> On Thu, Aug 6, 2009 at 1:45 PM, exitseven  wrote:
>
>> Hello again,
>>
>> I just tried to install the mailer extension as described
>>
>> here: http://wiki.github.com/radiant/radiant/mailer-extension
>> and here (manually):
>> http://wiki.github.com/radiant/radiant/installing-extensions#manual
>>
>> Unfortunately the installation process (rake) exits with:
>>
>> $ rake radiant:extensions:mailer:update --trace
>> (in /home/claude/DEV/freiraumart)
>> rake aborted!
>> Don't know how to build task 'radiant:extensions:mailer:update'
>>
>> /opt/ruby-enterprise-1.8.6-20090610/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake.rb:1728:in
>> `[]'
>>
>> /opt/ruby-enterprise-1.8.6-20090610/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake.rb:2050:in
>> `invoke_task'
>>
>> /opt/ruby-enterprise-1.8.6-20090610/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake.rb:2029:in
>> `top_level'
>>
>> /opt/ruby-enterprise-1.8.6-20090610/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake.rb:2029:in
>> `each'
>>
>> /opt/ruby-enterprise-1.8.6-20090610/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake.rb:2029:in
>> `top_level'
>>
>> /opt/ruby-enterprise-1.8.6-20090610/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake.rb:2068:in
>> `standard_exception_handling'
>>
>> /opt/ruby-enterprise-1.8.6-20090610/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake.rb:2023:in
>> `top_level'
>>
>> /opt/ruby-enterprise-1.8.6-20090610/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake.rb:2001:in
>> `run'
>>
>> /opt/ruby-enterprise-1.8.6-20090610/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake.rb:2068:in
>> `standard_exception_handling'
>>
>> /opt/ruby-enterprise-1.8.6-20090610/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake.rb:1998:in
>> `run'
>>
>> /opt/ruby-enterprise-1.8.6-20090610/lib/ruby/gems/1.8/gems/rake-0.8.7/bin/rake:31
>> /opt/ruby-enterprise-1.8.6-20090610/bin/rake:19:in `load'
>> /opt/ruby-enterprise-1.8.6-20090610/bin/rake:19
>>
>> What am I doing wrong? Could someone please help me?
>>
>> Thanks,
>> rainer
>> ___
>> Radiant mailing list
>> Post:   Radiant@radiantcms.org
>> Search: http://radiantcms.org/mailing-list/search/
>> Site:   http://lists.radiantcms.org/mailman/listinfo/radiant
>>
> ___
> Radiant mailing list
> Post:   Radiant@radiantcms.org
> Search: http://radiantcms.org/mailing-list/search/
> Site:   http://lists.radiantcms.org/mailman/listinfo/radiant
>
___
Radiant mailing list
Post:   Radiant@radiantcms.org
Search: http://radiantcms.org/mailing-list/search/
Site:   http://lists.radiantcms.org/mailman/listinfo/radiant


Re: [Radiant] Problem installing mailer extension

2009-08-06 Thread Mamed Mamedov
I think there is problem with your radiant/rails/ruby versions
cross-compatibility.. ha?
Please give us your actual versions of radiant, rails and ruby. Thank you!

Regards,
Mamed Mamedov


Mike Ditka   -
"If God had wanted man to play soccer, he wouldn't have given us arms."

On Thu, Aug 6, 2009 at 1:45 PM, exitseven  wrote:

> Hello again,
>
> I just tried to install the mailer extension as described
>
> here: http://wiki.github.com/radiant/radiant/mailer-extension
> and here (manually):
> http://wiki.github.com/radiant/radiant/installing-extensions#manual
>
> Unfortunately the installation process (rake) exits with:
>
> $ rake radiant:extensions:mailer:update --trace
> (in /home/claude/DEV/freiraumart)
> rake aborted!
> Don't know how to build task 'radiant:extensions:mailer:update'
>
> /opt/ruby-enterprise-1.8.6-20090610/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake.rb:1728:in
> `[]'
>
> /opt/ruby-enterprise-1.8.6-20090610/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake.rb:2050:in
> `invoke_task'
>
> /opt/ruby-enterprise-1.8.6-20090610/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake.rb:2029:in
> `top_level'
>
> /opt/ruby-enterprise-1.8.6-20090610/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake.rb:2029:in
> `each'
>
> /opt/ruby-enterprise-1.8.6-20090610/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake.rb:2029:in
> `top_level'
>
> /opt/ruby-enterprise-1.8.6-20090610/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake.rb:2068:in
> `standard_exception_handling'
>
> /opt/ruby-enterprise-1.8.6-20090610/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake.rb:2023:in
> `top_level'
>
> /opt/ruby-enterprise-1.8.6-20090610/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake.rb:2001:in
> `run'
>
> /opt/ruby-enterprise-1.8.6-20090610/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake.rb:2068:in
> `standard_exception_handling'
>
> /opt/ruby-enterprise-1.8.6-20090610/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake.rb:1998:in
> `run'
>
> /opt/ruby-enterprise-1.8.6-20090610/lib/ruby/gems/1.8/gems/rake-0.8.7/bin/rake:31
> /opt/ruby-enterprise-1.8.6-20090610/bin/rake:19:in `load'
> /opt/ruby-enterprise-1.8.6-20090610/bin/rake:19
>
> What am I doing wrong? Could someone please help me?
>
> Thanks,
> rainer
> ___
> Radiant mailing list
> Post:   Radiant@radiantcms.org
> Search: http://radiantcms.org/mailing-list/search/
> Site:   http://lists.radiantcms.org/mailman/listinfo/radiant
>
___
Radiant mailing list
Post:   Radiant@radiantcms.org
Search: http://radiantcms.org/mailing-list/search/
Site:   http://lists.radiantcms.org/mailman/listinfo/radiant


[Radiant] Problem installing mailer extension

2009-08-06 Thread exitseven
Hello again,

I just tried to install the mailer extension as described

here: http://wiki.github.com/radiant/radiant/mailer-extension
and here (manually):
http://wiki.github.com/radiant/radiant/installing-extensions#manual

Unfortunately the installation process (rake) exits with:

$ rake radiant:extensions:mailer:update --trace
(in /home/claude/DEV/freiraumart)
rake aborted!
Don't know how to build task 'radiant:extensions:mailer:update'
/opt/ruby-enterprise-1.8.6-20090610/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake.rb:1728:in
`[]'
/opt/ruby-enterprise-1.8.6-20090610/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake.rb:2050:in
`invoke_task'
/opt/ruby-enterprise-1.8.6-20090610/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake.rb:2029:in
`top_level'
/opt/ruby-enterprise-1.8.6-20090610/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake.rb:2029:in
`each'
/opt/ruby-enterprise-1.8.6-20090610/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake.rb:2029:in
`top_level'
/opt/ruby-enterprise-1.8.6-20090610/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake.rb:2068:in
`standard_exception_handling'
/opt/ruby-enterprise-1.8.6-20090610/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake.rb:2023:in
`top_level'
/opt/ruby-enterprise-1.8.6-20090610/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake.rb:2001:in
`run'
/opt/ruby-enterprise-1.8.6-20090610/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake.rb:2068:in
`standard_exception_handling'
/opt/ruby-enterprise-1.8.6-20090610/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake.rb:1998:in
`run'
/opt/ruby-enterprise-1.8.6-20090610/lib/ruby/gems/1.8/gems/rake-0.8.7/bin/rake:31
/opt/ruby-enterprise-1.8.6-20090610/bin/rake:19:in `load'
/opt/ruby-enterprise-1.8.6-20090610/bin/rake:19

What am I doing wrong? Could someone please help me?

Thanks,
rainer
___
Radiant mailing list
Post:   Radiant@radiantcms.org
Search: http://radiantcms.org/mailing-list/search/
Site:   http://lists.radiantcms.org/mailman/listinfo/radiant