When adding or removing a field from a webform, I'm getting a white screen without any messages.
Drupal system log does not show any warnings or errors.
Enabled E~ALL in my php.ini, no message is shown.
The field is added/removed correctly but it seems I'm not getting correctly redirected to the webform. Any idea?
Comments
Comment #1
liam morlandIt would be helpful to turn on error reporting so that you can see the error messages or look in the PHP or web server error log.
Try turning off Webform Tokens and see if the probably is still there. If it is, it is not a Webform Tokens problem.
Comment #2
liam morlandComment #3
Max2505 commentedWell,
I can confirm that the issue was no longer there when I disable webform tokens module.
As I remove the module and continued with another aproach, it might take me a while to reproduce this...
Comment #4
liam morlandError reporting will need to be turned on. I need the error messages to debug this.
Comment #5
andrew.wilson commentedI also have this issue, in addition to receiving the WSOD on content saves and deletes. Error reporting is turned on and I am not seeing anything in the log.
Comment #6
liam morlandIf there is a WSOD, there has to be an error message generated, whether it is displayed or put into the PHP error log (not the same as the Drupal log).
Comment #7
liam morlandThanks for sending the error log. The error is:
Comment #8
liam morlandPlease check that the token module is enabled. If not, enable it and see if that fixes the problem. Please let me know your results.
Comment #10
liam morlandComment #11
liam morlandPresuming fixed by enabling token module. Commit in #9 adds this dependency.