Closed (won't fix)
Project:
PHPIDS
Version:
5.x-1.x-dev
Component:
Miscellaneous
Priority:
Critical
Category:
Bug report
Assigned:
Reporter:
Created:
20 Aug 2007 at 13:17 UTC
Updated:
20 Aug 2007 at 19:42 UTC
Please can anyone help me.
i am using xampp and eclipse i hav configured lot of the stuff but, i am not able to configure the mercury mail sending server. i have written a program which is as follows:
//Check whether the submission is made
if(isset($_POST['hidSubmit'])){
//Declarate the necessary variables
$mail_to=$_POST['txtEmailto'];
$mail_from=$_POST['txtEmailfrm'];
$mail_sub=$_POST['txtSub'];
$mail_mesg=$_POST['txtMsg'];
$from_name="VocalBug";
//Check for success/failure of delivery
if(mail($mail_to,$mail_sub,$mail_mesg,"From: \"$from_name\" <$mail_from>\r\n"))
print("Send");
else
print("Not send");
}
the program works on IIS very well but when i installed xampp, the mercury service doesnt send mail to the particular address. at first it gave me some error as
Warning: mail() [function.mail]: SMTP server response: 553 We do not relay non-local mail, sorry. in "----"
i modified the mercury.ini file and set the relay option to 1. then it gave me the time zone settings error. i am confused totally, please can u guys help me out, will be grateful to u. its too important to resolve the issue.
Comments
Comment #1
rav_nan commentedHey guys help me in configuring xampp correctly please,
i hav installed xampp and phpeclipse correctly. i am presently working on configuring webservices through xampp, which i am not able to do for the past 2 weeks, its very necessary for me. i have written a code which is as follows:
this code is for webservices that is for the server.
the code for client is:
i am not able to find out the exact error as to why it does not recognise the packages even though i hav installed the xampp correctly. it gives me several errors like
Strict Standards: Assigning the return value of new by reference is deprecated in D:\public_html\Test\SOAP\Server.php on line 134
Strict Standards: Assigning the return value of new by reference is deprecated in D:\public_html\Test\SOAP\Server.php on line 359
Strict Standards: Assigning the return value of new by reference is deprecated in D:\public_html\Test\SOAP\Server.php on line 360
Strict Standards: Assigning the return value of new by reference is deprecated in D:\public_html\Test\SOAP\Server.php on line 372
Strict Standards: Assigning the return value of new by reference is deprecated in D:\public_html\Test\SOAP\Server.php on line 382
Strict Standards: Assigning the return value of new by reference is deprecated in D:\public_html\Test\SOAP\Server.php on line 507
Strict Standards: Assigning the return value of new by reference is deprecated in D:\public_html\Test\SOAP\Server.php on line 508
Strict Standards: Assigning the return value of new by reference is deprecated in D:\public_html\Test\SOAP\Server.php on line 793
Strict Standards: Assigning the return value of new by reference is deprecated in D:\public_html\Test\SOAP\Server.php on line 806
Strict Standards: Assigning the return value of new by reference is deprecated in D:\public_html\Test\SOAP\Base.php on line 201
Strict Standards: Assigning the return value of new by reference is deprecated in D:\public_html\Test\SOAP\Base.php on line 522
Strict Standards: Assigning the return value of new by reference is deprecated in D:\public_html\Test\SOAP\Base.php on line 627
Strict Standards: Assigning the return value of new by reference is deprecated in D:\public_html\Test\SOAP\Base.php on line 628
Strict Standards: Assigning the return value of new by reference is deprecated in D:\public_html\Test\SOAP\Base.php on line 743
Strict Standards: Assigning the return value of new by reference is deprecated in D:\public_html\Test\SOAP\Base.php on line 882
Strict Standards: Assigning the return value of new by reference is deprecated in D:\public_html\Test\SOAP\Base.php on line 1052
Strict Standards: Assigning the return value of new by reference is deprecated in D:\public_html\Test\SOAP\Base.php on line 1081
Strict Standards: Assigning the return value of new by reference is deprecated in D:\public_html\Test\SOAP\Base.php on line 1112
Strict Standards: Assigning the return value of new by reference is deprecated in D:\public_html\Test\SOAP\Base.php on line 1159
Strict Standards: Assigning the return value of new by reference is deprecated in D:\public_html\Test\SOAP\Base.php on line 1203
Strict Standards: Assigning the return value of new by reference is deprecated in D:\public_html\Test\PEAR.php on line 563
Strict Standards: Assigning the return value of new by reference is deprecated in D:\public_html\Test\PEAR.php on line 566
Strict Standards: Assigning the return value of new by reference is deprecated in D:\public_html\Test\SOAP\Parser.php on line 212
Strict Standards: Assigning the return value of new by reference is deprecated in D:\public_html\Test\SOAP\Parser.php on line 213
Strict Standards: Assigning the return value of new by reference is deprecated in D:\public_html\Test\SOAP\Parser.php on line 214
Strict Standards: Assigning the return value of new by reference is deprecated in D:\public_html\Test\SOAP\Parser.php on line 219
Strict Standards: Assigning the return value of new by reference is deprecated in D:\public_html\Test\SOAP\Parser.php on line 220
Strict Standards: Assigning the return value of new by reference is deprecated in D:\public_html\Test\SOAP\Parser.php on line 221
Strict Standards: Assigning the return value of new by reference is deprecated in D:\public_html\Test\SOAP\Parser.php on line 275
Strict Standards: Assigning the return value of new by reference is deprecated in D:\public_html\Test\SOAP\Parser.php on line 322
Strict Standards: Assigning the return value of new by reference is deprecated in D:\public_html\Test\SOAP\Parser.php on line 343
Strict Standards: Assigning the return value of new by reference is deprecated in D:\public_html\Test\SOAP\Parser.php on line 350
Strict Standards: Assigning the return value of new by reference is deprecated in D:\public_html\Test\SOAP\Parser.php on line 415
Strict Standards: Assigning the return value of new by reference is deprecated in D:\public_html\Test\SOAP\Value.php on line 90
Strict Standards: Assigning the return value of new by reference is deprecated in D:\public_html\Test\SOAP\Value.php on line 93
Strict Standards: Assigning the return value of new by reference is deprecated in D:\public_html\Test\SOAP\WSDL.php on line 217
Strict Standards: Assigning the return value of new by reference is deprecated in D:\public_html\Test\SOAP\WSDL.php on line 238
Strict Standards: Assigning the return value of new by reference is deprecated in D:\public_html\Test\SOAP\WSDL.php on line 792
Strict Standards: Assigning the return value of new by reference is deprecated in D:\public_html\Test\SOAP\WSDL.php on line 1070
Strict Standards: Assigning the return value of new by reference is deprecated in D:\public_html\Test\SOAP\WSDL.php on line 1153
Strict Standards: Assigning the return value of new by reference is deprecated in D:\public_html\Test\SOAP\WSDL.php on line 1195
Strict Standards: Assigning the return value of new by reference is deprecated in D:\public_html\Test\SOAP\WSDL.php on line 1243
Strict Standards: Assigning the return value of new by reference is deprecated in D:\public_html\Test\SOAP\WSDL.php on line 1257
Strict Standards: Assigning the return value of new by reference is deprecated in D:\public_html\Test\SOAP\WSDL.php on line 1271
Strict Standards: Assigning the return value of new by reference is deprecated in D:\public_html\Test\SOAP\WSDL.php on line 1306
Strict Standards: Assigning the return value of new by reference is deprecated in D:\public_html\Test\SOAP\WSDL.php on line 1351
Strict Standards: Assigning the return value of new by reference is deprecated in D:\public_html\Test\SOAP\WSDL.php on line 1354
Strict Standards: Assigning the return value of new by reference is deprecated in D:\public_html\Test\SOAP\WSDL.php on line 1379
Strict Standards: Assigning the return value of new by reference is deprecated in D:\public_html\Test\SOAP\WSDL.php on line 1381
Strict Standards: Assigning the return value of new by reference is deprecated in D:\public_html\Test\SOAP\WSDL.php on line 1420
Strict Standards: Assigning the return value of new by reference is deprecated in D:\public_html\Test\SOAP\WSDL.php on line 1631
Strict Standards: Assigning the return value of new by reference is deprecated in D:\public_html\Test\SOAP\WSDL.php on line 1679
Strict Standards: Assigning the return value of new by reference is deprecated in D:\public_html\Test\SOAP\WSDL.php on line 1734
Strict Standards: Assigning the return value of new by reference is deprecated in D:\public_html\Test\SOAP\WSDL.php on line 1753
Strict Standards: Assigning the return value of new by reference is deprecated in D:\public_html\Test\HTTP\Request.php on line 341
Strict Standards: Assigning the return value of new by reference is deprecated in D:\public_html\Test\HTTP\Request.php on line 659
Strict Standards: Assigning the return value of new by reference is deprecated in D:\public_html\Test\HTTP\Request.php on line 672
Strict Standards: Assigning the return value of new by reference is deprecated in D:\public_html\Test\HTTP\Request.php on line 717
Strict Standards: Redefining already defined constructor for class Net_URL in D:\public_html\Test\Net\URL.php on line 122
Warning: Cannot modify header information - headers already sent by (output started at D:\public_html\Test\SOAP\Server.php:134) in D:\public_html\Test\Phpinfo.php on line 49
please tell me where i am wrong in configuring xampp.
Comment #2
swentel commentedI'm not sure why you post this in my issue queue. You should look for documentation at http://www.apachefriends.org/en/faq-xampp.html or at any other apache/windows configuration forum.