Forums

Redirect URL doesn't work

kecker 01 Mar, 2012
Since the Paypal button won't generate the URL properly I decided to just use the Redirect URL to send it to a URL I manually constructed.

Simple right???

Well, that doesn't work either.

If I used the Redirect URL, I get the following errors:
Warning: array_merge() [function.array-merge]: Argument #2 is not an array in /home/bpoubuil/public_html/myr/administrator/components/com_chronoforms/form_actions/redirect_url/redirect_url.php on line 31

Warning: array_merge() [function.array-merge]: Argument #2 is not an array in /home/bpoubuil/public_html/myr/administrator/components/com_chronoforms/form_actions/redirect_url/redirect_url.php on line 31

Warning: array_merge() [function.array-merge]: Argument #2 is not an array in /home/bpoubuil/public_html/myr/administrator/components/com_chronoforms/form_actions/redirect_url/redirect_url.php on line 31

Warning: array_merge() [function.array-merge]: Argument #2 is not an array in /home/bpoubuil/public_html/myr/administrator/components/com_chronoforms/form_actions/redirect_url/redirect_url.php on line 31

Warning: array_merge() [function.array-merge]: Argument #2 is not an array in /home/bpoubuil/public_html/myr/administrator/components/com_chronoforms/form_actions/redirect_url/redirect_url.php on line 31

Warning: array_merge() [function.array-merge]: Argument #2 is not an array in /home/bpoubuil/public_html/myr/administrator/components/com_chronoforms/form_actions/redirect_url/redirect_url.php on line 31

Warning: array_merge() [function.array-merge]: Argument #2 is not an array in /home/bpoubuil/public_html/myr/administrator/components/com_chronoforms/form_actions/redirect_url/redirect_url.php on line 31

Warning: array_merge() [function.array-merge]: Argument #2 is not an array in /home/bpoubuil/public_html/myr/administrator/components/com_chronoforms/form_actions/redirect_url/redirect_url.php on line 31

Warning: array_merge() [function.array-merge]: Argument #2 is not an array in /home/bpoubuil/public_html/myr/administrator/components/com_chronoforms/form_actions/redirect_url/redirect_url.php on line 31

Warning: array_merge() [function.array-merge]: Argument #2 is not an array in /home/bpoubuil/public_html/myr/administrator/components/com_chronoforms/form_actions/redirect_url/redirect_url.php on line 31

Warning: array_merge() [function.array-merge]: Argument #2 is not an array in /home/bpoubuil/public_html/myr/administrator/components/com_chronoforms/form_actions/redirect_url/redirect_url.php on line 31

Warning: array_merge() [function.array-merge]: Argument #2 is not an array in /home/bpoubuil/public_html/myr/administrator/components/com_chronoforms/form_actions/redirect_url/redirect_url.php on line 31

Warning: array_merge() [function.array-merge]: Argument #2 is not an array in /home/bpoubuil/public_html/myr/administrator/components/com_chronoforms/form_actions/redirect_url/redirect_url.php on line 31

Warning: array_merge() [function.array-merge]: Argument #2 is not an array in /home/bpoubuil/public_html/myr/administrator/components/com_chronoforms/form_actions/redirect_url/redirect_url.php on line 31

Warning: array_merge() [function.array-merge]: Argument #2 is not an array in /home/bpoubuil/public_html/myr/administrator/components/com_chronoforms/form_actions/redirect_url/redirect_url.php on line 31

Warning: array_merge() [function.array-merge]: Argument #2 is not an array in /home/bpoubuil/public_html/myr/administrator/components/com_chronoforms/form_actions/redirect_url/redirect_url.php on line 31

Warning: array_merge() [function.array-merge]: Argument #1 is not an array in /home/bpoubuil/public_html/myr/administrator/components/com_chronoforms/form_actions/redirect_url/redirect_url.php on line 31

Warning: array_merge() [function.array-merge]: Argument #2 is not an array in /home/bpoubuil/public_html/myr/administrator/components/com_chronoforms/form_actions/redirect_url/redirect_url.php on line 31


Now idea what any of those even mean, nor why I'm getting lots of them.

I put the URL I want to go to in the Target URL field. I left the Params/Fields map field blank.
GreyHead 01 Mar, 2012
Hi kecker,

I left the Params/Fields map field blank.

and that's why you get the message. It's a little bug that ought to be fixed.

You can hide the Warning messages by setting Error Reporting to System Default or None in your site Global Confiuration; you can use the ReDirect User action which is intended for static URLs; if your URL has a dynamic query string then you can put the query part into the Params/Fields map box.

Bob
kecker 02 Mar, 2012
Heh that worked!
This topic is locked and no more replies can be posted.