Friday, February 27, 2009

Hi


Troubleshooting

If you receive the following error messages, follow the procedures below.

Error Message:
  Ooops POP3: premature NOOP OK, NOT an RFC 1939 Compliant server

For this error, open wp-includes/class-pop3.php and change this line:

  if($this->RFC1939) {  

to this:

  if(!$this->RFC1939) {  

Note the exclamation point.

Error Message: There does not seem to be any new mail

This error is a bit of a misnomer - the test just checks to see if anything was retrieved.

If you're feeling adventuresome, open
  wp-mail.php
and search for:

Posted via email from sivas's posterous

No comments:

Post a Comment