[Radiant] Mailer extension problem with redirect
Nikos Delibaltadakis
delinikos at gmail.com
Mon May 5 15:53:36 CDT 2008
I did exactly this, changed it to
response.redirect(form_conf[:redirect_to], "302")
and it worked.
On Mon, May 5, 2008 at 11:36 PM, beyama at alchemy25 <beyama at alchemy25.de>
wrote:
> 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