Hi all,
I'm trying to post to my Wordpress blog via postie, and it seems to work fine when I have just text, but when I try to attach an image, or embed an image into the email, it doesn't work. I am sending an HTML formatted email, and I have my preferences in Postie to read emails as HTML. A post is created when I do this, with title "tmpTitle", and the only content in it is the text "tmpPost", but the post remains unpublished.
The message I get when running Postie manually is as follows:
This is the postie plugin
time:1280979824
Revision: 254232
Last Changed Date: 2010-06-11 14:39:35 -0400 (Fri, 11 Jun 2010)
MAKE SURE POP IS TURNED ON IN SETTING AT Gmail
Connecting to pop.gmail.com:995 (pop3-ssl)
memory at start of e-mail processing:17037892
Confirming Access For {EMAIL}
Message Id is :<AANLkTimd7UEZvOAZp-+987tR_gWb_FEPMieeX7PQ1qdQ@mail.gmail.com>
primary= multipart, secondary = related
primary= multipart, secondary = alternative
primary= text, secondary = html
primary= image, secondary = jpeg
Catchable fatal error: Object of class WP_Error could not be converted to string in /home/yza/public_html/blog/wp-includes/link-template.php on line 324
----
I looked at this file, and lines 323-324 are:
if ( ! $link )
$link = home_url( "/?attachment_id=$id" );
Can anyone tell me what they think the issue might be, or how to solve it? Thanks in advance!
EDIT: I'm using Wordpress 3.01 and Postie 1.4.1