View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
03529 | Bug reports | Survey taking | public | 2009-07-31 13:43 | 2009-09-15 12:30 |
Reporter | janokary | Assigned To | jcleeland | ||
Priority | normal | Severity | crash | ||
Status | closed | Resolution | fixed | ||
Product Version | 1.85+ | ||||
Fixed in Version | 1.85+ | ||||
Summary | 03529: END URL | ||||
Description | I use limesurvey185plus-build7337-20090720
| ||||
Additional Information | I made the test in my server using version limesurvey185plus-build7337-20090720 but also in your demo setup just choose option 1 in the first question | ||||
Tags | No tags attached. | ||||
Attached Files | limesurvey_survey_68818_ver2.csv (4,541 bytes)
# LimeSurvey Survey Dump # DBVersion 138 # This is a dumped survey from the LimeSurvey Script # http://www.limesurvey.org/ # Do not change this header! # # SURVEYS TABLE # "sid","owner_id","admin","active","expires","startdate","adminemail","private","faxto","format","template","language","additional_languages","datestamp","usecookie","notification","allowregister","allowsave","autonumber_start","autoredirect","allowprev","printanswers","ipaddr","refurl","datecreated","publicstatistics","publicgraphs","listpublic","htmlemail","tokenanswerspersistence","assessments","usecaptcha","usetokens","bounce_email","attributedescriptions" "68818","1","Your Name","Y","","","your@email.org","Y","","S","default","en","","N","N","0","N","Y","6","N","Y","N","N","N","2009-07-31","N","N","N","Y","N","N","D","N","your@email.org","" # # GROUPS TABLE # "gid","sid","group_name","group_order","description","language" "3","68818","1","0","1","en" # # QUESTIONS TABLE # "qid","sid","gid","type","title","question","preg","help","other","mandatory","lid","lid1","question_order","language" "3","68818","3","!","1","case only one answer\ncase 2 unlimited","","","N","Y","0","0","0","en" "4","68818","3","X","2","There is no problem with this option\nIf you continue you will get the correct URL\nand the variables translated to the right values.\nGo back and select the first option and see the problem.","","","N","N","0","0","1","en" # # ANSWERS TABLE # "qid","code","answer","default_value","assessment_value","sortorder","language" "3","1","This is the Answer where quotas are closed !!!!!!!! ","N","0","1","en" "3","2","No quotas for this option","N","0","2","en" # # CONDITIONS TABLE # # # LABELSETS TABLE # # # LABELS TABLE # # # QUESTION_ATTRIBUTES TABLE # # # ASSESSMENTS TABLE # # # SURVEYS_LANGUAGESETTINGS TABLE # "surveyls_survey_id","surveyls_language","surveyls_title","surveyls_description","surveyls_welcometext","surveyls_endtext","surveyls_url","surveyls_urldescription","surveyls_email_invite_subj","surveyls_email_invite","surveyls_email_remind_subj","surveyls_email_remind","surveyls_email_register_subj","surveyls_email_register","surveyls_email_confirm_subj","surveyls_email_confirm","surveyls_dateformat" "68818","en","END URL","test","","","http://www.mywebsite.com?sid={SID}&savedid={SAVEDID}","http://www.mywebsite.com?sid={SID}&savedid={SAVEDID}","Invitation to participate in survey","Dear {FIRSTNAME},\n\nYou have been invited to participate in a survey.\n\nThe survey is titled:\n""{SURVEYNAME}""\n\n""{SURVEYDESCRIPTION}""\n\nTo participate, please click on the link below.\n\nSincerely,\n\n{ADMINNAME} ({ADMINEMAIL})\n\n----------------------------------------------\nClick here to do the survey:\n{SURVEYURL}","Reminder to participate in survey","Dear {FIRSTNAME},\n\nRecently we invited you to participate in a survey.\n\nWe note that you have not yet completed the survey, and wish to remind you that the survey is still available should you wish to take part.\n\nThe survey is titled:\n""{SURVEYNAME}""\n\n""{SURVEYDESCRIPTION}""\n\nTo participate, please click on the link below.\n\nSincerely,\n\n{ADMINNAME} ({ADMINEMAIL})\n\n----------------------------------------------\nClick here to do the survey:\n{SURVEYURL}","Survey registration confirmation","Dear {FIRSTNAME},\n\nYou, or someone using your email address, have registered to participate in an online survey titled {SURVEYNAME}.\n\nTo complete this survey, click on the following URL:\n\n{SURVEYURL}\n\nIf you have any questions about this survey, or if you did not register to participate and believe this email is in error, please contact {ADMINNAME} at {ADMINEMAIL}.","Confirmation of completed survey","Dear {FIRSTNAME},\n\nThis email is to confirm that you have completed the survey titled {SURVEYNAME} and your response has been saved. Thank you for participating.\n\nIf you have any further questions about this email, please contact {ADMINNAME} at {ADMINEMAIL}.\n\nSincerely,\n\n{ADMINNAME}","1" # # QUOTA TABLE # "id","sid","name","qlimit","action","active","autoload_url" "3","68818","one quota","1","2","1","0" # # QUOTA_MEMBERS TABLE # "id","sid","qid","quota_id","code" "4","68818","3","3","1" # # QUOTA_LANGUAGESETTINGS TABLE # "quotals_id","quotals_quota_id","quotals_language","quotals_name","quotals_message","quotals_url","quotals_urldescrip" "3","3","en","one quota","Sorry your responses have exceeded a quota on this survey.","http://www.publicissue.gr?sid={SID}&token={TOKEN}&savedid={SAVEDID}","rigth click this link" | ||||
Bug heat | 10 | ||||
Complete LimeSurvey version number (& build) | 7337 | ||||
I will donate to the project if issue is resolved | |||||
Browser | firefox | ||||
Database type & version | all | ||||
Server OS (if known) | all | ||||
Webserver software & version (if known) | all | ||||
PHP Version | all | ||||
@ janokary: Please attach your sample survey structure to this ticket - Thx! |
|
@ElMatador69 I also exported it and attached here too as you requested. Thank you ElMatador69 |
|
I took a look at the code and solved it. Please see the diff file of index.php. I it is possible, please notify me if you attach the code in the next weekly stable+ release. Look at the attached file here |
|
Reminder sent to: Please look at the issue. I made some modifications in index.php an now it works |
|
I imported your attached survey. The defined quota "1" has a limit of 1. But the URL field for this quota is empty. What is the Exit URL for the quota you defined? |
|
Oh! this is not my survey. Look at Issue History I upload it once again here Try it in Version 1.85+ (7561) You'll have to answer 4 times answer code 1 by changing quota settings
|
|
With the original index.php variables do not get translate. But with my modification it works fine. look also at convertation here |
|
I cannot reproduce this error. At least in Version 1.85+ (7561) it is working fine. Did you activate the survey before testing? Not all variables are filled when you just test a survey. |
|
The bug is always reproduced in my case in version 1.85+ (7561) It only works with my modified index.php I use PHP: 5.2.9 and firefox 3.5.2 Survey is activated and tokens table is created. What is the END URL you see ? |
|
My fault, sorry. Took a bit more time to check again. |
|
Hi everyone, Just to let you know I'm onto this - Janokary, your modification will addresses and fixes the problem, but I'm just looking for a neater way to do it. When I wrote this function I overlooked adding conversions for these other variables. Jason |
|
Fixed in revision 7598 |
|
Hi jcleeland thank you very much. Surely a more neat fix to the problem is always appreciated. This is indeed only a fix! |
|
Date Modified | Username | Field | Change |
---|---|---|---|
2009-07-31 13:43 | janokary | New Issue | |
2009-07-31 13:43 | janokary | Status | new => assigned |
2009-07-31 13:43 | janokary | Assigned To | => user372 |
2009-07-31 13:43 | janokary | Build Number | => 7337 |
2009-07-31 13:43 | janokary | Browser | => firefox |
2009-07-31 13:43 | janokary | Database & DB-Version | => all |
2009-07-31 13:43 | janokary | Operating System (Server) | => all |
2009-07-31 13:43 | janokary | Webserver | => all |
2009-07-31 13:43 | janokary | PHP Version | => all |
2009-07-31 13:56 |
|
Note Added: 08998 | |
2009-07-31 13:56 |
|
Assigned To | user372 => jcleeland |
2009-07-31 13:56 |
|
Status | assigned => feedback |
2009-07-31 13:57 |
|
Note Edited: 08998 | |
2009-07-31 13:59 | janokary | File Added: limesurvey_survey_68818.7z | |
2009-07-31 14:02 | janokary | Note Added: 08999 | |
2009-08-12 12:45 |
|
File Added: limesurvey_survey_68818.csv | |
2009-08-19 01:23 | c_schmitz | File Deleted: limesurvey_survey_68818.7z | |
2009-09-07 13:25 | janokary | Issue Monitored: janokary | |
2009-09-07 13:27 | janokary | File Added: index.7z | |
2009-09-07 13:32 | janokary | Note Added: 09420 | |
2009-09-07 13:34 | janokary | Issue Monitored: user372 | |
2009-09-07 13:34 | janokary | Note Added: 09421 | |
2009-09-07 14:33 | jelo | Note Added: 09422 | |
2009-09-07 14:57 | janokary | File Added: limesurvey_survey_68818_ver2.csv | |
2009-09-07 15:02 | janokary | Note Added: 09431 | |
2009-09-07 15:06 | janokary | Note Added: 09435 | |
2009-09-07 15:25 | jelo | Note Added: 09439 | |
2009-09-07 15:40 | janokary | Note Added: 09440 | |
2009-09-07 23:27 | jelo | Note Added: 09450 | |
2009-09-08 03:03 | jcleeland | Note Added: 09455 | |
2009-09-08 03:24 | jcleeland | Note Added: 09456 | |
2009-09-08 03:24 | jcleeland | Status | feedback => resolved |
2009-09-08 03:24 | jcleeland | Fixed in Version | => 1.85+ |
2009-09-08 03:24 | jcleeland | Resolution | open => fixed |
2009-09-08 07:27 | janokary | Note Added: 09459 | |
2009-09-15 12:30 | c_schmitz | Status | resolved => closed |
2010-10-25 00:18 | c_schmitz | Category | Survey at Runtime => Survey taking |