View Issue Details

This bug affects 1 person(s).
 4
IDProjectCategoryView StatusLast Update
11131Bug reportsOtherpublic2016-05-25 21:48
Reporteradolleschal Assigned Toc_schmitz  
PrioritynoneSeveritycrash 
Status closedResolutionunable to reproduce 
Product Version2.50.x 
Summary11131: Setting EMail Templates for Survey creates Exception
Description

We created a new Survey on a freshly installed Limesurvey and want to change the EMail Settings.

When clicking on the Dropdown Menu Item we get an error "Property "SurveyLanguageSetting.Array" is not defined."

Steps To Reproduce

Create a new Survey and try to change/setup the EMail Settings.

Additional Information

We use apache2 and php 7.0.5 on CentOS Linux release 7.2.1511 (Core)

TagsNo tags attached.
Bug heat4
Complete LimeSurvey version number (& build)build160506
I will donate to the project if issue is resolvedYes
Browserthis happens on all browser
Database type & version5.5.47-MariaDB MariaDB Server
Server OS (if known)CentOS Linux release 7.2.1511
Webserver software & version (if known)Apache2
PHP Version7.0.5

Users monitoring this issue

There are no users monitoring this issue.

Activities

adolleschal

adolleschal

2016-05-06 22:11

reporter   ~38246

there is a workaround to fix that problem temporary:

add before line 9

<?php 
    $subject = $details['field']['subject'];
    $body = $details['field']['body'];
?>

change line 12

        <?php echo CHtml::textField("email_{$tab}_subj_{$grouplang}",$esrow->$subject,array('class' => 'form-control', 'size'=>80)); ?>

change line 22

        <?php echo CHtml::textArea("email_{$tab}_{$grouplang}",$esrow->$body,array('cols'=>80,'rows'=>20, 'class'=>'form-control')); ?>
c_schmitz

c_schmitz

2016-05-12 11:21

administrator   ~38452

Does this still happen in the latest Build?

c_schmitz

c_schmitz

2016-05-25 21:48

administrator   ~38910

Closed due to missing feedback.

Issue History

Date Modified Username Field Change
2016-05-06 21:04 adolleschal New Issue
2016-05-06 22:11 adolleschal Note Added: 38246
2016-05-12 11:21 c_schmitz Note Added: 38452
2016-05-12 11:21 c_schmitz Assigned To => c_schmitz
2016-05-12 11:21 c_schmitz Status new => feedback
2016-05-25 21:48 c_schmitz Note Added: 38910
2016-05-25 21:48 c_schmitz Status feedback => closed
2016-05-25 21:48 c_schmitz Resolution open => unable to reproduce