open_basedir restriction (postie-functions.php)
-
line 1280 in postie-functions.php when sending an image in HTML e-mail
Warning: tempnam() [function.tempnam]: open_basedir restriction in effect. File() is not within the allowed path(s):
If you care, this message goes away for me if I change
$tmpFile=tempnam(getenv('TEMP'), 'postie');
to
if (getenv('TEMP')) $tmpFile=tempnam(getenv('TEMP'), 'postie');
sorry if this is redundant. I did search for open_basedir but got many responses none applying to Postie as far as I could see.
…Ian.
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘open_basedir restriction (postie-functions.php)’ is closed to new replies.