Hi,
This is a fault in the setup of PHP on your server.Unable to create check file "/tmp/fm84d430.txt" [M3]
You can workaround it using the $SCRATCH_PAD setting in FormMail.
You simply create a directory/folder, make it writable by everyone, and put its path in the $SCRATCH_PAD setting.
Yes! That's a good start and will almost certainly work.DOCUMENT_ROOT = /www/crittergitter
Does that mean I would code the SET_REAL_DOCUMENT_ROOT to
$SET_REAL_DOCUMENT_ROOT = "/www/crittergitter";
However, if you need to use it for your "encode" path, you'll also need to either:
- Upgrade to version 7.00 of FormMail (so that $SET_REAL_DOCUMENT_ROOT sets $REAL_DOCUMENT_ROOT before the $FILTERS setting); OR
- Change the "encode" path from:
toPHP Code:$FILTERS = array("encode"=>"$REAL_DOCUMENT_ROOT/cgi-bin/fmencoder -k...",
PHP Code:$FILTERS = array("encode"=>"/www/crittergritter/cgi-bin/fmencoder -k...",


Reply With Quote
Bookmarks