Mar 26th, 2013, 9:41 AM
I would first create a phpinfo file and confirm the path it displays is exactly as it is in your config.php file in your formtools installation.
To do so, create a php file in that directory with the following code (only that) and run it. It will give you lots of info, including the path.
<?php phpinfo(); ?>
To do so, create a php file in that directory with the following code (only that) and run it. It will give you lots of info, including the path.
<?php phpinfo(); ?>
(Mar 26th, 2013, 9:08 AM)HounderBounder Wrote: Changing everything to 777 didn't work. I still get the same error message. Any more ideas? I'm guessing I'm going to delete the folder and start over installing this. But if I do that I would like to get the data from the 1 form I had setup. Can you at least tell me how to find the data collected from my client's form?
Jessica