Fatal error: Class 'webform_exporter_broken' not found in 5.10/modules/webform/webform_export.inc on line 74

ttaylor797 - August 4, 2009 - 18:43
Project:Webform
Version:5.x-2.7
Component:Code
Category:support request
Priority:normal
Assigned:Unassigned
Status:closed
Description

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);

#1

ttaylor797 - August 6, 2009 - 15:38

Simple 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.

#2

quicksketch - February 10, 2010 - 02:24
Status:active» closed

I'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.

 
 

Drupal is a registered trademark of Dries Buytaert.