Chronoform V5: form will not saved (blank screen in the backend)

Resolve a blank screen when saving a ChronoForms V5 form.

Overview

The issue occurs due to excessive data in a custom code field, often exacerbated by PHP's Magic Quotes setting.
Turn off the Magic Quotes setting in your PHP configuration to prevent the blank screen and allow the form to save correctly.

Answered
hu hutdji 12 Mar, 2014
Hi,

I have implemented a multi page form. Today I have change some fields and pages and now I can't save the form anymore: after a few second I get a blank screen in the backend and nothing is saved!

What is going wrong?

Thanks and regards,

Henning
hu hutdji 12 Mar, 2014
Answer
Solved: there are about 3 MB(!) data in a custom code field (backslashes)!?
Gr GreyHead 12 Mar, 2014
Hi hutdji,

It sounds as though your site may have Magic Quotes set to On in the PHP configuration, If they are please try turning them off.

Bob
hu hutdji 12 Mar, 2014
Hi Bob,

thanks for your quick reply - and your tip!

Henning
This topic is locked and no more replies can be posted.