CMSB Cron Run Manually Header Info Warning

3 posts by 2 authors in: Forums > CMS Builder
Last Post: January 13, 2015   (RSS)

By claire - January 13, 2015

Hi Steve

This is a really common error. It just means that the page has already set the header and started doing something else, and by the time it gets to run the cron script, it can't execute this line:

header("Content-type: text/plain", true);

Therefore, it throws an error.

You should be able to comment out that line if you're running it manually, as far as I know. It shouldn't affect the script.

--------------------

Claire Ryan
interactivetools.com

Save time by getting our experts to help with your project.
http://www.interactivetools.com/consulting/

By Steve99 - January 13, 2015

Hi Claire,

I thought that to be the case, just wanted to confirm. Thanks!

Cheers,
Steve