I've got an existing install that was working fine prior to the latest drupal (6.19) update. Now my webform only errors with the following copde :
When trying to register BE 3 demo, I get the error "Fatal error: Uncaught exception 'Exception' with message 'Problem with http://mini.goya.com.au/fmi/xsl/NOR_BEReg.xsl, ' in /home/goya/public_html/sites/all/modules/webform_php/webform_php.module(82) : eval()'d code:18 Stack trace: #0 /home/goya/public_html/sites/all/modules/webform_php/webform_php.module(82): eval() #1 /home/goya/public_html/includes/form.inc(776): webform_php_client_submit(Array, Array) #2 /home/goya/public_html/includes/form.inc(416): form_execute_handlers('submit', Array, Array) #3 /home/goya/public_html/includes/form.inc(119): drupal_process_form('webform_client_...', Array, Array) #4 /home/goya/public_html/sites/all/modules/webform/webform.module(1194): drupal_get_form('webform_client_...', Object(stdClass), Array, false) #5 /home/goya/public_html/sites/all/modules/webform/webform.module(843): webform_node_view(Object(stdClass), false, true) #6 /home/goya/public_html/modules/node/node.module(679): webform_nodeapi(Object(stdClass), 'view', false, true) #7 /home/goya/public_html/modules/node/node.modul in /home/goya/public_html/sites/all/modules/webform_php/webform_php.module(82) : eval()'d code on line 18"
What else do you need from me to diagnose this?
Thanks,
Nick
Comments
Comment #1
quicksketchThis isn't a problem with Webform PHP, it's a problem with the code you've entered into the additional processing or validation fields.
Whenever you see
eval()'d code, it means there was a problem with the code that was run through the eval() function, which is how Webform PHP executes user-entered code. As stated on the project page, help with writing or debugging code is not provided in the issue queue.