I have the same problem !!
Welcome to the Tectite Forums! You can download and get support for our free PHP FormMail (form processor) and other free software.
Hi,
I just installed formmail, and it works fine. But next to the real message I always receive an error message also. It says:
Unable to create check file "/fm106c5c.txt" [M3]
What have I done wrong? Can someone help me?
Thanks in advance.
Willem
gw.bosma@hccnet.nl
I have the same problem !!
Hi,
This indicates your PHP installation or web server environment is faulty.
On Linux systems, the environment variable TMPDIR tells software where to create temporary files.
On Windows systems, the environment variable is called TMP.
Apparently on your system this is set to "/" instead of "/tmp".
This is not correct.
You should contact your hosting provider and ask them about this because it may affect other PHP scripts you install.
For FormMail you can workaround this with the $SCRATCH_PAD setting, which is fully documented in formmail.php.
In version 5.03, $SCRATCH_PAD is configured near line 2952.
Russell Robinson - Author of Tectite FormMail and FormMailDecoder
http://www.tectite.com/
Hmm.... just tried the $SCRATCH_PAD, but it still gives me the same error !Originally Posted by russellr
Hi,
What did you set $SCRATCH_PAD to?
Russell Robinson - Author of Tectite FormMail and FormMailDecoder
http://www.tectite.com/
$SCRATCH_PAD = http://www.saebygods.dk/formmail/tmp;
gives me the error:
The following error occurred in FormMail [M18]:
Unable to create check file "http://www.saebygods.dk/formmail/tmp/fm34e11e.txt" [M3]
Hi,
You might want read the doco for $SCRATCH_PAD again.
You've provided a URL not a directory path, that's why it isn't working.
Russell Robinson - Author of Tectite FormMail and FormMailDecoder
http://www.tectite.com/
I don't think i understand that ??
What's the difference ??
Hi,
A URL is something you type into a browser.
A directory (also known as a folder on Windows) is part of the file system structure where you can store files.
Your web site files are kept in a directory on the server. Do you know what the directory is?
Russell Robinson - Author of Tectite FormMail and FormMailDecoder
http://www.tectite.com/
Sure... it's not that i'm dumb, it's just my english that is not so good
I think i understand it now, i will give it a try !!
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks