Page 2 of 2

Posted: Thu Sep 22, 2005 5:19 pm
by scott
Chicken.

Posted: Fri Sep 23, 2005 11:57 pm
by breun
Chicken?

Posted: Sat Sep 24, 2005 6:31 am
by kilgore
Chicken or not, I've just upgraded a psa754/FC3 test box with PHP 4.4.0 and mail() isn't available :roll:

Posted: Sun Sep 25, 2005 12:28 am
by Jason Lee
I replaced my php.ini file with php.ini.rpmsave and everything is working fine with 4.4.0. First I just replaced the the sendmail_path line with:

sendmail_path = /usr/sbin/sendmail -t -i

But then I was also having some mysql problems so I just replaced php.ini with php.ini.rpmsave

Posted: Sun Sep 25, 2005 7:00 am
by kilgore
Jason Lee wrote:I replaced my php.ini file with php.ini.rpmsave and everything is working fine with 4.4.0. First I just replaced the the sendmail_path line with:

sendmail_path = /usr/sbin/sendmail -t -i

But then I was also having some mysql problems so I just replaced php.ini with php.ini.rpmsave
My sendmail path is ok and replacing the php.ini didn't solve my problem...

Posted: Wed Sep 28, 2005 3:08 am
by kilgore
Problem fixed for me after upgrade to 4.4.0-3.

Thanks scott !

Kilgore

Posted: Wed Sep 28, 2005 8:21 am
by MrTeck
Having same problem that all. RH9 + Plesk 7.5.3
And installed packages:
[root@server tmp]# rpm -qa |grep php-
php-pgsql-4.4.0-3.rh90.art
php-imap-4.4.0-3.rh90.art
php-ldap-4.4.0-3.rh90.art
php-mbstring-4.4.0-3.rh90.art
php-pear-4.4.0-3.rh90.art
php-4.4.0-3.rh90.art
php-xslt-1.0-0
php-odbc-4.4.0-3.rh90.art
php-mysql-4.4.0-3.rh90.art
php-devel-4.4.0-3.rh90.art
The problem still when replace php.ini by php.ini.rpmnew or php.ini.saved_by_psa

Posted: Tue Oct 04, 2005 4:38 am
by MrTeck
Hmmm... I need help.
With 4.4.0-3 mail() still no working and I try with all php.ini....

How I can downgrate to 4.3.10 ?

I'm a bit noob with that, but I want learn. Anyone know how downgrade? Is a test server, but I want resolve this issue.

Tnx in advantage :)

Posted: Tue Oct 04, 2005 7:18 am
by breun
Which OS are you running? Did you restart httpd?

Posted: Tue Oct 04, 2005 12:43 pm
by MrTeck
breun wrote:Which OS are you running? Did you restart httpd?
Rh9. And yes, restart apache when switch ini's.

Posted: Thu Oct 06, 2005 3:53 am
by MrTeck
I found this errors in /usr/local/psa/var/log/maillog
Oct 6 09:55:25 server qmail-queue: dwlib[9375]: files: cannot open tmpfile /var/drweb/spool/drweb.tmp.epFuzj - (13) Permission denied
Oct 6 09:55:25 server qmail-queue: cannot create temporary file - (13) Permission denied
Oct 6 09:55:25 server qmail-queue: drweb-qmail[9375]: cannot read message from stdin
Maybe can help to find a solution... happend always I try use mail() function.

Posted: Mon Oct 10, 2005 10:52 am
by MrTeck
MrTeck wrote:I found this errors in /usr/local/psa/var/log/maillog
Oct 6 09:55:25 server qmail-queue: dwlib[9375]: files: cannot open tmpfile /var/drweb/spool/drweb.tmp.epFuzj - (13) Permission denied
Oct 6 09:55:25 server qmail-queue: cannot create temporary file - (13) Permission denied
Oct 6 09:55:25 server qmail-queue: drweb-qmail[9375]: cannot read message from stdin
Maybe can help to find a solution... happend always I try use mail() function.
Well, finally I decide remove DrWeb:
yum remove drweb

Finally mail() function start work like a charm! :roll: