[SOLVED] Survey no longer working after 3.1.1 update

Moderator: crythias

Locked
Mydnyte
Znuny newbie
Posts: 25
Joined: 23 Feb 2012, 01:03
Znuny Version: 3x1x1
Real Name: Jeremy

[SOLVED] Survey no longer working after 3.1.1 update

Post by Mydnyte »

Link to the solution can be found in this thread:
viewtopic.php?f=81&t=14085&p=54939#p54939

Hello!

I've recently upgraded my OTRS system from 3.0.1 to 3.1.1
I've also updated my survey module to 2.1.1

After doing so, I'm no longer able to add new questions.
When editing the questions I'm presented with this screen:

Image

Here is the source in AgentSurveyEditQuestions.dtl

Code: Select all

<form action="$Env{"CGIHandle"}" method="post" enctype="multipart/form-data" name="SurveyQuestions" id="SurveyQuestions" class="Validate PreventMultipleSubmits">
                    <input type="hidden" name="Action" value="$Env{"Action"}" />
                    <input type="hidden" name="Subaction" value="QuestionAdd" />
                    <input type="hidden" name="SurveyID" value="$QData{"SurveyID"}" />

                    <fieldset class="TableLike SpacingTop">
                        <label class="Mandatory" for="Question"><span class="Marker">*</span> $Text{"Type the question"}:&nbsp;</label>
                        <div class="Field">
                            <input type="text" id="Question" name="Question" class="Validate_Required $QData{"QuestionErrorClass"} " size="60" />
                            $QData{"SelectionType"}

                            <div id="QuestionError" class="TooltipErrorMessage">
                                <p>$Text{"This field is required."}</p>
                            </div>

                            <div id="QuestionServerError" class="TooltipErrorMessage">
                                <p>$Text{"This field is required."}</p>
                            </div>
Has anybody else run into this issue? If so, I'd appreciate any insight.
OTRS 3.2.10 - FAQ - KUBUNTU 13.04 - MySQL 5.5 - Apache2.2
Locked