I am having a huge argument with Wordpress, and this is my last port of call before I throw the PC out of the window.
I have a plugin here that exports an XML feed into Wordpress posts. The posts have an image which is saved locally, the HTML to display the image is then inserted at the beginning of the post content, before being inserted into Wordpress using wp_insert_post.
I'm having a slight issue though. The script works fine when it is turned on manually. But as soon as it triggered by cron, the post will import fine, but the image will not save locally, and the HTML for the image is not present in the posts content.
I really am at a loose end. I thought it was to do with permissions, and the fact that the posts were being imported with no author. I then changed it so they were marked as written by an admin, but that made no difference.
What is the problem of running it via cron vs running it manually when logged in?
If anyone can help solve this then I will be eternally grateful!
wp_insert_postlook like? – tollmanz Jul 12 '11 at 14:51