Discussion:
[PHP-INSTALL] Support needed
Babalanda Daniel
2008-08-30 11:11:28 UTC
Permalink
Hello
I am an Desktop support person. I want to setup a web page for users so tha
they can log their problems. I have attached a sample of the results I
need.
I installed PHP 4.3.0 with IIS on one of the Windows XP computers in the
server room and the web page is also on the same computer. The mail server
is different and it runs Lotus Domino 7. Its ip address is 10.192.120.230.
The desktop IP address is 10.192.120.x

When I test my helpdesk page it returns
*Warning*: mail() [function.mail <http://www.php.net/function.mail>]: Failed
to connect to mailserver at "localhost" port 25, verify your "SMTP" and
"smtp_port" setting in php.ini or use ini_set() in *
C:\Inetpub\wwwroot\webpages\Feedback.php* on line *5*

*Warning*: Cannot modify header information - headers already sent by
(output started at C:\Inetpub\wwwroot\webpages\Feedback.php:5) in *
C:\Inetpub\wwwroot\webpages\Feedback.php* on line *7*

Please help tell me the changes in the PHP.ini I need to change.
Alternatively help redesing the script page I can use with this email
address as the receiving email for the forms

I will be so gratefull for the support
Tommy Peterson
2008-08-30 14:32:29 UTC
Permalink
The mail error most likely indicates that you have to authenticate to your
email server. That is you have to provide it a user ID and password. Your
email administrator (Lotus Notes Admin) would know this for sure. The
second error message is most likely because you got the error message.
When you clear that out you won't get that message. It is saying that you
are sending some info/text back to the browser before you header. You
can't do that. The text you most likely are sending back is the error
message.
Post by Babalanda Daniel
Hello
I am an Desktop support person. I want to setup a web page for users so
tha they can log their problems. I have attached a sample of the results
I need.
I installed PHP 4.3.0 with IIS on one of the Windows XP computers in the
server room and the web page is also on the same computer. The mail
server is different and it runs Lotus Domino 7. Its ip address is [
http://10.192.120.230 ]10.192.120.230. The desktop IP address is
10.192.120.x
When I test my helpdesk page it returns
Failed to connect to mailserver at "localhost" port 25, verify
your "SMTP" and "smtp_port" setting in php.ini or use
ini_set() in C:\Inetpub\wwwroot\webpages\Feedback.php on line 5
Warning: Cannot modify header information - headers already sent by
(output started at C:\Inetpub\wwwroot\webpages\Feedback.php:5) in
C:\Inetpub\wwwroot\webpages\Feedback.php on line 7
Please help tell me the changes in the PHP.ini I need to change.
Alternatively help redesing the script page I can use with this email
address as the receiving email for the forms
I will be so gratefull for the support
____________________________

Tommy Peterson,

NCEE/AC/NISL Web Developer/DBA

555 13th St, NW

Washington, DC 20004

Telephone:

(o) 202-783-3668 X2146

(c) 703-608-6898

Loading...