error 0 popup in section editor

5 posts by 2 authors in: Forums > CMS Builder
Last Post: September 15, 2011   (RSS)

By craig_bcd - September 10, 2011 - edited: September 10, 2011

hey guys -

I am getting an "error 0" pop up box when I am adding fields to a section or when I change their order in the section editor but I don't know what is causing it.

I also get it when I try to manually re-order items in the list by clicking and dragging the arrows.

In both cases the change I want to make takes place but the error is kind of annoying. I can handle it but don't want my client experiencing it.

I attached a screen grab of the error. running under php 5 any ideas what is causing it? and how I can fix it?

Thanks,

Craig
Attachments:

ttc_error_0.jpg 50K

Re: [craig_bcd] error 0 popup in section editor

By Jason - September 14, 2011

Hi Craig,

This happens when the web server is misconfigured. What happens is when a script runs that produces no output, the server is outputting "0" to the screen. This is caught and interpreted as an error by CMS Builder.

Here is what you can do to demonstrate the issue. Create a new .php file and put in this code (only this code):

<?php exit; ?>

This script does nothing. However, if you view it in FireFox, you should see a 0 appear on your screen. You can forward that page on to your host. Although it is not a browser issue, other browsers tend to ignore it, so tell them to look at the page in firefox.

If they're unwilling to re-configure the server to correct this, you may want to consider moving hosts.

Hope this helps
Jason
---------------------------------------------------
Jason Sauchuk - Project Manager
interactivetools.com

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

Re: [Jason] error 0 popup in section editor

By craig_bcd - September 14, 2011

Hey Jason, thanks.

Do you know what the configuration change it is that needs to be made?

thanks

Re: [Jason] error 0 popup in section editor

By craig_bcd - September 15, 2011

Thanks Jason, that is great!