Ecommerce software home
Shopping Cart Software Forum for Ecommerce Templates
 
Home | Profile | Register | Active Topics | Members | Search | FAQ
Username:
Password:
Save Password
Forgot your Password?

Find us on Facebook Follow us on Twitter View our YouTube channel
Search our site
 All Forums
 Technical
 PHP (Unix / Linux / Apache) versions
 Warning on cart and product detail pages
Author « Topic »  

bobherk
New Member

USA
85 Posts

Posted - 07/06/2024 :  16:14:45  
Hi, why do I get the following on my product detail and cart pages? I have switched to another host.

Warning: Cannot modify header information - headers already sent by (output started at /home4/frzuimte/public_html/proddetail.php:1) in /home4/frzuimte/public_html/vsadmin/inc/incfunctions.php on line 2490

Thanks, Bob

Vince
Administrator

42632 Posts

Posted - 07/07/2024 :  14:40:13  
Hi Bob
Have you got lines like this at the top of your cart.php and proddetail.php pages?

session_cache_limiter('none');
session_start();
ob_start();

Vince

Click Here for Shopping Cart Software
Click Here to sign up for our newsletter
Click Here for the latest updater

bobherk
New Member

USA
85 Posts

Posted - 07/07/2024 :  20:57:22  
No Vince, just the lines I mentioned above. Thanks, Bob

dbdave
ECT Moderator

USA
10358 Posts

Posted - 07/08/2024 :  14:42:48  
Hi Bob, I think perhaps you misunderstood Vince's question.

Can you check those pages in your html editor to see if those lines are there
session_cache_limiter('none');
session_start();
ob_start();

Thanks,
David

robherk
Starting Member

USA
5 Posts

Posted - 07/08/2024 :  20:56:17  
Hi, no, I don't see those lines in my html on those pages. Should I? Thanks, Bob

Robert Herklotz

Vince
Administrator

42632 Posts

Posted - 07/09/2024 :  10:31:42  
Hi Robert
Yes you should have those lines on all the cart pages. This is what you should have (and do add this if you don't) before the opening HTML tag...

<?php
session_cache_limiter('none');
session_start();
ob_start();?>
<!DOCTYPE html><html>

Vince

Click Here for Shopping Cart Software
Click Here to sign up for our newsletter
Click Here for the latest updater

robherk
Starting Member

USA
5 Posts

Posted - 07/10/2024 :  18:49:25  
Thank you Vince. I'll give this a try, Bob

Robert Herklotz

robherk
Starting Member

USA
5 Posts

Posted - 07/10/2024 :  20:42:38  
Thanks Vince, inserting that code did the trick. You guys know your stuff, Bob

Robert Herklotz

Vince
Administrator

42632 Posts

Posted - 07/11/2024 :  08:56:04  
We've done this before, Robert.

I'm glad it helped and thanks for letting us know!!

Vince

Click Here for Shopping Cart Software
Click Here to sign up for our newsletter
Click Here for the latest updater
  « Topic »  
Jump To:
Shopping Cart Software Forum for Ecommerce Templates © 2002-2022 ecommercetemplates.com
This page was generated in 0.02 seconds. Snitz Forums 2000