Hello -
I need to create several forms on my site. I have tried both methods I found described in this forum - 1. to move the "forms" directory to the directory where I want it to be - in my case "Solar_Dealers"
--did not work.
2. Rename the "forms" directory and leave it under my "phpform" directory.
--did not work.
Here is the error message I am getting either way I do it - perhaps you can help me:
Warning: fopen(admin/data.dat): failed to open stream: Permission denied in /home/aetsolar/public_html/Solar_Dealers/forms/process.php on line 49
Warning: fwrite(): supplied argument is not a valid stream resource in /home/aetsolar/public_html/Solar_Dealers/forms/process.php on line 53
Warning: Cannot modify header information - headers already sent by (output started at /home/aetsolar/public_html/Solar_Dealers/forms/process.php:49) in /home/aetsolar/public_html/Solar_Dealers/forms/process.php on line 54
Everything works well when I created the first form and left it in the original folder. I can even change the layout and design - as long as I stay in the same folder.
Your help is appreciated.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
At what point in the process did you get your error message (if you're even still subscribed to this thread after 5 months...)?
I've been having similar difficulties, in that I can't get the form in a relocated forms dir. to parse correctly, but I'm not actually getting any error messages in my browser, just the template-version of form1.html showing up instead of the customized form I created (even though the process.php file shows the correct info for my form)...and the same exact config worked perfectly in the original folder, before I moved it.
I also CHMOD-ed the duplicate folder tho' this isn't explicit in any of the instructions I've seen in these forums or anywhere else (I'm a newb, so have no assumptions about how this stuff is supposed to work); this didn't work, either.
Anybody had any luck on this?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hello -
I need to create several forms on my site. I have tried both methods I found described in this forum - 1. to move the "forms" directory to the directory where I want it to be - in my case "Solar_Dealers"
--did not work.
2. Rename the "forms" directory and leave it under my "phpform" directory.
--did not work.
Here is the error message I am getting either way I do it - perhaps you can help me:
Warning: fopen(admin/data.dat): failed to open stream: Permission denied in /home/aetsolar/public_html/Solar_Dealers/forms/process.php on line 49
Warning: fwrite(): supplied argument is not a valid stream resource in /home/aetsolar/public_html/Solar_Dealers/forms/process.php on line 53
Warning: Cannot modify header information - headers already sent by (output started at /home/aetsolar/public_html/Solar_Dealers/forms/process.php:49) in /home/aetsolar/public_html/Solar_Dealers/forms/process.php on line 54
Everything works well when I created the first form and left it in the original folder. I can even change the layout and design - as long as I stay in the same folder.
Your help is appreciated.
At what point in the process did you get your error message (if you're even still subscribed to this thread after 5 months...)?
I've been having similar difficulties, in that I can't get the form in a relocated forms dir. to parse correctly, but I'm not actually getting any error messages in my browser, just the template-version of form1.html showing up instead of the customized form I created (even though the process.php file shows the correct info for my form)...and the same exact config worked perfectly in the original folder, before I moved it.
I also CHMOD-ed the duplicate folder tho' this isn't explicit in any of the instructions I've seen in these forums or anywhere else (I'm a newb, so have no assumptions about how this stuff is supposed to work); this didn't work, either.
Anybody had any luck on this?