Make WordPress Core

Opened 18 years ago

Closed 18 years ago

Last modified 18 years ago

#8051 closed defect (bug) (fixed)

2.7 post by email not working

Reported by: photolord Owned by:
Priority: normal Milestone: 2.7
Component: General Version: 2.7
Severity: normal Keywords: post email
Cc: Focuses:

Description

Wordpress 2.7-beta1-9478 gives me an error when trying to use the post by email function. It gives me this error:

Fatal error: Call to undefined function: user() in /public_html/wp-mail.php on line 24

Any idea why?

Attachments (2)

wp-mail_working.diff (32.0 KB ) - added by filosofo 18 years ago.
wp-mail.diff (1.0 KB ) - added by filosofo 18 years ago.

Download all attachments as: .zip

Change History (10)

#1 follow-up: @filosofo
18 years ago

The problem is that [8762] introduced a new version of the POP3 Mail class that uses a completely different method names.

#2 in reply to: ↑ 1 @photolord
18 years ago

So what would I change and in what file? Or is it a little more complicated than that?

#3 follow-up: @filosofo
18 years ago

well, wp-mail for starters. I was planning to create a patch, but if you want to, let me know.

#4 in reply to: ↑ 3 @photolord
18 years ago

Unfortunately, I have very limited knowledge. I couldn't begin to come up with a patch, but I am trying to learn some things. I figure if I come to the trac enough maybe I can start utilizing some code.

#5 @filosofo
18 years ago

[8762] introduced the PHPMailer pop3 class, which doesn't even do the same thing as the old Squirrelmail pop3 class---different methods, different purpose. Same class name, though.

Patch reverts [8762] and localizes wp-mail.php

#6 @ryan
18 years ago

(In [9503]) Revert POP3 changes. Localization for wp-mail. Props filosofo. see #8051

@filosofo
18 years ago

#7 @ryan
18 years ago

  • Resolutionfixed
  • Status newclosed

(In [9504]) Localization for wp-mail. Props filosofo. fixes #8051

#8 @jacobsantos
18 years ago

  • Milestone 2.82.7
Note: See TracTickets for help on using tickets.