Thanks Kevin
Hopefully this will help others, I didn't mean to post this in the vb4 forum, it was meant to be in vb3 but I must have been looking through vb4 for fixes when I did the new thread
They are quite similar - vb4:
Code:
$itemdata->set('title', strip_bbcode($html_parser->parse_wysiwyg_html_to_bbcode($feed['xml']->parse_template($feed['titletemplate'], $item))));
vb3:
Code:
$itemdata->set('title', strip_bbcode(convert_wysiwyg_html_to_bbcode($feed['xml']->parse_template($feed['titletemplate'], $item))));
I think this is what is stopping it running Kevin, when I run manually it shows the error, but when doing cron, there is no error at any time and it just stops running the feeds
Thanks again