ID:               16263
 Comment by:       snakk at inet dot co dot th
 Reported By:      kur at natur dot cuni dot cz
 Status:           No Feedback
 Bug Type:         Session related
 Operating System: ANY
 PHP Version:      4.3.0-dev
 New Comment:

I'm facing the same problem. Waiting for solution or suggestion,
please.

FreeBSD 6.0-RELEASE
Apache 2.0.59
PHP 5.2.4


Previous Comments:
------------------------------------------------------------------------

[2008-01-22 11:51:12] costa_brava at gmx dot net

I think that part of the problem is, at least on Windows, that the
session.save_path (and upload_tmp_dir) are being created within the
user's 'Temp' area.  (By the Windows msi installer?)
But this directory is occasionally cleaned out (either manually or by
system / 3rd party disk cleaners). This BTW, is the idea of a temp area,
that you may delete old data without regrets.

Well, since php does not re-create the sub directories structure as
needed, it would be better to change these paths to a less temporary
place, like "user\application data\php". Or store the files directly in
the temp folder, not in subdirectories therein.

------------------------------------------------------------------------

[2007-12-13 11:42:17] tonterias at cosmos dot selfip dot com

has anyone solved this issue??????

I cannot find any solution for this... it is unbelievable!!!!

------------------------------------------------------------------------

[2007-08-22 13:36:51] peter at 3p1 dot net

hELLo i use php 5.1 and still experience this bug

------------------------------------------------------------------------

[2007-08-03 13:17:26] shivam dot honey at gmail dot com

Hi Every one.
My name is shivam.
Thanks for the suggestion i tried it and now its not giving me any
error just simply printing mail sent successfully

But i m "NOT" getting the mail delivered to the recipient account

my new php.ini mail setting are

[mail function]
SMTP = smtp.cc.iitk.ac.in
sendmail_from = [EMAIL PROTECTED]

; For Unix only.  You may supply arguments as well (default: 'sendmail
-t -i').
sendmail_path = /usr/local/sbin/sendmail -t -i

and my code is

<?php 
if(mail('[EMAIL PROTECTED]', 'xxx', 'yyy')) {
 echo('<p>Mail sent successfully.</p>'); 
} else {
 echo('<p>Mail could not be sent.</p>');
}
?>


Now i m just wondering if
1. my mail settings are not correct or 
2. my smtp server is not forwarding the mail or
3. the reciepient server is not excepting the mail

can anyone HELP me!!!
Please do mention ur name would b easy to address.
Thanks in advance

------------------------------------------------------------------------

[2007-08-01 16:58:52] breda at unisolution dot de

I had the same problem with IIS (version? from XP Pro) and PHP 5.2.3. I
changed the session.save_path to a simple path without weird windows
short form (like PROGRA~1 and so on) and reinstalled php with the
windows php installer and it works now.

------------------------------------------------------------------------

The remainder of the comments for this report are too long. To view
the rest of the comments, please view the bug report online at
    http://bugs.php.net/16263

-- 
Edit this bug report at http://bugs.php.net/?id=16263&edit=1

Reply via email to