kellzo Posted April 9, 2010 Share Posted April 9, 2010 Hi All, Just wondering can anyone help with a problem I am currently having with my customers page in the admin area I am able to go into customer but when I go to update customer information the following error appears and doesnt continue. Any thoughts on this matter is greatly appreciated. Thanks Kelly Warning: session_start() [function.session-start]: Cannot send session cache limiter - headers already sent (output started at /home/kellytay/public_html/aboriginalart/admin/customers.php:1) in /home/kellytay/public_html/aboriginalart/admin/includes/functions/sessions.php on line 102 Warning: Cannot modify header information - headers already sent by (output started at /home/kellytay/public_html/aboriginalart/admin/customers.php:1) in /home/kellytay/public_html/aboriginalart/admin/includes/functions/general.php on line 22 Link to comment Share on other sites More sharing options...
germ Posted April 9, 2010 Share Posted April 9, 2010 Headers Already Sent Click the link above for an explanation. The problem is in /aboriginalart/admin/customers.php (line 1) The opening PHP tag: <?php MUST be at the very beginning of the file, no blank lines or spaces preceding it. Another possibility: click me If I suggest you edit any file(s) make a backup first - I'm not perfect and neither are you. "Given enough impetus a parallelogramatically shaped projectile can egress a circular orifice." - Me - "Headers already sent" - The definitive help "Cannot redeclare ..." - How to find/fix it SSL Implementation Help Like this post? "Like" it again over there > Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.