Closed (fixed)
Project:
Webform
Version:
5.x-2.7
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
4 Aug 2009 at 18:43 UTC
Updated:
10 Feb 2010 at 02:24 UTC
Does anyone have an idea what could be going on with this error?
[1] Example URL that can trigger the error:
/en/node/290425/results/download
[2] Error on Screen:
Fatal error: Class 'webform_exporter_broken' not found in 5.10/modules/webform/webform_export.inc on line 74
[3] Line 73 and 74 of webform_export.inc:
// TODO: Create a default broken exporter.
$handler = new webform_exporter_broken($options);
Comments
Comment #1
ttaylor797 commentedSimple workaround is to just choose a default:
//$handler = new webform_exporter_broken($options);
$handler = new webform_exporter_excel($options);
I do have something else going on: It seems that the webform settings are being ignored. I will *hopefully* be digging into that a little later and will update this thread.
Comment #2
quicksketchI've never seen this behavior before, sounds like something has gone awry in your installation. Please reopen if it seems that this is a bug in the latest versions of Webform.