Has anyone come across a form's post array displaying in the site system message? I've got quite a lot going on in the form (from my limited experience anyway) so I'm not sure where to start looking for the cause.
In this scenario I submitted a form which adds a record to a custom database table, sends emails to the site user and admin user then redirects to paypal. When I am returned from paypal ('return' parameter set to my site base url) the post array appears in the system message.
Obviously I want to avoid this information being displayed. Any ideas appreciated.
Randall.
In this scenario I submitted a form which adds a record to a custom database table, sends emails to the site user and admin user then redirects to paypal. When I am returned from paypal ('return' parameter set to my site base url) the post array appears in the system message.
Obviously I want to avoid this information being displayed. Any ideas appreciated.
Randall.
Hi Randall,
I left a debug line in one of the plugins :-( ReDirect I think - the fix is here several times, just needs the line commented out.
Bob
I left a debug line in one of the plugins :-( ReDirect I think - the fix is here several times, just needs the line commented out.
Bob
This topic is locked and no more replies can be posted.