Hi,
Home :: WorldPay
Warning: Cannot modify header information - headers already sent by (output started at /home/golfgym/public_html/store/includes/templates/template_default/common/html_header.php:22) in /home/golfgym/public_html/store/includes/functions/functions_general.php on line 44
Above is the warning message I am getting, does anyone have any idea on this ??
Please help, this is creating problems for us...
the above is the error when the payment is processed:
https://select.worldpay.com/aequitas/card
is this to to do something with the redirect back to the website ?
html_header.php line 22 has the below code:
<html xmlns="http://www.w3.org/1999/xhtml" <?php echo HTML_PARAMS; ?>>
functions_general.php line 44 contains:
header('Location: ' . $url);
Any help is appreciated..
Thank you






