I have 1.6.4 EE running with Freeform 2.6.5. I watered down a form for troubleshooting to the bare bones. On submit nothing is happening. I have a feeling that perhaps the file folder attributes aren’t set correctly somewhere. I have the “freeform” folder in the modules folder set to 755 and all files set to 644. I have to manually change the “freeform” folder to 755 with filezilla because the attributes are set to 000 after transfer. The original installation files were uploaded with dreamweaver. This makes me think that there’s another folder that doesn’t have the right file attribute settings. Everything else seems to work fine with EE, including the email module. I’ve used this module many times before with no problems. Does anyone know how I can trouble shoot this further? What other folders play with freeform? The params table is being written to but nothing else.
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset={charset}" />
<title>Test</title>
</head>
{exp:freeform:form}
<p>Name<br />
<input type="text" name="name" value="" />
</p>
<p>Email<br />
<input type="text" name="email" value="" />
</p>
<p>
<input type="submit" name="submit" value="submit" />
</p>
{/exp:freeform:form}
</div>
</body>
</html>
