close ad
 
Important WebAssist Announcement
open ad
View Menu

Technical Support Forums

Free, outstanding support from WebAssist and your colleagues

rating

Warning: session_start() [function.session-start]: Cannot send session cookie - heade

Thread began 11/21/2010 8:29 pm by SaladoGuy | Last modified 11/22/2010 6:57 am by Jason Byrnes | 1908 views | 2 replies |

SaladoGuyBeta Tester

Warning: session_start() [function.session-start]: Cannot send session cookie - heade

I'm having "session_start" errors again (on checkout's confirm.php this time). I think it may have been caused by editing the email object - the page was formerly working.

In addition, I have noticed that some text from the body of the email (a formatted date) gets printed out at the top of the page. Weird.

I'm attaching the relevant pages.

After clicking the checkout button, instead of being redirected to the final success/failure pages, the confirm page reloads. Then the errors are seen (perhaps if the session errors are fixed, the page will continue properly).

Thursday December 2nd, 2010Thursday December 2nd, 2010
Warning: session_start() [function.session-start]: Cannot send session cookie - headers already sent by (output started at /var/www/clients/client5/web9/web/webassist/email/waue_confirm_4.php:87) in /var/www/clients/client5/web9/web/webassist/email/mail_php.php on line 285

Warning: session_start() [function.session-start]: Cannot send session cache limiter - headers already sent (output started at /var/www/clients/client5/web9/web/webassist/email/waue_confirm_4.php:87) in /var/www/clients/client5/web9/web/webassist/email/mail_php.php on line 285

Warning: session_start() [function.session-start]: Cannot send session cookie - headers already sent by (output started at /var/www/clients/client5/web9/web/webassist/email/waue_confirm_4.php:87) in /var/www/clients/client5/web9/web/confirm.php on line 502

Warning: session_start() [function.session-start]: Cannot send session cache limiter - headers already sent (output started at /var/www/clients/client5/web9/web/webassist/email/waue_confirm_4.php:87) in /var/www/clients/client5/web9/web/confirm.php on line 502

Warning: Cannot modify header information - headers already sent by (output started at /var/www/clients/client5/web9/web/webassist/email/waue_confirm_4.php:87) in /var/www/clients/client5/web9/web/confirm.php on line 631

Attached Files
checkout_session_errors.zip
Sign in to reply to this post

SaladoGuyBeta Tester

Originally Said By: SaladoGuy
  I'm having "session_start" errors again  



Also on another page. Though I suppose this might more appropriately belong in the UE forum, since it's related to the first I thought I'd post it here rather than double post. The errors on this other page are:


Warning: Cannot modify header information - headers already sent by (output started at /var/www/clients/client5/web9/web/standbyconfirm.php:10) in /var/www/clients/client5/web9/web/standbyconfirm.php on line 78

Warning: session_start() [function.session-start]: Cannot send session cookie - headers already sent by (output started at /var/www/clients/client5/web9/web/standbyconfirm.php:10) in /var/www/clients/client5/web9/web/standbyconfirm.php on line 160

Warning: session_start() [function.session-start]: Cannot send session cache limiter - headers already sent (output started at /var/www/clients/client5/web9/web/standbyconfirm.php:10) in /var/www/clients/client5/web9/web/standbyconfirm.php on line 160

Warning: session_start() [function.session-start]: Cannot send session cookie - headers already sent by (output started at /var/www/clients/client5/web9/web/standbyconfirm.php:10) in /var/www/clients/client5/web9/web/webassist/email/mail_php.php on line 285

Warning: session_start() [function.session-start]: Cannot send session cache limiter - headers already sent (output started at /var/www/clients/client5/web9/web/standbyconfirm.php:10) in /var/www/clients/client5/web9/web/webassist/email/mail_php.php on line 285

Warning: session_start() [function.session-start]: Cannot send session cookie - headers already sent by (output started at /var/www/clients/client5/web9/web/standbyconfirm.php:10) in /var/www/clients/client5/web9/web/standbyconfirm.php on line 190

Warning: session_start() [function.session-start]: Cannot send session cache limiter - headers already sent (output started at /var/www/clients/client5/web9/web/standbyconfirm.php:10) in /var/www/clients/client5/web9/web/standbyconfirm.php on line 190

Warning: session_start() [function.session-start]: Cannot send session cookie - headers already sent by (output started at /var/www/clients/client5/web9/web/standbyconfirm.php:10) in /var/www/clients/client5/web9/web/standbyconfirm.php on line 248

Warning: session_start() [function.session-start]: Cannot send session cache limiter - headers already sent (output started at /var/www/clients/client5/web9/web/standbyconfirm.php:10) in /var/www/clients/client5/web9/web/standbyconfirm.php on line 248

Warning: session_start() [function.session-start]: Cannot send session cookie - headers already sent by (output started at /var/www/clients/client5/web9/web/standbyconfirm.php:10) in /var/www/clients/client5/web9/web/webassist/email/mail_php.php on line 285

Warning: session_start() [function.session-start]: Cannot send session cache limiter - headers already sent (output started at /var/www/clients/client5/web9/web/standbyconfirm.php:10) in /var/www/clients/client5/web9/web/webassist/email/mail_php.php on line 285

Warning: session_start() [function.session-start]: Cannot send session cookie - headers already sent by (output started at /var/www/clients/client5/web9/web/standbyconfirm.php:10) in /var/www/clients/client5/web9/web/standbyconfirm.php on line 278

Warning: session_start() [function.session-start]: Cannot send session cache limiter - headers already sent (output started at /var/www/clients/client5/web9/web/standbyconfirm.php:10) in /var/www/clients/client5/web9/web/standbyconfirm.php on line 278

Attached Files
standbyconfirm.php.zip
Sign in to reply to this post

Jason ByrnesWebAssist

Lets start with the standbyconfirm.php page. the issue there is the following code at lines 8 - 12:

php:
?>


<?php?>

<?php




edit that code to:

php:
?>

<?php




For the confirm.php page, the issue is caused by code order.

The order of the server behaviors:
Universal Email
eCart Store Cart Summary
eCart Store Cart Details

needs to be changed so the email is sent after the details are stored:
eCart Store Cart Summary
eCart Store Cart Details
Universal Email

Sign in to reply to this post

Build websites with a little help from your friends

Your friends over here at WebAssist! These Dreamweaver extensions will assist you in building unlimited, custom websites.

Build websites from already-built web applications

These out-of-the-box solutions provide you proven, tested applications that can be up and running now.  Build a store, a gallery, or a web-based email solution.

Want your website pre-built and hosted?

Close Windowclose

Rate your experience or provide feedback on this page

Account or customer service questions?
Please user our contact form.

Need technical support?
Please visit support to ask a question

Content

rating

Layout

rating

Ease of use

rating

security code refresh image

We do not respond to comments submitted from this page directly, but we do read and analyze any feedback and will use it to help make your experience better in the future.

Close Windowclose

We were unable to retrieve the attached file

Close Windowclose

Attach and remove files

add attachmentAdd attachment
Close Windowclose

Enter the URL you would like to link to in your post

Close Windowclose

This is how you use right click RTF editing

Enable right click RTF editing option allows you to add html markup into your tutorial such as images, bulleted lists, files and more...

-- click to close --

Uploading file...