function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
eliteeserviceseliteeservices 

did anyone install the toolkit properly php ?

i'm getting the following errors:

http://4xvelocity.com/form/welcome.php

Warning: session_start() [function.session-start]: Cannot send session cookie - headers already sent by (output started at /home/axveloc/public_html/form/header.inc:9) in /home/axveloc/public_html/form/welcome.php on line 32

Warning: session_start() [function.session-start]: Cannot send session cache limiter - headers already sent (output started at /home/axveloc/public_html/form/header.inc:9) in /home/axveloc/public_html/form/welcome.php on line 32

Warning: Cannot modify header information - headers already sent by (output started at /home/axveloc/public_html/form/header.inc:9) in /home/axveloc/public_html/form/welcome.php on line 35

It seems no matter what I try there is a similar error.  I have installed php 5 and SOAP client is installed, they claim.

Any help?  My task is only to create new leads in salesforce using php/mysql.

joe gelet
Tran ManTran Man
did you try to set

output_buffering = On

in php.ini?