Page 1 of 1

xampp + mediawiki + email = pear errors

PostPosted: 29. April 2011 15:53
by AaronJAnderson
Total noob here. I set up Mediawiki on xampp, and have it sending emails, but whenever it does, it fills the page with these errors... Can someone help me out?


Code: Select all
Strict Standards: Non-static method PEAR::isError() should not be called statically, assuming $this from incompatible context in D:\xampp\php\PEAR\Net\SMTP.php on line 347
Strict Standards: Non-static method PEAR::isError() should not be called statically, assuming $this from incompatible context in D:\xampp\php\PEAR\Net\SMTP.php on line 390
Strict Standards: Non-static method PEAR::isError() should not be called statically, assuming $this from incompatible context in D:\xampp\php\PEAR\Net\SMTP.php on line 196
Strict Standards: Non-static method PEAR::isError() should not be called statically, assuming $this from incompatible context in D:\xampp\php\PEAR\Net\SMTP.php on line 394
Strict Standards: Non-static method PEAR::isError() should not be called statically, assuming $this from incompatible context in D:\xampp\php\PEAR\Mail.php on line 156
Strict Standards: Non-static method PEAR::isError() should not be called statically, assuming $this from incompatible context in D:\xampp\php\PEAR\Mail\smtp.php on line 249
Strict Standards: Non-static method PEAR::isError() should not be called statically, assuming $this from incompatible context in D:\xampp\php\PEAR\Mail\smtp.php on line 269
Strict Standards: Non-static method PEAR::isError() should not be called statically, assuming $this from incompatible context in D:\xampp\php\PEAR\Net\SMTP.php on line 773
Strict Standards: Non-static method PEAR::isError() should not be called statically, assuming $this from incompatible context in D:\xampp\php\PEAR\Net\SMTP.php on line 196
Strict Standards: Non-static method PEAR::isError() should not be called statically, assuming $this from incompatible context in D:\xampp\php\PEAR\Net\SMTP.php on line 776
Strict Standards: Non-static method Mail_RFC822::parseAddressList() should not be called statically, assuming $this from incompatible context in D:\xampp\php\PEAR\Mail.php on line 221
Strict Standards: Non-static method PEAR::isError() should not be called statically, assuming $this from incompatible context in D:\xampp\php\PEAR\Mail.php on line 224
Strict Standards: Non-static method PEAR::isError() should not be called statically, assuming $this from incompatible context in D:\xampp\php\PEAR\Mail\smtp.php on line 276
Strict Standards: Non-static method PEAR::isError() should not be called statically, assuming $this from incompatible context in D:\xampp\php\PEAR\Mail\smtp.php on line 282
Strict Standards: Non-static method PEAR::isError() should not be called statically, assuming $this from incompatible context in D:\xampp\php\PEAR\Net\SMTP.php on line 803
Strict Standards: Non-static method PEAR::isError() should not be called statically, assuming $this from incompatible context in D:\xampp\php\PEAR\Net\SMTP.php on line 196
Strict Standards: Non-static method PEAR::isError() should not be called statically, assuming $this from incompatible context in D:\xampp\php\PEAR\Net\SMTP.php on line 806
Strict Standards: Non-static method PEAR::isError() should not be called statically, assuming $this from incompatible context in D:\xampp\php\PEAR\Mail\smtp.php on line 291
Strict Standards: Non-static method PEAR::isError() should not be called statically, assuming $this from incompatible context in D:\xampp\php\PEAR\Net\SMTP.php on line 865
Strict Standards: Non-static method PEAR::isError() should not be called statically, assuming $this from incompatible context in D:\xampp\php\PEAR\Net\SMTP.php on line 196
Strict Standards: Non-static method PEAR::isError() should not be called statically, assuming $this from incompatible context in D:\xampp\php\PEAR\Net\SMTP.php on line 868
Strict Standards: Non-static method PEAR::isError() should not be called statically, assuming $this from incompatible context in D:\xampp\php\PEAR\Net\SMTP.php on line 872
Strict Standards: Non-static method PEAR::isError() should not be called statically, assuming $this from incompatible context in D:\xampp\php\PEAR\Net\SMTP.php on line 196
Strict Standards: Non-static method PEAR::isError() should not be called statically, assuming $this from incompatible context in D:\xampp\php\PEAR\Net\SMTP.php on line 875
Strict Standards: Non-static method PEAR::isError() should not be called statically, assuming $this from incompatible context in D:\xampp\php\PEAR\Net\SMTP.php on line 364
Strict Standards: Non-static method PEAR::isError() should not be called statically, assuming $this from incompatible context in D:\xampp\php\PEAR\Net\SMTP.php on line 196
Strict Standards: Non-static method PEAR::isError() should not be called statically, assuming $this from incompatible context in D:\xampp\php\PEAR\Net\SMTP.php on line 367
Strict Standards: Non-static method PEAR::isError() should not be called statically, assuming $this from incompatible context in D:\xampp\php\PEAR\Net\SMTP.php on line 370
Strict Standards: Non-static method PEAR::isError() should not be called statically in D:\xampp\htdocs\wiki\includes\UserMailer.php on line 86
Warning: Cannot modify header information - headers already sent by (output started at D:\xampp\php\PEAR\Net\SMTP.php:803) in D:\xampp\htdocs\wiki\includes\WebResponse.php on line 16
Warning: Cannot modify header information - headers already sent by (output started at D:\xampp\php\PEAR\Net\SMTP.php:803) in D:\xampp\htdocs\wiki\includes\WebResponse.php on line 16
Warning: Cannot modify header information - headers already sent by (output started at D:\xampp\php\PEAR\Net\SMTP.php:803) in D:\xampp\htdocs\wiki\includes\WebResponse.php on line 16

Re: xampp + mediawiki + email = pear errors

PostPosted: 29. April 2011 23:58
by AaronJAnderson
How hard would it be to move my existing wiki into a different version of xampp?

Re: xampp + mediawiki + email = pear errors

PostPosted: 03. May 2011 04:01
by AaronJAnderson
Anybody?

Re: xampp + mediawiki + email = pear errors

PostPosted: 03. May 2011 10:51
by fallar
The code of the Wiki shouldn't be that hard (just copy-paste). 2nd: the database is a bit harder, but i think it should work if you just export the complete DB (click "Export" at PMA home and select the wiki DB; make sure the "Export type" is INSERT). Save the generated .SQL file (.sql as extention) and use the import function to upload the .sql file.

BEFORE you do this, check your wiki version and the docs:
a while ago, I tried to install MediaWiki 1.16.4 (currently the most recent) using XAMPP 1.7.3, and found out that that version doesn't work with PHP 5.3.1 (PHP version for XAMPP 1.7.3). The documentation said that the WIKI was incompatible with PHP 5.3.1 due a bug in PHP.
So if you want to use MediaWiki 1.16.4 (requires PHP 5.2.3+ (no 5.3.1)) you need to wait for XAMPP 1.7.5 or retry 1.7.4;

If you decide to downgrade your mediaWiki, there is a change the databases of both versions are incompatible.



Second: you said the errors occured while sending a mail. Are you sure the mailserver is running properly?

Re: xampp + mediawiki + email = pear errors

PostPosted: 03. May 2011 19:11
by AaronJAnderson
This is just a personal wiki, so I don't think I'm going to forklift the database around all over the place. It's not something I'm too familiar with (read: don't have time to learn it right now)

The emails do actually send and reach me OK, it just plops those errors on the screen. I will wait patiently for XAMPP 1.7.5 and hope that fixes it. If it bothers me and I have some downtime to monkey with it, I might copy the stuff over into another virtual machine so I don't damage anything I've currently got.

Re: xampp + mediawiki + email = pear errors

PostPosted: 04. May 2011 08:24
by mconi2007
I have a similar problem but in my case, the mails are not reaching the destination.It says that the mail has been sent quite alright but in my php.ini file it gives
the following error and I don't receive any email message at the destination email address:

sendmail: Error during delivery: Socket Error # 10051
Network is unreachable.


I don't know what to do, any help?????

Re: xampp + mediawiki + email = pear errors

PostPosted: 04. May 2011 13:16
by AaronJAnderson
mconi2007 wrote:I have a similar problem but in my case, the mails are not reaching the destination.It says that the mail has been sent quite alright but in my php.ini file it gives
the following error and I don't receive any email message at the destination email address:

sendmail: Error during delivery: Socket Error # 10051
Network is unreachable.


I don't know what to do, any help?????


Dude, you don't have the same problem. Start a new thread. Please.