I am currently getting a white screen of death any time I use a serial field in any of my forms. I am hoping that it's nothing big, but at this time it is holding me up from moving forward as needed.

Comments

lquessenberry’s picture

Version: 7.x-1.x-dev » 7.x-1.0
liam morland’s picture

Make sure you have run update.php. If that doesn't fix it, you will need to turn on error messages so that you can see what the problem is.

liam morland’s picture

Status: Active » Postponed (maintainer needs more info)

Please post the error message or mark as fixed if running update.php fixed the issue.

edubacco’s picture

Status: Postponed (maintainer needs more info) » Active

Same error for me, i have installed webform 7.x-3.20.
I can add a serial field in my form, but when pressing 'show form', i get this error:

Fatal error: Call to undefined funcion webform_filter_xss() in /path/to/server/sites/all/modules/webform_serial/components/serial.inc on line 77

liam morland’s picture

Title: White Screen of Death » Call to undefined funcion webform_filter_xss()
Version: 7.x-1.0 » 7.x-1.x-dev
Assigned: Unassigned » liam morland

Thanks.

  • Commit fa5eaae on 7.x-1.x by Liam Morland:
    Issue #2246469: Use _webform_filter_xss() instead of webform_filter_xss...
liam morland’s picture

Status: Active » Fixed
liam morland’s picture

Title: Call to undefined funcion webform_filter_xss() » Call to undefined function webform_filter_xss()
liam morland’s picture

Please try the development version and let me know if it fixes the problem for you.

edubacco’s picture

Yes, the dev version fixes this problem (but presents other problem, the 'private' checkbox doesn't work)

liam morland’s picture

Please open an issue for the new problem.

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.