Forums

redirect plugin displays systematically a system message

platipalapi 13 Apr, 2010
Hi,

this is an issue i just discovered because i just changed my website's template; the previous one didn't have
<jdoc:include type="message" />

in the index.php file so i thought everything was fine. But the new template has it, and i've noticed that when i click on submit in my form's first page, i have this annoying message appearing above the second page of form :
$_POST: Array ( [name_field] => Leduc [fname_field] => pat [dob] => 03/01/1969 [pob] => lyon [level] => MASTER [pname] => Jean [ship_address] => 1 rue du test [ship_zip] => 74100 [ship_city] => lyon [user_email] => test@mydomain.org [confirm_email] => test@mydomain.org [user_tel] => [info_sup] => [button_25] => Étape suivante [subject1] => [subject2] => [item_name] => [invoice] => XS2E0S9 [ef90acb3b0cbbc07ef4bq22h53vb28bb3a] => 1 [1cf1] => 865a3894sds6s9s548a2bc75815f9e2a8b78sft [chronoformname] => demande ) 


I understand that this is just a system message, but why is it displaying above my form ?
The weird thing is that there's no error or anything; if i continue and submit the form last page, emails are sent, redirect is OK, everything is going fine. How could i remove this system message from my form ?
I do not wish to remove the system message include in my template though, because i need it to display some other system message on other pages.

thanks
GreyHead 13 Apr, 2010
Hi platipalapi,

It was a mistake by me. There are copies of a fixed version of the plugin and instructions to correct my mistake in the forums here.

Bob
platipalapi 13 Apr, 2010
That was it ! i didnt find the file, but i found the post where you explained to comment the line 234 of the cf_redirect.php file;

that made the trick, thank you very much sir !
clinton 29 Apr, 2010
Hi,
May i ask where you found this post, im not finding it anywhere.
Thanks!
This topic is locked and no more replies can be posted.