Logged in as administrator. The Results tab of a Webform shows 12 submissions. Clicking on the "Download file" button on the Results tab of a Webform results in a 500.0 error :

Module FastCgiModule
Notification ExecuteRequestHandler
Handler php-5.4.9
Error Code 0x00000000

The log shows this error :

Warning: Illegal string offset 'exporter' in webform_results_download() on line 828 in the sites\all\modules\webform\includes\webform.report.inc file.

Comments

quicksketch’s picture

It sounds like this might be a PHP 5.4 error specifically. I haven't seen this error myself, but my localhost and production sites are all still on PHP 5.3. On the other hand, I can't tell at a glance why this error would be happening. The 'exporter' key almost certainly should exist. Are you sure this is a clean installation of Webform that hasn't been modified?

quicksketch’s picture

Status: Active » Postponed (maintainer needs more info)

I'm going to mark this postponed unless there's more information here I can use to debug this problem. At this point I don't know if Webform has been modified, it's a module conflict, or its a server configuration problem. If you can reproduce this problem on a clean installation of Webform, I'll take another look. But I don't have access to any IIS machines so I don't think I'd be much help if this is an environmental problem.

DanChadwick’s picture

Issue summary: View changes
Status: Postponed (maintainer needs more info) » Closed (cannot reproduce)

Closed for lack of activity