Home arrow Ondersteuning arrow Forums
LimeSurvey Forums
Welcome, Guest
Please Login or Register.    Lost Password?
Re:Mantis Login Problems (1 viewing) (1) Guest
Go to bottom Favoured: 0
TOPIC: Re:Mantis Login Problems
#14753
nraum (User)
Fresh Lemon
Posts: 1
graphgraph
User Offline Click here to see the profile of this user
[done] Mantis Login Problems 5 Months, 1 Week ago Karma: 0  
FYI, my account lets me into the forums, but not into Mantis to report the following bug:

Instructions on using array_filter here are good EXCEPT:
docs.limesurvey.org/tiki-index.php?page=...ributes#array_filter

There is a problem when you display questions by group or entire survey. The way it should work when display questions by group or entire survey is that as you check off items in the list, it should use JavaScript to show/hide the rows in the next question. However, it is broken out of the box and acts erratically. Some will work and some will not.

To fix the bug, open /group.php and edit line 698. Change "phpsurveyor" to "limesurvey".

$appendj .= "ttradio_unselect(document.forms['phpsurveyor'].elements['$tbodyae']);n";

to

$appendj .= "ttradio_unselect(document.forms['limesurvey'].elements['$tbodyae']);n";
 
Logged Logged  
 
Last Edit: 2008/06/16 11:58 By Mazi.
  The administrator has disabled public write access.
#14754
ElMatador69 (Moderator)
LimeSurvey Team
Posts: 1577
graphgraph
User Online Now Click here to see the profile of this user
Re:Mantis Login Problems 5 Months, 1 Week ago Karma: 31  
Hi, which version and build of LimeSurvey do you use?

Plz download and upgrade to the upcoming 1.71+, which will be released on Monday evening; because this version contains a fix for array_filter and all known problems are fixed - also the your posted changes are included.

Plz report back afterwards, if you experience any problems with this version!
 
Logged Logged  
 
Last Edit: 2008/06/16 07:29 By ElMatador69.
 
Get in touch with the LimeSurvey Development Team via IRC
If our informations and answers were useful to you, please consider a donation to the LimeSurvey Project!
  The administrator has disabled public write access.
#14774
Mazi (Moderator)
Moderator Lime
Posts: 3262
graph
User Offline Click here to see the profile of this user
Re:Mantis Login Problems 5 Months, 1 Week ago Karma: 25  
Thanks for reporting this error and helping us to fix it.

Some other users have had problems to log in into mantis, too. Please clear your browser cache and try again. Searching the forum might give additional help.
 
Logged Logged  
 
Best regards,
Mazi
______________________
Need help? I can: set up Limesurvey for you / create your survey / implement additional features / design your template / offer premium support -> Contact.
  The administrator has disabled public write access.
Go to top