Hey all,
I'm just starting out trying to use the API and have run into a few problems...
I've gone step-by-step through the tutorial of setting up a simple one-page API form and gotten the test submission in, but afterwards I get the following on the page containing the form:
I'm just starting out trying to use the API and have run into a few problems...
I've gone step-by-step through the tutorial of setting up a simple one-page API form and gotten the test submission in, but afterwards I get the following on the page containing the form:
PHP Code:
<?php
Warning: session_start() [function.session-start]: Cannot send session cache limiter - headers already sent (output started at /home/USER/public_html/test/test.php:2) in /home/USER/public_html/my-path-to-FT/global/api/api.php on line 1537
Warning: Cannot modify header information - headers already sent by (output started at /home/USER/public_html/test/test.php:2) in /home/USER/public_html/my-path-to-FT/global/api/api.php on line 1538
Warning: Cannot modify header information - headers already sent by (output started at /home/USER/public_html/test/test.php:2) in /home/USER/public_html/my-path-to-FT/global/api/api.php on line 1539
When I submit that form, it remains on the same page, but throws this at me:
PHP Code:
<?php
Warning: Cannot modify header information - headers already sent by (output started at /home/USER/public_html/test/test.php:2) in /home/USER/public_html/my-path-to-FT/global/api/api.php on line 861
