I posted this yesterday but now it doesn't show up on the list.
I have looked at the "White screen when submitting a webform" FAQ but I do not get any errors.
I have been using webform for sometime now as a registration form. I am using additional processing to bounce to a "thanks for registering" page.
For some reason, I have one not bouncing to the "thanks for registering" page.
These are all the same. Again, I have been using this for a few years without a problem.
What I can tell you is that instead of the URL looking like "6786?sid=1448", the URL is referring to itself. Even when I hard code the "Confirmation message or redirect URL" to "internal:6786" the submit fails.
I don't know what to do at this point. Any help would be appreciated.
Comments
Comment #1
quicksketchTurn on PHP's error reporting so that you can find out *what* the error is that you're receiving. You can do this by setting "display_errors = On. Otherwise it's very hard to know what's wrong. Most likely, my guess is that a WYSIWYG editor (TinyMCE or FCKeditor modules are particularly suspect of this) is inserting something like an empty
<p></p>tag into the Additional Validation/Submission PHP fields, causing a PHP error and crashing the site.Comment #2
gwlangie commentedI made the change to the .htaccess file like you suggested but I didn't get an error message.
It is fixed and I don't know what I did to correct the problem. I basically removed the php code from both the validation and additional processing text areas. Filled out the form and replaced the code. Now it works.
I hate these types of fixes. I really don't know what I did to correct the problem.
Comment #3
quicksketchHm, well that's too bad. Please post for posterity if you ever find out what the cause was.