php-install Digest 10 Feb 2003 14:56:59 -0000 Issue 1241
Topics (messages 9995 through 9997):
Re: unique install, having problem
9995 by: Mitch Pirtle
Re: Help running phpMyAdmin with php 4
9996 by: Matt Schroebel
Problems with mail()
9997 by: "Juan Ant. Martínez"
Administrivia:
To subscribe to the digest, e-mail:
[EMAIL PROTECTED]
To unsubscribe from the digest, e-mail:
[EMAIL PROTECTED]
To post to the list, e-mail:
[EMAIL PROTECTED]
----------------------------------------------------------------------
--- Begin Message ---
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
On Friday 07 February 2003 17:55, Benjamin Tomhave wrote:
> I found this in a google search yesterday, it might be useful, might not.
> It's an rpm for 4.3.0 under RH8. I'm not sure if it's for apache 1.3 or
> 2.x.
>
> http://www.aucs.org/rpmcenter/
WOW. Looks like I got httpd-2.0.44 and php-4.3.0 running. And pear appears
to work, as well...
Awesome. Tested Pear::DB, expat, things look ok. Well, they look ok from my
humble little laptop -;^>=
Many thanks for the pointer. My only note is that the SRPM for php required
root to rebuild it (not normal user). Excellent!
- --
Mit freundlichen Gruessen / best regards
Mitch
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.1 (GNU/Linux)
iD8DBQE+R4V3p6W2bojYwv4RAtGTAJsHiP066kMD1xjIjQzsWq0qVoItvQCggJpv
f6/M2hlvW1tR0530HDo5EQ0=
=+Tow
-----END PGP SIGNATURE-----
--- End Message ---
--- Begin Message ---
> -----Original Message-----
> From: Skip Evans [mailto:[EMAIL PROTECTED]]
> Sent: Sunday, February 09, 2003 8:51 PM
> To: [EMAIL PROTECTED]
> Subject: [PHP-INST] Help running phpMyAdmin with php 4
>
> I just installed phpMyAdmin on my FreeBSD box running Apache
> and PHP 4.2.3.
> When I load the page I get a page not found error, or when I
> load the page
> index.php3 directly using the whole URL the code displays but does not
> process.
>
> I imagine this is an issue running php3 with php4 installed in Apache?
>
> Any help you could offer would be greatly appreciated. Can you email
> directly at [EMAIL PROTECTED] ?
Change the httpd.conf file, and add a line like:
AddType application/x-httpd-php .php .php3
Or get the version of phpMyAdmin using .php extensions
--- End Message ---
--- Begin Message ---
Hi,
I'm new to php. I have downloaded and installed PHP 4.3.0 on a Windows
NT 4.0 server. I have tested the configuration and changed the
parameters in php.ini to fit my environment.
The basic code works fine, but one of the things I'd like to do is to
send mails. I have found the sample code and tested the following :
mail("[EMAIL PROTECTED]", "test", "This is a test!","From:
[EMAIL PROTECTED]")
But when I run this code, I get the following error:
Warning: mail() [function.mail]: "sendmail_from" not set in php.ini or
custom "From:" header missing in d:\www\mail.php on line 9
In fact, the sendmail_from is configured in the php.ini file (in the
windows directory), and also forced in the line above (I have tried also
without the "From:..." but it does neither work) . The smtp server is
in a remote machine, and in fact, no connection is made from the php
script (I have looked through the logs and there has been no attempt to
connect)
Does anyone know where is the problem? Any suggestions will be welcomed.
Thanks in advance,
Juanan
--- End Message ---