[Radiant] Mailer extension problem with redirect

beyama at alchemy25 beyama at alchemy25.de
Mon May 5 15:36:31 CDT 2008


Nikos Delibaltadakis schrieb:
> I installed the mailer extension with radiant 0.6.6.
> (I followed more or less the wiki HOWTO), on my site
> which is hosted in railsplayground with fastcgi.
>
> The extension sends the message properly, however in:
> 1) Firefox: displays a message "you are being redirected", with "redirected"
> being a link with the redirection page, set in config. The redirection
> doesnt occur automatically but only by pressing the link.
> 2) IE 7: displays a 500 error page (message, as i already mentioned, is
> being send properly)
>
> is this some common problem due to misconfiguration?
>
>
> thank you
> Nikos Delibaltadakis
> _______________________________________________
> Radiant mailing list
> Post:   Radiant at radiantcms.org
> Search: http://radiantcms.org/mailing-list/search/
> Site:   http://lists.radiantcms.org/mailman/listinfo/radiant
>   
Unfortunately I have no time to test the following code with the mailer
extension but
I had a similar problem in an extension that I am actualy developing.

Does anyone with this problem in the mailer extension can change the
line 30 in mailer_page.rb from

response.redirect(form_conf[:redirect_to], :status => 302)

to

response.redirect(form_conf[:redirect_to], "302 Found")

and tell whether it works?


More information about the Radiant mailing list