Posted - 08/08/2024 : 01:53:34
Can anyone help with this? I am getting the following PHP error in server error log. It's an occasional error every few days but it is not affecting the site front end.
[code]Cannot modify header information - headers already sent by (output started at /home/xxx/public_html/vsadmin/inc/incminidropdowncart.php:117) in /home/xxx/public_html/vsadmin/inc/incfunctions.php on line 2716[/code]
I've looked at line 2716 and it is this
[code]header('HTTP/1.1 404 Not Found');[/code] .... within a PHP function called notfoundmarkup
Is this happening because I have an empty minidropdowncart or something else?
CVW Web Design www.cvwdesign.co.uk | web design and development
Edited by - clivewalker on 08/08/2024 02:00:38
|