Post Via Email
-
I’ve setup post via email using cron and cron-mail plugins but it doesn’t seem to work.
Running wp-mail.php shows:
Content-type: text/plain, boundary:
Raw content:
One of the reasons I finally decided to use Word Press for my blog is
that it has mobile blogging via email built in. It took a small
amount of fiddling but it would now seem to be working fine.I'm sending this from my Nokia 6680.
WordPress database error: [You have an error in your SQL syntax. Check the manual that corresponds to your MySQL server version for the right syntax to use near 'm sending this from my Nokia 6680.', 'Mobile Posting', '', '1',]
INSERT INTO wp_posts (post_author, post_date, post_date_gmt, post_modified, post_modified_gmt, post_content, post_title, post_excerpt, post_category, post_status, post_name, comment_status, ping_status, post_parent) VALUES ('1', '2005-08-02 18:32:59', '2005-08-02 17:32:59', '2005-08-02 18:32:59', '2005-08-02 17:32:59', 'One of the reasons I finally decided to use Word Press for my blog is that it has mobile blogging via email built in. It took a small amount of fiddling but it would now seem to be working fine. I'm sending this from my Nokia 6680.', 'Mobile Posting', '', '1', 'publish', 'mobile-posting', 'open', 'open', '0')WordPress database error: [You have an error in your SQL syntax. Check the manual that corresponds to your MySQL server version for the right syntax to use near '' at line 3]
SELECT category_id FROM wp_post2cat WHERE post_id =WordPress database error: [You have an error in your SQL syntax. Check the manual that corresponds to your MySQL server version for the right syntax to use near ' 1)' at line 2]
INSERT INTO wp_post2cat (post_id, category_id) VALUES (, 1)WordPress database error: [You have an error in your SQL syntax. Check the manual that corresponds to your MySQL server version for the right syntax to use near '' at line 1]
SELECT pinged FROM wp_posts WHERE ID =What is wrong?
Thanks
David
- The topic ‘Post Via Email’ is closed to new replies.