#8051 closed defect (bug) (fixed)
2.7 post by email not working
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| Priority: | normal | Milestone: | 2.7 |
| Component: | General | Version: | 2.7 |
| Severity: | normal | Keywords: | post email |
| Cc: |
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)
Change History (10)
comment:2
in reply to:
↑ 1
photolord
— 5 years ago
So what would I change and in what file? Or is it a little more complicated than that?
comment:3
follow-up:
↓ 4
filosofo
— 5 years ago
well, wp-mail for starters. I was planning to create a patch, but if you want to, let me know.
comment:4
in reply to:
↑ 3
photolord
— 5 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.
comment:8
jacobsantos
— 5 years ago
- Milestone changed from 2.8 to 2.7
The problem is that [8762] introduced a new version of the POP3 Mail class that uses a completely different method names.