I'm currently using CiviCRM webform integeration, if you need further modules please let me know.

If I try to create a new webform, I am able to add 2-3 fields, and edit them successfully. However, if I try to add more than that I am met with a blank page. Blank meaning, the entire browser window is white.

These are not CiviCRM fields that I am trying to add, they are within the webform module.

No errors (atleast that appear in the browser).

Comments

SQwerl’s picture

FYI, i get this in the error log:
Notice: Undefined index: extra in webform_conditional_form_webform_component_edit_form_alter() (line 25 of path/to/sites/all/modules/webform_conditional/webform_conditional.module).

quicksketch’s picture

Title: Can't edit fields » Can't edit fields after first 2-3 fields
Category: Bug report » Support request
Priority: Critical » Normal
Status: Active » Postponed (maintainer needs more info)

The individual error you've reported doesn't seem relevant to the problem being encountered. You'd get an "Error" instead of a "Notice" if you're getting a white screen.

If you enable the "display_errors" option in your PHP configuration, you'll get an actual error message instead of a white page. Or alternatively you can check your PHP error logs on the server if you have access to them. Without more information on the actual error, there's not much we can do to solve this problem.

Some users were experiencing a problem with all Webforms in general in #2119193: PDOException: SQLSTATE[HY000]: General error: 1364 Field 'nid' doesn't have a default value, but that doesn't sound applicable to your situation. A new release of Webform just came out today, so before you try anything just try out 7.x-4.0-beta2 and see if that solves the problem for you.

quicksketch’s picture

Status: Postponed (maintainer needs more info) » Closed (cannot reproduce)

Closing after lack of activity.