Hello
I am getting the error below with the redirect url action. can anyone shed some light?
Warning: array_merge() [function.array-merge]: Argument #2 is not an array in /home2/xxxxxxxx/public_html/xxxxxxxx/administrator/components/com_chronoforms/form_actions/redirect_url/redirect_url.php on line 32
Many thanks
I am getting the error below with the redirect url action. can anyone shed some light?
Warning: array_merge() [function.array-merge]: Argument #2 is not an array in /home2/xxxxxxxx/public_html/xxxxxxxx/administrator/components/com_chronoforms/form_actions/redirect_url/redirect_url.php on line 32
Many thanks
Hello,
Does the redirect occur or not ? if it does then simply set the e"Error reporting" to "none" under the Joomla global config!
Regards,
Max
Does the redirect occur or not ? if it does then simply set the e"Error reporting" to "none" under the Joomla global config!
Regards,
Max
Hi Flying_Badger,
Technically it's a PHP Warning, not an error. Looking at the code I think it will arise if the Params/Fields map box of the ReDirect URL action is empty. If there are no parameters to add then you don't need to use this action, just use the ReDirect User action on its own.
Bob
Technically it's a PHP Warning, not an error. Looking at the code I think it will arise if the Params/Fields map box of the ReDirect URL action is empty. If there are no parameters to add then you don't need to use this action, just use the ReDirect User action on its own.
Bob
This topic is locked and no more replies can be posted.