danoli
01-08-2007, 07:10 PM
Install doesn't work.
Unable to open pgm-form_submit.php for writing! Check permissions on this file.
I checked the pgm-form_submit-rep.php file and the first section is looking for code that doesn't exist?
<oldcode>
mail("$EMAILTO", "$SUBJECTLINE", "$soho_email", "FROM: $RESPONSEFROM") || DIE("Not able to send email.");
</oldcode>
<newcode>
mail("$EMAILTO", "$SUBJECTLINE", "$soho_email", "FROM: $EMAILADDR") || DIE("Not able to send email.");
</newcode>
Unable to open pgm-form_submit.php for writing! Check permissions on this file.
I checked the pgm-form_submit-rep.php file and the first section is looking for code that doesn't exist?
<oldcode>
mail("$EMAILTO", "$SUBJECTLINE", "$soho_email", "FROM: $RESPONSEFROM") || DIE("Not able to send email.");
</oldcode>
<newcode>
mail("$EMAILTO", "$SUBJECTLINE", "$soho_email", "FROM: $EMAILADDR") || DIE("Not able to send email.");
</newcode>