Feb 22nd, 2012, 7:18 AM
Ok, setting up a new install hasn't fixed anything.
After doing step one in the instructions you linked I still get a server error. Here is the code I'm pasting in with the correct path to my api:
<?php
require_once("/formtools/global/api/api.php");
ft_api_start_sessions();
$fields = isset($_SESSION["form_tools_form_data"]) ?
ft_strip_tags($_SESSION["form_tools_form_data"]) : array();
?>
After doing step one in the instructions you linked I still get a server error. Here is the code I'm pasting in with the correct path to my api:
<?php
require_once("/formtools/global/api/api.php");
ft_api_start_sessions();
$fields = isset($_SESSION["form_tools_form_data"]) ?
ft_strip_tags($_SESSION["form_tools_form_data"]) : array();
?>