The form worked fine when created and used in the default directory but when i move it to a new directory it no longer works, i moved the process.php and the global.inc.php with it. I have i missed something?
I read an earlier post with the same problem, but the person figured out the problem befor he got an answer.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Anonymous
-
2005-03-07
sorry, the message i keep getting is
Warning: copy(files/11_42_48_CurriculumVitae.pdf): failed to open stream: No such file or directory in ... on line 22
I still get emails with all the other entered information and a link to the document but i get a 404 when i click on the link.
I'm sure i'm missing something obvious but can any one help?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
when you move the form, the links are still pointing to the old location. Therefore, the email being sent has the wrong links (they point to the location where the form was generated originally and not where you moved it to). You will have open process.php file and edit the link location.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Anonymous
-
2005-03-13
cheers,
I spent a day changing the links but it turns out all i needed to do was to make a folder called files in the same place i moved the form to and it works fine.
Guess it was just me being a muppet.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi
The form worked fine when created and used in the default directory but when i move it to a new directory it no longer works, i moved the process.php and the global.inc.php with it. I have i missed something?
I read an earlier post with the same problem, but the person figured out the problem befor he got an answer.
sorry, the message i keep getting is
Warning: copy(files/11_42_48_CurriculumVitae.pdf): failed to open stream: No such file or directory in ... on line 22
I still get emails with all the other entered information and a link to the document but i get a 404 when i click on the link.
I'm sure i'm missing something obvious but can any one help?
when you move the form, the links are still pointing to the old location. Therefore, the email being sent has the wrong links (they point to the location where the form was generated originally and not where you moved it to). You will have open process.php file and edit the link location.
cheers,
I spent a day changing the links but it turns out all i needed to do was to make a folder called files in the same place i moved the form to and it works fine.
Guess it was just me being a muppet.