Unexplained Error (3.71)

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

Hi Kenny, 

That error means some extra whitespace was accidentally added to the end of the file and it will interfere with PHP if it's not removed.

Sometimes this is caused by mac/windows line-end conversions, and when PHP outputs content (that exceeds the number of bytes specified in the php.ini output_buffering setting) it can no longer send headers like cookies etc.

So what's likely happened is a file got modified with some added whitespace or the host changed the output_buffering setting and the whitespace was there previously.

The first thing you could try is backing up your settings file, and then removing all the plugins listed under activePlugins.  If the error no longer occurs, add the plugins back until you find which one causes the error, then examine the file for extra whitespace.  If there are spaces or nextlines after the trailing ?> in the file you'll want to remove it.

If the issue persists after checking that let us know and we'll help you track it down.

Dave Edis - Senior Developer
interactivetools.com

Hi Dave,

That was it - somehow my csvExport and showHideDependantFields had double-line spacing in them. Weird.

Thanks for helping track that down!

Kenny